将github代码同步到cafe

This commit is contained in:
2024-05-05 09:57:32 +08:00
parent 1967d41b7a
commit 838fd36804
4 changed files with 1243 additions and 7 deletions

13
filebrowser.service Normal file
View File

@@ -0,0 +1,13 @@
# create /etc/systemd/system/filebrowser.service
[Unit]
Description=File Browser Service
After=network.target
[Service]
Type=simple
User=root
ExecStart=/usr/local/bin/filebrowser -r / --address 0.0.0.0 --port 8080
Restart=always
[Install]
WantedBy=multi-user.target