feat(netbox): Add NetBox Docker image with plugins support #1
@@ -8,9 +8,10 @@
|
|||||||
# Liste des plugins activés
|
# Liste des plugins activés
|
||||||
# Doit correspondre aux packages installés dans plugin_requirements.txt
|
# Doit correspondre aux packages installés dans plugin_requirements.txt
|
||||||
PLUGINS = [
|
PLUGINS = [
|
||||||
|
"netbox_branching",
|
||||||
|
"netbox_bgp",
|
||||||
"netbox_secrets",
|
"netbox_secrets",
|
||||||
"netbox_topology_views",
|
"netbox_topology_views",
|
||||||
# "netbox_bgp",
|
|
||||||
# "netbox_documents",
|
# "netbox_documents",
|
||||||
# "netbox_acls",
|
# "netbox_acls",
|
||||||
# "netbox_qrcode",
|
# "netbox_qrcode",
|
||||||
@@ -19,8 +20,17 @@ PLUGINS = [
|
|||||||
|
|
||||||
# Configuration des plugins
|
# Configuration des plugins
|
||||||
PLUGINS_CONFIG = {
|
PLUGINS_CONFIG = {
|
||||||
|
"netbox_branching": {
|
||||||
|
# Configuration par défaut
|
||||||
|
# Voir: https://github.com/netboxlabs/netbox-branching#configuration
|
||||||
|
},
|
||||||
|
"netbox_bgp": {
|
||||||
|
# Configuration par défaut
|
||||||
|
# "top_level_menu": True, # Ajoute un menu BGP au niveau supérieur
|
||||||
|
# "asdot": False, # Utilise la notation ASPLAIN par défaut
|
||||||
|
},
|
||||||
"netbox_secrets": {
|
"netbox_secrets": {
|
||||||
# Configuration par défaut, personnalise si nécessaire
|
# Configuration par défaut
|
||||||
# "public_key_size": 4096,
|
# "public_key_size": 4096,
|
||||||
},
|
},
|
||||||
"netbox_topology_views": {
|
"netbox_topology_views": {
|
||||||
@@ -29,9 +39,6 @@ PLUGINS_CONFIG = {
|
|||||||
# "allow_coordinates_saving": True,
|
# "allow_coordinates_saving": True,
|
||||||
# "always_save_coordinates": False,
|
# "always_save_coordinates": False,
|
||||||
},
|
},
|
||||||
# "netbox_bgp": {
|
|
||||||
# # Ajoute ta configuration ici
|
|
||||||
# },
|
|
||||||
# "netbox_proxbox": {
|
# "netbox_proxbox": {
|
||||||
# "proxmox": [
|
# "proxmox": [
|
||||||
# {
|
# {
|
||||||
|
|||||||
Reference in New Issue
Block a user