Compare commits

...

2 commits

Author SHA1 Message Date
317cca7705 Update docker.io/pretix/standalone Docker tag to v2026.6
All checks were successful
/ build (pull_request) Successful in 32s
/ Ansible Lint (push) Successful in 3m34s
/ Ansible Lint (pull_request) Successful in 3m21s
2026-07-22 14:46:08 +00:00
28a22e4476 pad: disable external link warning
All checks were successful
/ build (pull_request) Successful in 29s
/ Ansible Lint (pull_request) Successful in 3m10s
/ cleanup-staging (pull_request) Successful in 3s
/ build (push) Successful in 25s
/ Ansible Lint (push) Successful in 4m20s
closes #130
2026-07-22 00:04:05 +02:00
2 changed files with 2 additions and 1 deletions

View file

@ -27,6 +27,7 @@ services:
- "CMD_ALLOW_ANONYMOUS_VIEWS=true" - "CMD_ALLOW_ANONYMOUS_VIEWS=true"
- "CMD_DEFAULT_PERMISSION=limited" - "CMD_DEFAULT_PERMISSION=limited"
- "CMD_EMAIL=false" - "CMD_EMAIL=false"
- "CMD_EXTERNAL_LINK_WARNING=false"
- "CMD_OAUTH2_USER_PROFILE_URL=https://id.hamburg.ccc.de/realms/ccchh/protocol/openid-connect/userinfo" - "CMD_OAUTH2_USER_PROFILE_URL=https://id.hamburg.ccc.de/realms/ccchh/protocol/openid-connect/userinfo"
- "CMD_OAUTH2_USER_PROFILE_USERNAME_ATTR=preferred_username" - "CMD_OAUTH2_USER_PROFILE_USERNAME_ATTR=preferred_username"
- "CMD_OAUTH2_USER_PROFILE_DISPLAY_NAME_ATTR=name" - "CMD_OAUTH2_USER_PROFILE_DISPLAY_NAME_ATTR=name"

View file

@ -25,7 +25,7 @@ services:
backend: backend:
pretix: pretix:
image: docker.io/pretix/standalone:2026.3 image: docker.io/pretix/standalone:2026.6
command: ["all"] command: ["all"]
ports: ports:
- "8345:80" - "8345:80"