(untested) make nginx run as non-root

This commit is contained in:
Matthew Tran
2025-02-19 03:16:52 -08:00
parent dd072e76d8
commit 36c4019c01
9 changed files with 104 additions and 67 deletions
+1 -1
View File
@@ -9,6 +9,6 @@ if __name__ == "__main__":
"terraria/worlds",
"terraria/password.txt",
"website/gitea",
"website/letsencrypt",
"website/certbot",
"website/sendgrid.key",
], check=True)
+1 -1
View File
@@ -5,7 +5,7 @@ from pathlib import Path
if __name__ == "__main__":
# create folders with same UID/GID as user so containers have access
PATHS = [
"website/letsencrypt",
"website/certbot",
"website/gitea/config",
"website/gitea/data",
"monerod/.bitmonero",