feat: Update web page and added install script

This commit is contained in:
2024-02-24 19:30:26 +11:00
parent 0f2afdfa37
commit 631df4d676
7 changed files with 87 additions and 6 deletions

14
hns-links.service Normal file
View File

@@ -0,0 +1,14 @@
[Unit]
Description=NGINX Manager
After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/python3 /root/hns-links/server.py
WorkingDirectory=/root/hns-links
Restart=always
User=root
Group=root
[Install]
WantedBy=multi-user.target