Compare commits

...

3 Commits

Author SHA1 Message Date
ecc21d1639 Merge pull request 'dev' (#30) from dev into main
Reviewed-on: #30
2025-08-29 12:28:20 +00:00
gyurix
46ff9e08cc Fix typo in Gitea service configuration ENV_FILES path 2025-08-29 14:27:48 +02:00
gyurix
5de24e19fe Update Gitea service configuration to use absolute path for ENV_FILES 2025-08-29 14:27:29 +02:00

View File

@@ -49,7 +49,7 @@
} }
], ],
"ENV_FILES": [ "ENV_FILES": [
"gitea.json" "/etc/user/secret/gitea/gitea.json"
], ],
"ENVS": [ "ENVS": [
{ {
@@ -94,7 +94,7 @@
], ],
"EXTRA": "null", "EXTRA": "null",
"ENV_FILES": [ "ENV_FILES": [
"gitea.json" "/etc/user/secret/gitea/gitea.json"
], ],
"DEPEND": [], "DEPEND": [],
"START_ON_BOOT": "true", "START_ON_BOOT": "true",