mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2026-06-28 01:58:34 +00:00
(untested) make nginx run as non-root
This commit is contained in:
+1
-1
@@ -9,6 +9,6 @@ if __name__ == "__main__":
|
||||
"terraria/worlds",
|
||||
"terraria/password.txt",
|
||||
"website/gitea",
|
||||
"website/letsencrypt",
|
||||
"website/certbot",
|
||||
"website/sendgrid.key",
|
||||
], check=True)
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user