Update Gitea to allow for public repos

This commit is contained in:
James Skemp 2023-04-25 18:28:58 -05:00
parent 459b936ec6
commit a75fd5cbbf
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ server {
- `repository` > `ENABLE_PUSH_CREATE_USER = true`
- `repository` > `ENABLE_PUSH_CREATE_ORG = true`
- `cron.repo_health_check` > `TIMEOUT = 90s`
- `service` > `REQUIRE_SIGNIN_VIEW = false` (updated 4/2023)
- `sudo nano /etc/nginx/nginx.conf`
- Add `client_max_body_size 100M;` to gitea server section (to allow for larger files)
- `sudo nginx -t`