From a75fd5cbbff01d60a9d860c997adb2d70286f556 Mon Sep 17 00:00:00 2001 From: James Skemp Date: Tue, 25 Apr 2023 18:28:58 -0500 Subject: [PATCH] Update Gitea to allow for public repos --- src/hosting/gitea.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hosting/gitea.md b/src/hosting/gitea.md index 1b4292e..00b6d78 100644 --- a/src/hosting/gitea.md +++ b/src/hosting/gitea.md @@ -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`