No description
Find a file
2025-04-06 18:18:24 +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
dev/authelia/config test: add local dev authelia 2025-04-06 10:58:48 +02:00
lib refactor: remove dbg statement 2025-04-06 18:18:24 +02:00
priv fix: add migration for completed tasks 2025-04-06 10:58:48 +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 test: add local dev authelia 2025-04-06 10:58:48 +02:00
Makefile test: add local dev authelia 2025-04-06 10:58:48 +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