diff --git a/fly/.DS_Store b/fly/.DS_Store new file mode 100644 index 0000000..86e2ff6 Binary files /dev/null and b/fly/.DS_Store differ diff --git a/fly/gitea/.DS_Store b/fly/gitea/.DS_Store new file mode 100644 index 0000000..c52baae Binary files /dev/null and b/fly/gitea/.DS_Store differ diff --git a/fly/gitea/fly.toml b/fly/gitea/fly.toml index 6ea3155..6d696dc 100644 --- a/fly/gitea/fly.toml +++ b/fly/gitea/fly.toml @@ -17,6 +17,14 @@ kill_timeout = '5s' GITEA__server__DOMAIN = 'git.atri.dad' GITEA__server__ROOT_URL = 'https://git.atri.dad' GITEA__server__SSH_DOMAIN = 'git.atri.dad' + # GITEA____APP_NAME = "Atri's Code Forge" + # GITEA__mailer__ENABLED = true + # GITEA__mailer__PROTOCOL = 'smtp' + # GITEA__mailer__SMTP_ADDR = 'smtp.mail.service' + # GITEA__mailer__SMTP_PORT = '69' + # GITEA__mailer__FROM = 'person@site.com' + # GITEA__mailer__USER = 'user' + # GITEA__mailer__PASSWD = 'password' [[mounts]] source = 'gitea_data'