Use the panel from its own flake (reudy-net/panel)
The panel's code moved to git.reudy.net/reudy-net/panel, which provides a package and a NixOS module. This config now pulls it in as the `panel` flake input and only sets services.reudy-panel options, so panel updates are `nix flake update panel` instead of edits in this repo. The input uses ssh because the reudy-net org is not visible anonymously. The generated service, directories, Caddy vhost, routes import and reload units are unchanged apart from store paths. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UbWSNkXxZhYf7eqHTyx3Bf
This commit is contained in:
parent
3c416dc6e9
commit
e7bf1acd93
9 changed files with 42 additions and 5925 deletions
|
|
@ -4,10 +4,7 @@
|
|||
enable = true;
|
||||
email = "admin@reudy.net";
|
||||
|
||||
# Generated app routes from the panel backend.
|
||||
extraConfig = ''
|
||||
import /var/lib/containers/routes/routes.caddy
|
||||
'';
|
||||
# App routes generated by the panel are imported by its module (panel.nix).
|
||||
|
||||
# Authelia's own login portal
|
||||
virtualHosts."auth.reudy.net".extraConfig = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue