From 81bf7c12dc158ab2417aefdde23f9dcd7f89ef07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Sat, 22 Nov 2025 16:33:58 +0100 Subject: [PATCH] Update upgopher.json --- frontend/public/json/upgopher.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) 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" } ]