No description
Find a file
Moritz c251e1dba3
Some checks failed
continuous-integration/drone/push Build is failing
fix: adapt layout to phoenix 1.8
2025-07-03 21:29:01 +02:00
assets chore: update phoenix to version 1.8.0-rc.3 2025-07-03 21:28:33 +02:00
config chore: update phoenix to version 1.8.0-rc.3 2025-07-03 21:28:33 +02:00
lib fix: adapt layout to phoenix 1.8 2025-07-03 21:29:01 +02:00
priv feat: add member resource 2025-07-03 18:04:43 +02:00
rel/overlays/bin Add Release scripts & Dockerfile 2025-07-03 12:44:34 +02:00
test chore: update phoenix to version 1.8.0-rc.3 2025-07-03 21:28:33 +02:00
.credo.exs Disable ModuleDoc check 2025-07-03 12:40:48 +02:00
.dockerignore Add Release scripts & Dockerfile 2025-07-03 12:44:34 +02:00
.drone.yml Revert "fix(ci): Dont install dependencies again in test step" 2025-07-03 13:11:13 +02:00
.editorconfig configure renovate 2025-07-03 12:41:13 +02:00
.formatter.exs feat: add backpex (config, js hooks, deps, css, formatter) 2025-07-03 13:56:50 +02:00
.gitignore review(env): shift secret to env file 2025-07-03 13:30:30 +02:00
.sobelow-conf Add basic CI setup (#30) 2025-07-03 12:36:15 +02:00
.tool-versions chore(deps): update dependency erlang to v27.3.4 2025-07-03 12:57:14 +02:00
docker-compose.yml rename rauthy-test to rauthy-dev 2025-07-03 13:32:14 +02:00
Dockerfile chore: Remove variables from dockerfile base images to enable renovate updates 2025-07-03 12:47:18 +02:00
Justfile chore: add build-tailwind commant to just 2025-07-03 19:45:04 +02:00
mix.exs chore: update phoenix to version 1.8.0-rc.3 2025-07-03 21:28:33 +02:00
mix.lock chore: update phoenix to version 1.8.0-rc.3 2025-07-03 21:28:33 +02:00
README.md chore: update phoenix to version 1.8.0-rc.3 2025-07-03 21:28:33 +02:00
renovate.json fix(ci): ignore elixir updates for .drone.yml as well 2025-07-03 12:57:50 +02:00
renovate_backend_config.js configure renovate 2025-07-03 12:41:13 +02:00

Mv

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