No description
Find a file
2025-09-17 14:36:50 +02:00
.forgejo chore: added PR and issue templates 2025-08-11 14:05:48 +02:00
assets feat: set users locale 2025-08-21 13:29:50 +02:00
config feat: migration to liveview 1.1 2025-07-17 19:44:12 +02:00
lib feat: adds SearchBar Live Component 2025-09-17 14:36:13 +02:00
priv chore: adds tsvector to members 2025-09-17 13:34:14 +02:00
rel/overlays/bin Add Release scripts & Dockerfile 2025-05-22 02:12:20 +02:00
test test: updated tests for member and search bar 2025-09-17 14:36:50 +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 Dont run renovate on every push 2025-08-14 14:24:02 +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 feat: add translation 2025-08-21 13:29:50 +02:00
mix.exs chore(deps): update mix dependencies 2025-08-21 13:54:14 +02:00
mix.lock chore(deps): update mix dependencies 2025-08-21 13:54:14 +02: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