rpi4: enable TheLounge
This commit is contained in:
parent
6b7156a7d1
commit
7674bb6b16
@ -269,6 +269,8 @@ in
|
|||||||
# homepage
|
# homepage
|
||||||
"home.protogen.io" = mkAuthProxy 8089;
|
"home.protogen.io" = mkAuthProxy 8089;
|
||||||
|
|
||||||
|
"lounge.protogen.io" = mkAuthProxy 9000;
|
||||||
|
|
||||||
"trackmap.protogen.io" = let
|
"trackmap.protogen.io" = let
|
||||||
root = pkgs.modpacks.notlite-ctm-static;
|
root = pkgs.modpacks.notlite-ctm-static;
|
||||||
in {
|
in {
|
||||||
@ -379,6 +381,7 @@ in
|
|||||||
(basicService "mlmym" "blahaj" "lemmy-light")
|
(basicService "mlmym" "blahaj" "lemmy-light")
|
||||||
(basicService "Octoprint" "print" "octoprint")
|
(basicService "Octoprint" "print" "octoprint")
|
||||||
(basicService "SearXNG" "searx" "searxng")
|
(basicService "SearXNG" "searx" "searxng")
|
||||||
|
(basicService "TheLounge" "lounge" "thelounge")
|
||||||
(entry "Shlink" { href = "https://admin.nbt.sh"; icon = "shlink"; })
|
(entry "Shlink" { href = "https://admin.nbt.sh"; icon = "shlink"; })
|
||||||
(basicService "Create Track Map" "trackmap" "")
|
(basicService "Create Track Map" "trackmap" "")
|
||||||
|
|
||||||
@ -408,7 +411,11 @@ in
|
|||||||
];
|
];
|
||||||
|
|
||||||
bookmarks = [
|
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" [
|
(entry "Developer" [
|
||||||
(makeBookmark' "GitHub" "github" "GH" "https://github.com")
|
(makeBookmark' "GitHub" "github" "GH" "https://github.com")
|
||||||
@ -452,6 +459,10 @@ in
|
|||||||
port = 8087;
|
port = 8087;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.thelounge = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
services.anki-sync-server = {
|
services.anki-sync-server = {
|
||||||
enable = true;
|
enable = true;
|
||||||
address = "127.0.0.1";
|
address = "127.0.0.1";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user