Enable repository indexing service
Enable reverse proxy trusted proxies
This commit is contained in:
@@ -20,6 +20,13 @@ services:
|
|||||||
GITEA__service__ENABLE_REVERSE_PROXY_AUTHENTICATION: true
|
GITEA__service__ENABLE_REVERSE_PROXY_AUTHENTICATION: true
|
||||||
GITEA__service__ENABLE_REVERSE_PROXY_AUTO_REGISTRATION: true
|
GITEA__service__ENABLE_REVERSE_PROXY_AUTO_REGISTRATION: true
|
||||||
GITEA__service__ENABLE_REVERSE_PROXY_EMAIL: true
|
GITEA__service__ENABLE_REVERSE_PROXY_EMAIL: true
|
||||||
|
GITEA__indexer__REPO_INDEXER_ENABLED: true
|
||||||
|
GITEA__indexer__REPO_INDEXER_PATH: indexers/repos.bleve
|
||||||
|
GITEA__indexer__MAX_FILE_SIZE: 1048576
|
||||||
|
GITEA__indexer__REPO_INDEXER_INCLUDE: ""
|
||||||
|
GITEA__indexer__REPO_INDEXER_EXCLUDE: resources/bin/**
|
||||||
|
GITEA__security__REVERSE_PROXY_LIMIT: 2
|
||||||
|
GITEA__security__REVERSE_PROXY_TRUSTED_PROXIES: '172.31.0.0/16'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- gitea
|
- gitea
|
||||||
|
|||||||
Reference in New Issue
Block a user