Compare commits

...
Author SHA1 Message Date
autonomic-bot dd017ef40c chore: upgrade to 1.27.3-rootless
cc-ci/testme cc-ci: success
2026-08-31 19:50:03 +00:00
3wc 050eda8ca4 docs: Fix Gitea image URL
Thanks @namnatulco
2026-08-30 13:39:48 -04:00
3wordchant e1c011b561 Merge pull request 'fix(#54): remove unused env GITEA_DOMAIN' (#56) from fix-domain into master
Reviewed-on: https://git.coopcloud.tech/coop-cloud/gitea/pulls/56
Reviewed-by: 3wordchant <3+3wordchant@noreply.git.coopcloud.tech>
2026-08-27 23:41:50 +00:00
trav 4c70df77e8 chore: publish 3.6.4+1.27.2-rootless release 2026-08-17 14:42:26 -04:00
trav 8992d2fc8b Merge pull request 'chore: upgrade gitea to 1.27.2-rootless, postgres to 15.19' (#63) from upgrade-2f64ddf into master
Reviewed-on: https://git.coopcloud.tech/coop-cloud/gitea/pulls/63
2026-08-17 18:38:42 +00:00
autonomic-bot 2f64ddfa16 chore: upgrade gitea to 1.27.2-rootless, postgres to 15.19
cc-ci/testme cc-ci: success
2026-08-14 02:36:09 +00:00
notplants 97fe2bf213 chore: publish 3.6.3+1.27.1-rootless release 2026-08-10 12:57:05 -04:00
notplants fe536b276b Merge pull request 'fix: bump APP_INI_VERSION to v23' (#62) from fix-app-ini-version into master
Reviewed-on: https://git.coopcloud.tech/coop-cloud/gitea/pulls/62
2026-08-10 16:54:41 +00:00
autonomic-bot 852717d212 fix: bump APP_INI_VERSION to v23
cc-ci/testme cc-ci: success
app.ini.tmpl changed in "BREAKING CHANGE: remove forgejo" but the config version
stayed at v22. Swarm configs are immutable, so upgrading an existing deployment
aborts:

  FATA failed to update config <stack>_app_ini_v22: Error response from daemon:
  rpc error: code = InvalidArgument desc = only updates to Labels are allowed

Bumping to v23 makes Swarm create a new config object instead of mutating v22; the
orphaned v22 can be pruned after rollout.
2026-08-10 16:52:09 +00:00
notplants 1f987b4ab3 chore: publish 3.6.2+1.27.1-rootless release 2026-08-10 12:32:49 -04:00
notplants a8d2231e74 Merge pull request 'chore: upgrade gitea to 1.27.1-rootless' (#61) from upgrade-7561bed into master
Reviewed-on: https://git.coopcloud.tech/coop-cloud/gitea/pulls/61
2026-08-10 16:32:05 +00:00
ammar 621c483397 fix(#54): remove unused env GITEA_DOMAIN 2026-05-29 00:17:26 -07:00
6 changed files with 5 additions and 6 deletions
-1
View File
@@ -13,7 +13,6 @@ COMPOSE_FILE="$COMPOSE_FILE:compose.mariadb.yml"
# COMPOSE_FILE="$COMPOSE_FILE:compose.lfs.yml" # COMPOSE_FILE="$COMPOSE_FILE:compose.lfs.yml"
# SECRET_LFS_JWT_SECRET_VERSION=v1 # length=43 # SECRET_LFS_JWT_SECRET_VERSION=v1 # length=43
GITEA_DOMAIN=git.example.com
GITEA_ALLOW_ONLY_EXTERNAL_REGISTRATION=true GITEA_ALLOW_ONLY_EXTERNAL_REGISTRATION=true
GITEA_APP_NAME="Git with solidaritea" GITEA_APP_NAME="Git with solidaritea"
GITEA_AUTO_WATCH_NEW_REPOS=false GITEA_AUTO_WATCH_NEW_REPOS=false
+1 -1
View File
@@ -5,7 +5,7 @@
<!-- metadata --> <!-- metadata -->
* **Category**: Development * **Category**: Development
* **Status**: 5 * **Status**: 5
* **Image**: [`gitea/gitea`](https://hub.docker.com/gitea/gitea), 4, upstream * **Image**: [`gitea/gitea`](https://hub.docker.com/r/gitea/gitea), 4, upstream
* **Healthcheck**: Yes * **Healthcheck**: Yes
* **Backups**: Yes * **Backups**: Yes
* **Email**: Yes * **Email**: Yes
+1 -1
View File
@@ -1,4 +1,4 @@
export APP_INI_VERSION=v22 export APP_INI_VERSION=v23
export DOCKER_SETUP_SH_VERSION=v1 export DOCKER_SETUP_SH_VERSION=v1
export PG_BACKUP_VERSION=v1 export PG_BACKUP_VERSION=v1
+1 -1
View File
@@ -10,7 +10,7 @@ services:
secrets: secrets:
- db_password - db_password
db: db:
image: postgres:15.18 image: postgres:15.19
deploy: deploy:
labels: labels:
backupbot.backup.pre-hook: "/pg_backup.sh backup" backupbot.backup.pre-hook: "/pg_backup.sh backup"
+2 -2
View File
@@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: "gitea/gitea:1.27.1-rootless" image: "gitea/gitea:1.27.3-rootless"
configs: configs:
- source: app_ini - source: app_ini
target: /etc/gitea/app.ini target: /etc/gitea/app.ini
@@ -87,7 +87,7 @@ services:
- "traefik.http.middlewares.${STACK_NAME}_cors.headers.accesscontrolalloworiginlist=https://${GITEA_CORS_ALLOW_DOMAIN}" - "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.accesscontrolmaxage=100"
- "traefik.http.middlewares.${STACK_NAME}_cors.headers.addvaryheader=true" - "traefik.http.middlewares.${STACK_NAME}_cors.headers.addvaryheader=true"
- coop-cloud.${STACK_NAME}.version=3.6.0+1.24.2-rootless - coop-cloud.${STACK_NAME}.version=3.6.4+1.27.2-rootless
networks: networks: