File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -23,30 +23,40 @@ All credit should go to Jeremy. Thanks, Jeremy!
23
23
24
24
This project just looks to build on top of this framework and model presented.
25
25
26
+ ## Contributing
27
+
28
+ This project is currently maintained jointly by:
29
+
30
+ * [ Abhimanyu Saharan] ( https://github.com/abhi1693 )
31
+ * [ Ryan Merolle] ( https://github.com/ryanmerolle )
32
+
33
+ See the [ CONTRIBUTING] ( CONTRIBUTING.md ) for more information.
34
+
26
35
## Compatibility
27
36
28
- This plugin was first developed using 3.2.5, and tested with all of 3.2 .
37
+ Each Plugin Version listed below has been tested with its corresponding NetBox Version .
29
38
30
39
| NetBox Version | Plugin Version |
31
40
| ----------------| ----------------|
32
41
| 3.2 | 1.0.1 |
33
42
| 3.3 | 1.1.0 |
43
+ | 3.4 | Coming Soon |
34
44
35
45
## Installing
36
46
37
47
For adding to a NetBox Docker setup see
38
48
[ the general instructions for using netbox-docker with plugins] ( https://github.com/netbox-community/netbox-docker/wiki/Using-Netbox-Plugins ) .
39
49
40
- While this is still in development and not yet on pypi you can install with pip:
50
+ You can install with pip:
41
51
42
52
``` bash
43
- pip install git+https://github.com/ryanmerolle/ netbox-acls.git@dev
53
+ pip install netbox-acls
44
54
```
45
55
46
56
or by adding to your ` local_requirements.txt ` or ` plugin_requirements.txt ` (netbox-docker):
47
57
48
58
``` bash
49
- git+https://github.com/ryanmerolle/ netbox-acls.git@dev
59
+ netbox-acls
50
60
```
51
61
52
62
Enable the plugin in ` /opt/netbox/netbox/netbox/configuration.py ` ,
You can’t perform that action at this time.
0 commit comments