From ed84fb332431c6c33891ac1b18a0b184e7d828be Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Tue, 10 Feb 2026 15:49:15 -0600 Subject: deprecate unmaintained services --- hosts/ganymede/collin-forgejo-password.age | 7 +++++++ hosts/ganymede/config.nix | 19 ++++++++++++++++++- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 hosts/ganymede/collin-forgejo-password.age (limited to 'hosts/ganymede') diff --git a/hosts/ganymede/collin-forgejo-password.age b/hosts/ganymede/collin-forgejo-password.age new file mode 100644 index 0000000..76bdc67 --- /dev/null +++ b/hosts/ganymede/collin-forgejo-password.age @@ -0,0 +1,7 @@ +age-encryption.org/v1 +-> ssh-ed25519 azBilg vmw/nKIBoQoNUFX5L/30ll21pT0pC2aj/w2qjTc2nSM +x4udezFrc1+YG2ejgSVL6iIdPUgkiUeYxl0nijurqmE +-> ssh-ed25519 Jg4yWQ X6KPKYcqIzzllcP96/VdMH+SHzvwy5L2Yf8VIjL7GRg +ZREY05ecsxqutY2VEktNqwX8pXvmXnVL8M9FnlIkQy4 +--- MGA/XzVEB308uJE/c/bLe0GKrLDVSxciKxTV54S4oDM +#;brLܐ&̓]WD5m ЃG`B6b \ No newline at end of file diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix index c31bb16..a2bb930 100644 --- a/hosts/ganymede/config.nix +++ b/hosts/ganymede/config.nix @@ -14,6 +14,10 @@ file = ./collin-copyparty-password.age; owner = "copyparty"; }; + "collin-forgejo-password" = { + file = ./collin-forgejo-password.age; + owner = "forgejo"; + }; }; terminal = { @@ -55,12 +59,25 @@ ]; }; + # navidrome = { + # enable = true; + # bind_host = "127.0.0.1"; + # caddy.local.enable = true; + # }; + + forgejo = { + enable = true; + bind_host = "127.0.0.1"; + root_url = "https://forgejo.collinux"; + caddy.local.enable = true; + }; + copyparty = { enable = true; bind_host = "127.0.0.1"; root_url = "up.williamsfam.us.com"; - caddy.enable = true; + caddy.global.enable = true; users.collin = { isAdmin = true; -- cgit v1.3.1