@@ -7,13 +7,6 @@ new machines in NetBox or population of information fields for existing ones.
77** Nazara is in the early stages of its development. Please note that the
88information listed below is subject to change.**
99
10- > [ !Note] Nazara is currently in a beta state. Bugs are bound to happen. If you
11- > encounter any, please
12- > [ report them] ( https://github.com/The-Nazara-Project/Nazara/issues ) .
13- >
14- > Furthermore, ** Nazara currently does not support custom fields for any NetBox
15- > object** . Though, this is the next item on our agenda.
16-
1710- [ Compatibility] ( #compatibility )
1811- [ Installation] ( #installation )
1912 - [ Building from source] ( #building-from-source )
@@ -35,12 +28,13 @@ NetBox. When major ports to newer NetBox versions happen - which usually include
3528breaking changes - the old version of Nazara will be moved to its own branch and
3629tagged accordingly.
3730
38- | Nazara Version | NetBox Version | Branch | maintained? |
39- | ---------------- | ----------------- | ----------------- | ------------------ |
40- | ` v0.1.0_beta.3 ` | ` v4.3.x ` , ` v4.4.x ` | ` main ` | :white_check_mark : |
41- | ` v0.1.0_beta.2 ` | ` v4.3.x ` , ` v4.4.x ` | ` version/beta-2 ` | :x : |
42- | ` v0.1.0_beta.1 ` | ` v4.3.x ` | ` version/beta-1 ` | :x : |
43- | ` v0.1.0_alpha.2 ` | ` v3.6.x ` | ` version/alpha-2 ` | :x : |
31+ | Nazara Version | NetBox Version | Branch | maintained? |
32+ | ---------------- | ------------------ | ----------------- | ------------------ |
33+ | ` v0.1.0 ` | ` v4.3.x ` , ` v4.4.x ` | ` main ` | :white_check_mark : |
34+ | ` v0.1.0_beta.3 ` | ` v4.3.x ` , ` v4.4.x ` | ` version/beta-3 ` | :x : |
35+ | ` v0.1.0_beta.2 ` | ` v4.3.x ` , ` v4.4.x ` | ` version/beta-2 ` | :x : |
36+ | ` v0.1.0_beta.1 ` | ` v4.3.x ` | ` version/beta-1 ` | :x : |
37+ | ` v0.1.0_alpha.2 ` | ` v3.6.x ` | ` version/alpha-2 ` | :x : |
4438
4539Maintenance work on these older versions is not planned.
4640
@@ -155,11 +149,12 @@ When launching Nazara for the first time, it will write a stock config file to
155149that path. Certain parameters are required to be configured there manually. You
156150recognize them by their line not being commented out.
157151
158- Aside from the NetBox system parameters,
159- configuration via the ` config.toml ` also allows you to add certain
160- custom fields to your system information that cannot be automatically selected. A great example would be the`System
161- Location` entry. To specify that, simply add the parameter under the ` [ system] `
162- block in your configuration file.
152+ Aside from the NetBox system parameters, configuration via the ` config.toml ` also
153+ allows you to add certain custom fields to your system information that cannot
154+ be automatically selected. A great example would be the`System
155+ Location`entry.
156+ To specify that, simply add the parameter under the` [system] ` block in your
157+ configuration file.
163158
164159> [ !Note] Currently, configuration by config file is the proper way to use
165160> Nazara given the amount of data required to register a machine. We are
0 commit comments