Compare commits
8 Commits
3.0.2+1.22
...
3.3.0+1.23
Author | SHA1 | Date | |
---|---|---|---|
cf2298162d | |||
0bbac9ed9c | |||
8ffd4d33be | |||
7364f0b87c | |||
1619c333c3 | |||
6d681457f8 | |||
b2087cf373 | |||
1418946974 |
@ -67,6 +67,11 @@ SECRET_SECRET_KEY_VERSION=v1 # length=64
|
|||||||
# GITEA_ACCOUNT_LINKING=replace-me
|
# GITEA_ACCOUNT_LINKING=replace-me
|
||||||
# GITEA_OAUTH2_CLIENT_ENABLED=replace-me
|
# GITEA_OAUTH2_CLIENT_ENABLED=replace-me
|
||||||
|
|
||||||
|
# Lifetime of an OAuth2 refresh token in hours, prolly no need to edit. We
|
||||||
|
# were hitting issues with infrequently pushed to repos that were not picked
|
||||||
|
# up by drone after a month of inactivity, hence the option.
|
||||||
|
# GITEA__oauth2__REFRESH_TOKEN_EXPIRATION_TIME=730
|
||||||
|
|
||||||
# Indexer (for issue search)
|
# Indexer (for issue search)
|
||||||
# GITEA_REPO_INDEXER_ENABLED=false
|
# GITEA_REPO_INDEXER_ENABLED=false
|
||||||
# GITEA_ISSUE_INDEXER_TYPE=db
|
# GITEA_ISSUE_INDEXER_TYPE=db
|
||||||
|
@ -2,4 +2,4 @@ version: '3.8'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: codeberg.org/forgejo/forgejo:9.0.3-rootless
|
image: codeberg.org/forgejo/forgejo:10.0.0-rootless
|
||||||
|
@ -8,7 +8,7 @@ services:
|
|||||||
- GITEA_MAILER_ADDR
|
- GITEA_MAILER_ADDR
|
||||||
- GITEA_MAILER_PORT
|
- GITEA_MAILER_PORT
|
||||||
- GITEA_MAILER_USER
|
- GITEA_MAILER_USER
|
||||||
- "GITEA_MAILER_PROTOCOL=${GITEA_MAILER_FROM:-smtps}"
|
- "GITEA_MAILER_PROTOCOL=${GITEA_MAILER_PROTOCOL:-smtps}"
|
||||||
secrets:
|
secrets:
|
||||||
- smtp_password
|
- smtp_password
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: "gitea/gitea:1.22.6-rootless"
|
image: "gitea/gitea:1.23.1-rootless"
|
||||||
configs:
|
configs:
|
||||||
- source: app_ini
|
- source: app_ini
|
||||||
target: /etc/gitea/app.ini
|
target: /etc/gitea/app.ini
|
||||||
@ -51,6 +51,7 @@ services:
|
|||||||
- GITEA_ALLOWED_USER_VISIBILITY_MODES
|
- GITEA_ALLOWED_USER_VISIBILITY_MODES
|
||||||
- GITEA_DEFAULT_ORG_VISIBILITY
|
- GITEA_DEFAULT_ORG_VISIBILITY
|
||||||
- GITEA_REQUIRE_SIGNIN_VIEW
|
- GITEA_REQUIRE_SIGNIN_VIEW
|
||||||
|
- GITEA__oauth2__REFRESH_TOKEN_EXPIRATION_TIME
|
||||||
volumes:
|
volumes:
|
||||||
- data:/var/lib/gitea
|
- data:/var/lib/gitea
|
||||||
- config:/etc/gitea
|
- config:/etc/gitea
|
||||||
@ -84,7 +85,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.0.2+1.22.6-rootless
|
- coop-cloud.${STACK_NAME}.version=3.3.0+1.23.1-rootless
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
Reference in New Issue
Block a user