systant/server/dashboard
ryan 91559e7461 Remove HA/Python components and add Phoenix LiveView dashboard
- Remove home-assistant-integration/ and dev-config/
- Remove Python/HA dependencies from flake.nix
- Add Phoenix LiveView dashboard with clean Elixir-only stack
- Add Node.js and PostgreSQL for Phoenix development
- Much cleaner monorepo architecture focusing on Elixir ecosystem

Next: Connect dashboard to MQTT for real-time host monitoring
2025-08-02 21:52:19 -07:00
..
assets Remove HA/Python components and add Phoenix LiveView dashboard 2025-08-02 21:52:19 -07:00
config Remove HA/Python components and add Phoenix LiveView dashboard 2025-08-02 21:52:19 -07:00
lib Remove HA/Python components and add Phoenix LiveView dashboard 2025-08-02 21:52:19 -07:00
priv Remove HA/Python components and add Phoenix LiveView dashboard 2025-08-02 21:52:19 -07:00
test Remove HA/Python components and add Phoenix LiveView dashboard 2025-08-02 21:52:19 -07:00
.formatter.exs Remove HA/Python components and add Phoenix LiveView dashboard 2025-08-02 21:52:19 -07:00
.gitignore Remove HA/Python components and add Phoenix LiveView dashboard 2025-08-02 21:52:19 -07:00
mix.exs Remove HA/Python components and add Phoenix LiveView dashboard 2025-08-02 21:52:19 -07:00
mix.lock Remove HA/Python components and add Phoenix LiveView dashboard 2025-08-02 21:52:19 -07:00
README.md Remove HA/Python components and add Phoenix LiveView dashboard 2025-08-02 21:52:19 -07:00

Dashboard

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