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
ammar 621c483397 fix(#54): remove unused env GITEA_DOMAIN 2026-05-29 00:17:26 -07:00
3 changed files with 2 additions and 3 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
@@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: "gitea/gitea:1.27.2-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