No description
Find a file
Rafael Epplée 1782210950
Some checks are pending
continuous-integration/drone/push Build is pending
docs: Add docs for testing SSO
2025-08-14 13:45:41 +02:00
.forgejo chore: added PR and issue templates 2025-08-11 14:05:48 +02:00
assets feat: migration to phoenix 1.8 - merge changed files 2025-07-17 18:01:12 +02:00
config feat: migration to liveview 1.1 2025-07-17 19:44:12 +02:00
lib feat: test authentication 2025-07-31 14:18:36 +02:00
priv feat: add missing translation 2025-07-24 17:07:20 +02:00
rel/overlays/bin Add Release scripts & Dockerfile 2025-05-22 02:12:20 +02:00
test feat: test authentication 2025-07-31 14:18:36 +02:00
.credo.exs Disable ModuleDoc check 2025-05-14 16:33:24 +02:00
.dockerignore Add Release scripts & Dockerfile 2025-05-22 02:12:20 +02:00
.drone.yml chore(deps): update renovate/renovate docker tag to v41.72 2025-08-14 13:38:27 +02:00
.editorconfig configure renovate 2025-05-14 16:39:57 +02:00
.env.example docs: Add .env.example file 2025-08-14 13:38:52 +02:00
.formatter.exs chore(AshAuthenticationPhoenix): added library and updated ressources testing password strategy 2025-07-02 17:03:37 +02:00
.gitignore Ignore elixir_ls folder 2025-07-31 14:14:46 +02:00
.igniter.exs chore(AshAuthenticationPhoenix): added library and updated ressources testing password strategy 2025-07-02 17:03:37 +02:00
.sobelow-conf Add basic CI setup (#30) 2025-04-28 14:24:30 +02:00
.tool-versions chore(deps): update dependency just to v1.42.4 2025-07-31 08:15:30 +02:00
docker-compose.yml chore(deps): update ghcr.io/sebadob/rauthy docker tag to v0.32.0 2025-08-14 13:36:59 +02:00
Dockerfile chore: Remove variables from dockerfile base images to enable renovate updates 2025-05-22 12:56:11 +02:00
Justfile add just clean task 2025-08-04 13:40:18 +02:00
mix.exs feat (theme-toggle): replaced theme toggle with the one from daisy UI 2025-07-21 16:01:38 +02:00
mix.lock chore(deps): update dependency postgrex to v0.21.1 2025-08-04 00:04:24 +00:00
README.md docs: Add docs for testing SSO 2025-08-14 13:45:41 +02:00
renovate.json Only create renovate PRs on the first 3 days of a month 2025-08-04 15:26:34 +02:00
renovate_backend_config.js configure renovate 2025-05-14 16:39:57 +02:00

mitgliederverwaltung

Testing SSO with rauthy

  1. just run
  2. go to localhost:8080, go to the Admin area
  3. Login with "admin@localhost" and password from BOOTSTRAP_ADMIN_PASSWORD_PLAIN in docker-compose.yml
  4. add client from the admin panel
  5. copy client secret to .env file
  6. abort and run just run again