Created
October 28, 2025 06:49
-
-
Save justinbalaguer/a08df2f38a9f62147ba996d726a11839 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| APP_NAME = Gitea: Git with a cup of tea | |
| RUN_MODE = prod | |
| RUN_USER = git | |
| WORK_PATH = /data/gitea | |
| [repository] | |
| ROOT = /data/git/repositories | |
| [repository.local] | |
| LOCAL_COPY_PATH = /data/gitea/tmp/local-repo | |
| [repository.upload] | |
| TEMP_PATH = /data/gitea/uploads | |
| [server] | |
| APP_DATA_PATH = /data/gitea | |
| DOMAIN = 1...84 | |
| SSH_DOMAIN = 1...84 | |
| HTTP_PORT = 3000 | |
| ROOT_URL = http://1...84:3000/ | |
| DISABLE_SSH = false | |
| SSH_PORT = 22 | |
| SSH_LISTEN_PORT = 22 | |
| LFS_START_SERVER = true | |
| LFS_JWT_SECRET = Q...M | |
| OFFLINE_MODE = true | |
| [database] | |
| PATH = /data/gitea/gitea.db | |
| DB_TYPE = sqlite3 | |
| HOST = localhost:3306 | |
| NAME = gitea | |
| USER = root | |
| PASSWD = | |
| LOG_SQL = false | |
| SCHEMA = | |
| SSL_MODE = disable | |
| [indexer] | |
| ISSUE_INDEXER_PATH = /data/gitea/indexers/issues.bleve | |
| [session] | |
| PROVIDER_CONFIG = /data/gitea/sessions | |
| PROVIDER = file | |
| [picture] | |
| AVATAR_UPLOAD_PATH = /data/gitea/avatars | |
| REPOSITORY_AVATAR_UPLOAD_PATH = /data/gitea/repo-avatars | |
| [attachment] | |
| PATH = /data/gitea/attachments | |
| [log] | |
| MODE = console | |
| LEVEL = info | |
| ROOT_PATH = /data/gitea/log | |
| [security] | |
| INSTALL_LOCK = true | |
| SECRET_KEY = | |
| REVERSE_PROXY_LIMIT = 1 | |
| REVERSE_PROXY_TRUSTED_PROXIES = * | |
| INTERNAL_TOKEN = ey...U8 | |
| PASSWORD_HASH_ALGO = p...2 | |
| [service] | |
| DISABLE_REGISTRATION = false | |
| REQUIRE_SIGNIN_VIEW = false | |
| REGISTER_EMAIL_CONFIRM = false | |
| ENABLE_NOTIFY_MAIL = false | |
| ALLOW_ONLY_EXTERNAL_REGISTRATION = false | |
| ENABLE_CAPTCHA = false | |
| DEFAULT_KEEP_EMAIL_PRIVATE = false | |
| DEFAULT_ALLOW_CREATE_ORGANIZATION = true | |
| DEFAULT_ENABLE_TIMETRACKING = true | |
| NO_REPLY_ADDRESS = noreply.localhost | |
| [lfs] | |
| PATH = /data/git/lfs | |
| [mailer] | |
| ENABLED = false | |
| [openid] | |
| ENABLE_OPENID_SIGNIN = true | |
| ENABLE_OPENID_SIGNUP = true | |
| [cron.update_checker] | |
| ENABLED = false | |
| [repository.pull-request] | |
| DEFAULT_MERGE_STYLE = merge | |
| [repository.signing] | |
| DEFAULT_TRUST_MODEL = committer | |
| [oauth2] | |
| JWT_SECRET = K_5pf_5k2pl6qf-rNXJv89d2ZlU2soXxALPxCV2jv7Q |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment