Compare commits
8 Commits
add-oidc
...
0.6.0+3.10
Author | SHA1 | Date | |
---|---|---|---|
6be1ac13b8 | |||
db812fd1d3 | |||
4ba224875f | |||
e794bc21fd | |||
e85b902262 | |||
d134057749 | |||
b2319ae650 | |||
466126e7d1 |
10
.drone.yml
10
.drone.yml
@ -6,7 +6,7 @@ steps:
|
|||||||
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
|
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
|
||||||
settings:
|
settings:
|
||||||
host: swarm-test.autonomic.zone
|
host: swarm-test.autonomic.zone
|
||||||
stack: {{ .Name }}
|
stack: rallly
|
||||||
generate_secrets: true
|
generate_secrets: true
|
||||||
purge: true
|
purge: true
|
||||||
deploy_key:
|
deploy_key:
|
||||||
@ -14,9 +14,13 @@ steps:
|
|||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
environment:
|
environment:
|
||||||
DOMAIN: {{ .Name }}.swarm-test.autonomic.zone
|
DOMAIN: rallly.swarm-test.autonomic.zone
|
||||||
STACK_NAME: {{ .Name }}
|
STACK_NAME: rallly
|
||||||
LETS_ENCRYPT_ENV: production
|
LETS_ENCRYPT_ENV: production
|
||||||
|
SECRET_SECRET_KEY_VERSION: v1
|
||||||
|
SECRET_DB_PASSWORD_VERSION: v1
|
||||||
|
SECRET_SMTP_PWD_VERSION: v1
|
||||||
|
APP_ENTRYPOINT_VERSION: v1
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
|
11
alaconnect.yml
Normal file
11
alaconnect.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
authentik:
|
||||||
|
env:
|
||||||
|
OIDC_NAME: "Authentik"
|
||||||
|
OIDC_DISCOVERY_URL: "https://authentik.example.com/application/o/rallly/.well-known/openid-configuration"
|
||||||
|
OIDC_CLIENT_ID: rallly
|
||||||
|
uncomment:
|
||||||
|
- compose.oidc.yml
|
||||||
|
- SECRET_OIDC_CLIENT_SECRET_VERSION
|
||||||
|
- OIDC_ENABLED
|
||||||
|
shared_secrets:
|
||||||
|
rallly_secret: oidc_client_secret
|
@ -3,7 +3,7 @@ version: "3.8"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: lukevella/rallly:3.5.0
|
image: lukevella/rallly:3.10.1
|
||||||
hostname: 0.0.0.0
|
hostname: 0.0.0.0
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
@ -45,7 +45,7 @@ services:
|
|||||||
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
|
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
|
||||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
|
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
|
||||||
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
|
||||||
- "coop-cloud.${STACK_NAME}.version=0.4.1+2.11.1"
|
- "coop-cloud.${STACK_NAME}.version=0.6.0+3.10.1"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:3000"]
|
test: ["CMD", "curl", "-f", "http://localhost:3000"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
1
release/0.5.0+3.5.1
Normal file
1
release/0.5.0+3.5.1
Normal file
@ -0,0 +1 @@
|
|||||||
|
Rallly and recipe now support oidc. But you need to be registered to create polls now.
|
Reference in New Issue
Block a user