Compare commits
	
		
			6 Commits
		
	
	
		
			2.5.1+1.21
			...
			2.6.1+1.21
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 43abfe0483 | |||
| 4683a81eeb | |||
| ea7e26698a | |||
| 3815417c2c | |||
| 4421f81a35 | |||
| a0e8ba4839 | 
| @ -51,3 +51,7 @@ SECRET_SECRET_KEY_VERSION=v1 # length=64 | ||||
| # GITEA_UPDATE_AVATAR=replace-me | ||||
| # GITEA_ACCOUNT_LINKING=replace-me | ||||
| # GITEA_OAUTH2_CLIENT_ENABLED=replace-me | ||||
|  | ||||
| # Indexer (for issue search) | ||||
| # GITEA_REPO_INDEXER_ENABLED=false | ||||
| # GITEA_STARTUP_TIMEOUT=-1 | ||||
|  | ||||
| @ -4,11 +4,11 @@ | ||||
|  | ||||
| <!-- metadata --> | ||||
| * **Category**: Development | ||||
| * **Status**: 3, stable | ||||
| * **Status**: 5 | ||||
| * **Image**: [`gitea/gitea`](https://hub.docker.com/gitea/gitea), 4, upstream | ||||
| * **Healthcheck**: Yes | ||||
| * **Backups**: Yes | ||||
| * **Email**: ? | ||||
| * **Email**: Yes | ||||
| * **Tests**: 2 | ||||
| * **SSO**: 3 (OAuth) | ||||
| <!-- endmetadata --> | ||||
|  | ||||
							
								
								
									
										2
									
								
								abra.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								abra.sh
									
									
									
									
									
								
							| @ -1,4 +1,4 @@ | ||||
| export APP_INI_VERSION=v15 | ||||
| export APP_INI_VERSION=v16 | ||||
| export DOCKER_SETUP_SH_VERSION=v1 | ||||
|  | ||||
| abra_backup_app() { | ||||
|  | ||||
| @ -32,7 +32,8 @@ MAX_FILES = {{ env "GITEA_REPO_UPLOAD_MAX_FILES" }} | ||||
|  | ||||
|  | ||||
| [indexer] | ||||
| STARTUP_TIMEOUT = 0 | ||||
| REPO_INDEXER_ENABLED = {{ or (env "GITEA_REPO_INDEXER_ENABLED") "false" }} | ||||
| STARTUP_TIMEOUT = {{ or (env "GITEA_STARTUP_TIMEOUT") "-1" }} | ||||
|  | ||||
| [server] | ||||
| DOMAIN = {{ env "GITEA_DOMAIN" }} | ||||
|  | ||||
							
								
								
									
										13
									
								
								compose.yml
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								compose.yml
									
									
									
									
									
								
							| @ -3,7 +3,7 @@ version: "3.8" | ||||
|  | ||||
| services: | ||||
|   app: | ||||
|     image: "gitea/gitea:1.21.4-rootless" | ||||
|     image: "gitea/gitea:1.21.10-rootless" | ||||
|     configs: | ||||
|       - source: app_ini | ||||
|         target: /etc/gitea/app.ini | ||||
| @ -40,7 +40,8 @@ services: | ||||
|       - GITEA_REPO_UPLOAD_ALLOWED_TYPES | ||||
|       - GITEA_REPO_UPLOAD_MAX_SIZE | ||||
|       - GITEA_REPO_UPLOAD_MAX_FILES | ||||
|  | ||||
|       - GITEA_REPO_INDEXER_ENABLED | ||||
|       - GITEA_STARTUP_TIMEOUT | ||||
|     volumes: | ||||
|       - data:/var/lib/gitea | ||||
|       - config:/etc/gitea | ||||
| @ -49,6 +50,12 @@ services: | ||||
|     networks: | ||||
|       - proxy | ||||
|       - internal | ||||
|     healthcheck: | ||||
|       test: ["CMD", "curl", "-f", "http://localhost:3000/api/healthz"] | ||||
|       interval: 30s | ||||
|       timeout: 10s | ||||
|       retries: 10 | ||||
|       start_period: 1m | ||||
|     deploy: | ||||
|       update_config: | ||||
|         failure_action: rollback | ||||
| @ -67,7 +74,7 @@ services: | ||||
|         - "traefik.http.middlewares.${STACK_NAME}_cors.headers.accesscontrolalloworiginlist=https://${GITEA_CORS_ALLOW_DOMAIN}" | ||||
|         - "traefik.http.middlewares.${STACK_NAME}_cors.headers.accesscontrolmaxage=100" | ||||
|         - "traefik.http.middlewares.${STACK_NAME}_cors.headers.addvaryheader=true" | ||||
|         - coop-cloud.${STACK_NAME}.version=2.5.1+1.21.4-rootless | ||||
|         - coop-cloud.${STACK_NAME}.version=2.6.1+1.21.10-rootless | ||||
|  | ||||
|  | ||||
| networks: | ||||
|  | ||||
							
								
								
									
										1
									
								
								release/2.6.0+1.21.5-rootless
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								release/2.6.0+1.21.5-rootless
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1 @@ | ||||
| This release adds a docker healthcheck for the main Gitea service -- please pay careful attention when updating apps, and as always feel free to ask in Matrix if you run into any bugs 🐛 | ||||
		Reference in New Issue
	
	Block a user