Compare commits

...

2 commits

Author SHA1 Message Date
3344d7ab11
Some awesomewm customization
idk what i did here
2024-03-07 17:25:58 +01:00
8409bc7f9e
Add basic forgejo config customization 2024-03-07 17:15:41 +01:00
2 changed files with 605 additions and 535 deletions

File diff suppressed because it is too large Load diff

View file

@ -12,14 +12,15 @@ TEMP_PATH = /data/gitea/uploads
[server]
APP_DATA_PATH = /data/gitea
DOMAIN = localhost
SSH_DOMAIN = localhost
DOMAIN = git.ghoscht.com
SSH_DOMAIN = git.ghoscht.com
HTTP_PORT = 3000
ROOT_URL =
ROOT_URL = https://git.ghoscht.com
DISABLE_SSH = false
SSH_PORT = 22
SSH_PORT = 2222
SSH_LISTEN_PORT = 22
LFS_START_SERVER = false
LANDING_PAGE = /ghoscht
[database]
PATH = /data/gitea/gitea.db
@ -55,7 +56,7 @@ REVERSE_PROXY_LIMIT = 1
REVERSE_PROXY_TRUSTED_PROXIES = *
[service]
DISABLE_REGISTRATION = false
DISABLE_REGISTRATION = true
REQUIRE_SIGNIN_VIEW = false
[lfs]