No description
Find a file
2025-04-05 14:03:27 +02:00
assets feat: init 2025-04-03 12:17:46 +02:00
config feat: add task definition 2025-04-04 20:30:20 +02:00
lib feat: add oidc login using keycloak 2025-04-05 14:03:27 +02:00
priv feat: add oidc login using keycloak 2025-04-05 14:03:27 +02:00
test feat: init 2025-04-03 12:17:46 +02:00
.envrc feat: init 2025-04-03 12:17:46 +02:00
.formatter.exs feat: add task definition 2025-04-04 20:30:20 +02:00
.gitignore fix: small things 2025-04-04 19:46:28 +02:00
.igniter.exs feat: init 2025-04-03 12:17:46 +02:00
flake.lock feat: init 2025-04-03 12:17:46 +02:00
flake.nix feat: add persistence for task 2025-04-04 21:20:22 +02:00
mix.exs feat: init 2025-04-03 12:17:46 +02:00
mix.lock feat: init 2025-04-03 12:17:46 +02:00
README.md feat: init 2025-04-03 12:17:46 +02:00

Putzplan

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more