Merge pull request #761 from RagingCub/feature/giteaapi

This commit is contained in:
Roxedus 2025-05-23 10:25:41 +02:00 committed by GitHub
commit ff2a5922ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
## Version 2024/07/16 ## Version 2025/04/26
# make sure that your gitea container is named gitea # make sure that your gitea container is named gitea
# make sure that your dns has a cname set for gitea # make sure that your dns has a cname set for gitea
# edit the following parameters in /data/gitea/conf/app.ini # edit the following parameters in /data/gitea/conf/app.ini
@ -49,7 +49,7 @@ server {
} }
location ~ (/gitea)?/info/lfs { location ~ (/gitea)?/(api|info/lfs) {
include /config/nginx/proxy.conf; include /config/nginx/proxy.conf;
include /config/nginx/resolver.conf; include /config/nginx/resolver.conf;
set $upstream_app gitea; set $upstream_app gitea;