From 2aba7e4e9656a80840672c123bcb3d08b3ac1195 Mon Sep 17 00:00:00 2001 From: lukas Date: Wed, 13 Aug 2025 12:11:01 +0000 Subject: [PATCH] docs: delete project/infrastructure/git --- project/infrastructure/git.md | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 project/infrastructure/git.md diff --git a/project/infrastructure/git.md b/project/infrastructure/git.md deleted file mode 100644 index 6e13065..0000000 --- a/project/infrastructure/git.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: Git -description: -published: true -date: 2025-04-27T22:36:19.893Z -tags: -editor: markdown -dateCreated: 2025-04-27T22:29:08.400Z ---- - -# Git - -- Two organizations: - - Roots, for internally-developed projects - - External, for external projects mirrored to the instance -- SSO for all Cloudron users -- Local root account - - New password saved to lukas' password manager - - TOTP 2FA enabled -- Application can be configured under `/app/data/app.ini` -- Email domain allow list is enabled. See below for the configuration: - -``` - root@container:/app/data# cat app.ini -; Add customizations here - https://docs.gitea.io/en-us/config-cheat-sheet/ - -[security] -SECRET_KEY = [Hidden] - -[service] -EMAIL_DOMAIN_ALLOWLIST=phyllo.me,phyllome.org -``` \ No newline at end of file