Harden security

This commit is contained in:
2026-03-05 05:42:19 +00:00
parent 06735bdfb1
commit 438e561da0
75 changed files with 6260 additions and 278 deletions

View File

@@ -184,7 +184,7 @@ WantedBy={target_ref}
f"Pod={pod_ref}",
f"User={host_uid}:{host_gid}",
f"EnvironmentFile={env_file}",
"Environment=SIGNAL_HTTP_URL=http://127.0.0.1:8080",
"Environment=SIGNAL_HTTP_URL=http://localhost:8080",
f"Environment=APP_DATABASE_PATH={app_db_path_in_container}",
f"Volume={repo_dir}:/code",
f"Volume={sqlite_data_dir}:/conf",