feat: add NetBox plugin store
CI / php-store (push) Waiting to run
CI / python-components (push) Waiting to run

This commit is contained in:
2026-08-24 20:51:25 +02:00
commit f36d6be511
135 changed files with 15160 additions and 0 deletions
@@ -0,0 +1,19 @@
[Unit]
Description=NetBox Plugin Store synchronization
Wants=network-online.target
After=network-online.target
[Service]
Type=oneshot
User=www-data
Group=www-data
WorkingDirectory=/opt/netbox-plugin-store/store
ExecStart=/usr/bin/php /opt/netbox-plugin-store/store/bin/console sync
NoNewPrivileges=true
PrivateTmp=true
ProtectHome=true
ProtectSystem=strict
ReadWritePaths=/opt/netbox-plugin-store/store/data
[Install]
WantedBy=multi-user.target