Update Gitea config to mention SSH_DOMAIN

This commit is contained in:
James Skemp 2023-08-03 18:01:45 -05:00
parent c043dac2d8
commit 035b93bb6b
1 changed files with 2 additions and 0 deletions

View File

@ -149,6 +149,8 @@ server {
- `repository` > `ENABLE_PUSH_CREATE_ORG = true`
- `cron.repo_health_check` > `TIMEOUT = 90s`
- `service` > `REQUIRE_SIGNIN_VIEW = false` (updated 4/2023)
- `server` > `SSH_DOMAIN = git.domain.com` (updated 8/2023)
- `DOMAIN` is fine as `localhost` since `ROOT_URL` is set.
- `sudo nano /etc/nginx/nginx.conf`
- Add `client_max_body_size 100M;` to gitea server section (to allow for larger files)
- `sudo nginx -t`