From 264ac3cf0b3ecadde2eec41d65abdee54f23e874 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 14 Nov 2025 14:33:53 +0100 Subject: [PATCH] More info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ea8268..4236295 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ cd /srv/venvs/staticshield python3 -m venv . source bin/activate -# Optional if you don't have uv installed globally yet (you should ;) ) +# Optional if you don't have uv installed globally yet (you should ;) - see https://docs.astral.sh/uv/ ) pip install uv uv pip install -r requirements.in @@ -53,7 +53,7 @@ Description=staticshield web application After=network.target [Service] -User=divault +User=change_me_to_user_the_app_runs_under WorkingDirectory=/srv/staticshield #StandardOutput=file:/srv/logs/staticshield.log Environment=FLASK_SERVE_DIR="/srv/some_static_website/html"