You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ API. It enables the automatic creation of new machines in NetBox or population o
13
13
**Nazara is in the early stages of its development. Please note that the information listed below is subject to change.**
14
14
15
15
> [!Note]
16
-
> Nazara is currently in an alpha state. Bugs are bound to happen. If you encounter any, please [report them](https://github.com/The-Nazara-Project/Nazara/issues).
16
+
> Nazara is currently in a beta state. Bugs are bound to happen. If you encounter any, please [report them](https://github.com/The-Nazara-Project/Nazara/issues).
17
17
>
18
18
> Furthermore, **Nazara currently does not support custom fields for any NetBox object**. Though, this is the next item on our agenda.
19
19
@@ -28,6 +28,16 @@ API. It enables the automatic creation of new machines in NetBox or population o
28
28
-[Contributing](#contributing)
29
29
-[License](#license)
30
30
31
+
# Compatibility
32
+
33
+
We strive to make sure to stay compatible with the most recent NetBox version. Here you can see which version of Nazar is compatible with which version of NetBox.
34
+
When major Ports to newer NetBox versions happen - which usually include breaking changes - the old version of Nazara will be moved to its own branch and tagged accordingly.
35
+
Maintenance work on these older versions is not planned.
@@ -66,7 +76,7 @@ configuring all of these parameters inside the [configuration file](#configuring
66
76
After that, simply run
67
77
68
78
```bash
69
-
nazara
79
+
sudo nazara
70
80
```
71
81
72
82
in your terminal. Nazara will automatically collect all required system information and decide whether to create a new device, or update an existing entry.
0 commit comments