From 7674bb6b16f04966a109d7be72e8e7072a251d12 Mon Sep 17 00:00:00 2001 From: NullBite Date: Sat, 25 Jan 2025 21:52:07 +0000 Subject: [PATCH] rpi4: enable TheLounge --- hosts/rpi4/services.nix | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/hosts/rpi4/services.nix b/hosts/rpi4/services.nix index 2fee144..0cf2000 100644 --- a/hosts/rpi4/services.nix +++ b/hosts/rpi4/services.nix @@ -269,6 +269,8 @@ in # homepage "home.protogen.io" = mkAuthProxy 8089; + "lounge.protogen.io" = mkAuthProxy 9000; + "trackmap.protogen.io" = let root = pkgs.modpacks.notlite-ctm-static; in { @@ -379,6 +381,7 @@ in (basicService "mlmym" "blahaj" "lemmy-light") (basicService "Octoprint" "print" "octoprint") (basicService "SearXNG" "searx" "searxng") + (basicService "TheLounge" "lounge" "thelounge") (entry "Shlink" { href = "https://admin.nbt.sh"; icon = "shlink"; }) (basicService "Create Track Map" "trackmap" "") @@ -408,7 +411,11 @@ in ]; bookmarks = [ - (entry "etc" [ + (entry "Admin" [ + (makeBookmark' "Backblaze" "backblaze" "BZ" "https://secure.backblaze.com/user_signin.htm") + (makeBookmark' "Cloudflare" "cloudflare" "CF" "https://dash.cloudflare.com") + (makeBookmark' "Porkbun" "porkbun" "PB" "https://porkbun.com/account/domainsSpeedy") + (makeBookmark' "Namecheap" "namechea" "NC" "https://ap.www.namecheap.com/") ]) (entry "Developer" [ (makeBookmark' "GitHub" "github" "GH" "https://github.com") @@ -452,6 +459,10 @@ in port = 8087; }; + services.thelounge = { + enable = true; + }; + services.anki-sync-server = { enable = true; address = "127.0.0.1";