diff --git a/frontend/public/json/upgopher.json b/frontend/public/json/upgopher.json index 3e54643a0..057f7be98 100644 --- a/frontend/public/json/upgopher.json +++ b/frontend/public/json/upgopher.json @@ -33,19 +33,11 @@ }, "notes": [ { - "text": "Default: HTTP on port 9090, no authentication, uploads dir: /opt/upgopher/uploads", + "text": "Default uploads directory: `/opt/upgopher/uploads`", "type": "info" }, { - "text": "To customize: edit /etc/systemd/system/upgopher.service and modify ExecStart line. Available flags: -user -pass (authentication), -ssl (HTTPS with self-signed cert), -port (custom port), -dir (upload directory), -disable-hidden-files (hide hidden files)", - "type": "info" - }, - { - "text": "Example with auth: ExecStart=/opt/upgopher/upgopher -port 9090 -dir /opt/upgopher/uploads -user admin -pass mysecret", - "type": "info" - }, - { - "text": "After editing service file: systemctl daemon-reload && systemctl restart upgopher", + "text": "Set application startup options by editing `/etc/systemd/system/upgopher.service`. Read documentation for available options.", "type": "info" } ]