本教程将指导您通过 Docker Compose 搭建 Gitea 服务,并利用 Nginx Proxy Manager 配置域名与 SSL 证书。 官方中文文档https://docs.gitea.com/zh-cn/ 1. 在服务器合适位置新建一个目录 gitea,然后新建一个docker-compose.yml文件 这里选择使用postgres数据库 mkdirgitea vim docker-compose.yml docker-compose.yml...
I'm using nginx proxy manager, and all recommended settings mentioned in docs are added by default. in docs server { listen 80; server_name git.example.com; location / { client_max_body_size 512M; proxy_pass http://localhost:3000; proxy_set_header Connection $http_connection; proxy_set_...
// 2. The reverse proxy is not configured correctly, doesn't pass "X-Forwarded-Proto/Host" headers, eg: only one "proxy_pass http://gitea:3000" in Nginx. // 3. There is no reverse proxy. // Without an extra config option, Gitea is impossible to distinguish between case 2 and case...
NGINX Open source web server. Used as a reverse proxy by this app. See our guide on Getting Started with NGINX for more information. UFW Firewall utility. Ports 22/tcp, 80/tcp, and 443/tcp for IPv4 and IPv6 are enabled with installation of this app. Additional ports must be opened to...
volumes:- ./nginx-proxy/certs:/etc/nginx/certs- ./nginx-proxy/vhost.d:/etc/nginx/vhost.d- ./nginx-proxy/html:/usr/share/nginx/html- /var/run/docker.sock:/var/run/docker.sock:ro depends_on:-proxy restart: always server: image: gitea/gitea:1.16.7container_name: gitea ...
简介: gitea配置全局代理用于镜像github源 gitea打算加入代理功能方便mirror一些仓库,因为国内访问速度不佳只需要添加下述配置到config/app.ini ... PROXY_ENABLED = true PROXY_URL = socks://127.0.0.1:1080 PROXY_H...
Update nginx recommendations (#26924) Update backup instructions to align with archive structure (#26902) Expanding documentation in queue.go (#26889) Update info regarding internet connection for build (#26776) Docs: template variables (#26547) Update index doc (#26455) Update zh-cn documenta...
Used as a reverse proxy by this app. See our guide on Getting Started with NGINX for more information. UFW Firewall utility. Ports 22/tcp, 80/tcp, and 443/tcp for IPv4 and IPv6 are enabled with installation of this app. Additional ports must be opened to send email from your Compute...
Improve reverse-proxy document and fix nginx config bug (#24616) Fix broken README link (#24546) Update CONTRIBUTING.md (#24492) Docs for Gitea Actions (#24405) Zh-cn support on doc pages (#24166) Fix https setup doc zh-cn (#24015) Adjust some documentations titles (#23941) More...
Binary install, Linux Server, forward proxy through nginx Database None FrostKiwi added the type/bug label Sep 16, 2024 Author FrostKiwi commented Sep 17, 2024 Same deal on the demo site npm notice Publishing to https://demo.gitea.com/api/packages/FrostKiwi/npm/ with tag latest and def...