Merge pull request 'dev' (#29) from dev into main

Reviewed-on: #29
This commit is contained in:
2025-08-29 12:25:21 +00:00
2 changed files with 6 additions and 4 deletions

View File

@@ -49,7 +49,7 @@
}
],
"ENV_FILES": [
"secret-gitea.json"
"gitea.json"
],
"ENVS": [
{
@@ -67,7 +67,9 @@
"IMAGE": "gitea:gitea",
"UPDATE": "true",
"NAME": "giteaapp",
"DNS": ["coredns"],
"DNS": [
"coredns"
],
"MEMORY": "512M",
"SELECTOR": "gitea",
"NETWORK": "gitea-net",
@@ -92,7 +94,7 @@
],
"EXTRA": "null",
"ENV_FILES": [
"secret-gitea.json"
"gitea.json"
],
"DEPEND": [],
"START_ON_BOOT": "true",

View File

@@ -41,7 +41,7 @@
{
"description": "Sending mail enable",
"key": "MAIL_ENABLE",
"value": "false,true",
"value": "false",
"info": "Enable sending email (for user registration, notifications, etc.)",
"advanced": "true"
},