8 Commits

Author SHA1 Message Date
6be1ac13b8 chore: publish 0.6.0+3.10.1 release
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-26 15:43:30 +02:00
db812fd1d3 add shared secret to alaconnect
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-15 11:00:08 +02:00
4ba224875f add alakazam integration file alaconnect.yml
All checks were successful
continuous-integration/drone/push Build is passing
2024-05-13 17:37:57 +02:00
e794bc21fd chore: publish 0.5.3+3.5.1 release
All checks were successful
continuous-integration/drone/push Build is passing
2024-03-28 12:26:03 +01:00
3wc
e85b902262 chore: publish 0.5.1+3.5.1 release
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-05 13:12:05 -03:00
3wc
d134057749 More drone fixing 🤖🔧
All checks were successful
continuous-integration/drone/push Build is passing
2024-02-05 13:08:05 -03:00
3wc
b2319ae650 Fix Drone
Some checks failed
continuous-integration/drone/push Build is failing
2024-02-05 13:05:09 -03:00
466126e7d1 chore: publish 0.5.0+3.5.1 release 2024-02-01 14:16:59 +01:00
5 changed files with 22 additions and 6 deletions

View File

@ -6,7 +6,7 @@ steps:
image: git.coopcloud.tech/coop-cloud/stack-ssh-deploy:latest
settings:
host: swarm-test.autonomic.zone
stack: {{ .Name }}
stack: rallly
generate_secrets: true
purge: true
deploy_key:
@ -14,9 +14,13 @@ steps:
networks:
- proxy
environment:
DOMAIN: {{ .Name }}.swarm-test.autonomic.zone
STACK_NAME: {{ .Name }}
DOMAIN: rallly.swarm-test.autonomic.zone
STACK_NAME: rallly
LETS_ENCRYPT_ENV: production
SECRET_SECRET_KEY_VERSION: v1
SECRET_DB_PASSWORD_VERSION: v1
SECRET_SMTP_PWD_VERSION: v1
APP_ENTRYPOINT_VERSION: v1
trigger:
branch:
- main

View File

@ -1 +1 @@
export APP_ENTRYPOINT_VERSION=v2
export APP_ENTRYPOINT_VERSION=v3

11
alaconnect.yml Normal file
View 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

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: lukevella/rallly:3.5.0
image: lukevella/rallly:3.10.1
hostname: 0.0.0.0
networks:
- proxy
@ -45,7 +45,7 @@ services:
- "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.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:
test: ["CMD", "curl", "-f", "http://localhost:3000"]
interval: 30s

1
release/0.5.0+3.5.1 Normal file
View File

@ -0,0 +1 @@
Rallly and recipe now support oidc. But you need to be registered to create polls now.