implement basic web server for dashboard,
use templates to do basic SSR on head and header
This commit is contained in:
11
init/proxmoxaas-dashboard.service
Normal file
11
init/proxmoxaas-dashboard.service
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=proxmoxaas-dashboard
|
||||
After=network.target
|
||||
[Service]
|
||||
WorkingDirectory=/<path to dir>
|
||||
ExecStart=/<path to dir>/promoxaas-dashboard
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
Type=simple
|
||||
[Install]
|
||||
WantedBy=default.target
|
Reference in New Issue
Block a user