值得一提的是,标准版也就是 OpenSSH 版无法支持 nginx protocol。在切到 rootless 版使用内建 SSH 后,配置SSH_SERVER_USE_PROXY_PROTOCOL = true便支持了Nginx Stream IP 传递,如此便可全部交由 nginx 转发,而且多了更多的观测日志。 只是鱼塘里的鱼已经被抓完了,等新的鱼才能看看日志里是否有 ssh 相关信息(...
;; Do not set this variable if PROTOCOL is set to 'unix'. ;LOCAL_ROOT_URL = %(PROTOCOL)s://%(HTTP_ADDR)s:%(HTTP_PORT)s/ ;; ;; Disable SSH feature when not available ;DISABLE_SSH = false ;; ;; Whether to use the builtin SSH server or not. ;START_SSH_SERVER = false ;; ...
After you click the Create button, the window below will open. Follow the instructions in the image below. On the General area, set the Reverse Proxy Name description: type inGitea. After that, add the following instructions: Source: Protocol:HTTPS Hostname:gitea.yourname.synology.me Port:443...
Add doctor command to write commit-graphs (#20007) Add support for authentication based on reverse proxy email (#19949) Enable spellcheck for EasyMDE, use contenteditable mode (#19776) Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663) Rework mailer settings (#18982) Add ...
Support Proxy protocol (#12527) Implement sync push mirror on commit (#19411) API Allow empty assignees on pull request edit (#22150) (#22214) Make external issue tracker regexp configurable via API (#21338) Add name field for org api (#21270) ...
ROOT_URL and LOCAL_ROOT_URL are set hardcoded and not built up with variables like in (https://docs.gitea.com/administration/config-cheat-sheet) because I dont use PROTOCOL in the config, its running localhost on http 8081 and the reverse proxy redirects to gitea Tried following changes to...
ingress:enabled:trueuseSSL:false## annotations used by the ingress - ex for k8s nginx ingress controller:ingress_annotations:kubernetes.io/ingress.class:nginxnginx.ingress.kubernetes.io/proxy-body-size:"0"nginx.ingress.kubernetes.io/proxy-read-timeout:"600"nginx.ingress.kubernetes.io/proxy-send-tim...
Implement systemd-notify protocol (#21151) Implement Issue Config (#20956) Add API to manage issue dependencies (#17935) API Use correct response code in push mirror creation response in v1_json.tmpl (#25476) (#25571) Fix Permission in API returned repository struct (#25388) (#25441)...
PROTOCOLをhttps指定する行を追加 ROOT_URLはhttpsでのURLにした CERT_FILE, KEY_FILEの行を追加し、それぞれコンテナ内でのファイルパスを指定。 docker-compose.ymlでvolumeマウントの記述箇所にてコンテナ内に配置するファイルの対応(ホスト上でのファイルパスとコンテナ上でのファイルパス)を...
Update golang.org/x/crypto vendor to use acme v2 (#9056) Ensure Written is set in GZIP ProxyResponseWriter (#9018) Fix wrong system notice when repository is empty (#9010) Fix broken link to branch from issue list (#9003) Fix bug when pack js (#8992) New review approvals shouldn't...