NetBox: Difference between revisions
m Fixed inline code and added note about plugin id name difference |
m added a sentence about what it is, added 2 categories Server and Web Applications |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
[https://netbox.dev/ {{PAGENAME}}] is | [https://netbox.dev/ {{PAGENAME}}] is a network infrastructure documentation tool. It is a web application and this [[Module]] can be installed and configured via several options. | ||
== Setup == | == Setup == | ||
| Line 34: | Line 34: | ||
"/" = { | "/" = { | ||
proxyPass = "http://[::1]:8001"; | proxyPass = "http://[::1]:8001"; | ||
# proxyPass = "http://${config.services.netbox.listenAddress}:${config.services.netbox.port}"; | # proxyPass = "http://${config.services.netbox.listenAddress}:${toString config.services.netbox.port}"; | ||
}; | }; | ||
"/static/" = { alias = "${config.services.netbox.dataDir}/static/"; }; | "/static/" = { alias = "${config.services.netbox.dataDir}/static/"; }; | ||
| Line 65: | Line 65: | ||
"/" = { | "/" = { | ||
proxyPass = "http://[::1]:8001"; | proxyPass = "http://[::1]:8001"; | ||
# proxyPass = "http://${config.services.netbox.listenAddress}:${config.services.netbox.port}"; | # proxyPass = "http://${config.services.netbox.listenAddress}:${toString config.services.netbox.port}"; | ||
}; | }; | ||
"/static/" = { alias = "${config.services.netbox.dataDir}/static/"; }; | "/static/" = { alias = "${config.services.netbox.dataDir}/static/"; }; | ||
| Line 126: | Line 126: | ||
[[Category:Guide]] | [[Category:Guide]] | ||
[[Category:Applications]] | [[Category:Applications]] | ||
[[Category:Web Applications]] | |||
[[Category:Server]] | |||