remove linkding

This commit is contained in:
Yan Lin 2025-10-09 21:55:08 +02:00
parent 477fb36411
commit 598e9eecf7
3 changed files with 37 additions and 45 deletions

View file

@ -5,10 +5,6 @@
name = "Toolbar"; name = "Toolbar";
toolbar = true; toolbar = true;
bookmarks = [ bookmarks = [
{
name = "Links";
url = "https://link.yanlincs.com";
}
{ {
name = "Claude"; name = "Claude";
url = "https://claude.ai"; url = "https://claude.ai";
@ -60,6 +56,10 @@
name = "Discord"; name = "Discord";
url = "https://discord.com/channels/@me"; url = "https://discord.com/channels/@me";
} }
{
name = "AAU Admin";
url = "https://www.its.aau.dk/systemoversigt";
}
]; ];
} }
{ {
@ -106,6 +106,39 @@
name = "qBittorrent"; name = "qBittorrent";
url = "https://qbit.yanlincs.com"; url = "https://qbit.yanlincs.com";
} }
{
name = "Resource";
bookmarks = [
{
name = "M-Teams";
url = "https://next.m-team.cc/index";
}
{
name = "PTer";
url = "https://pterclub.com/torrents.php";
}
{
name = "HDSky";
url = "https://hdsky.me/torrents.php";
}
{
name = "Ourbits";
url = "https://ourbits.club/index.php";
}
{
name = "U2";
url = "https://u2.dmhy.org/torrents.php";
}
{
name = "Jpopsuki";
url = "https://jpopsuki.eu/index.php";
}
{
name = "dhmy";
url = "https://share.dmhy.org/";
}
];
}
]; ];
} }
{ {

View file

@ -299,25 +299,6 @@ in
autoStart = true; autoStart = true;
}; };
# Linkding bookmark manager
linkding = {
image = "docker.io/sissbruecker/linkding:latest-plus";
volumes = [
"/var/lib/containers/link:/etc/linkding/data"
];
ports = [
"5007:9090"
];
extraOptions = [
"--network=podman"
];
autoStart = true;
};
# Nextcloud cloud storage and file sharing # Nextcloud cloud storage and file sharing
cloud = { cloud = {
image = "docker.io/linuxserver/nextcloud:latest"; image = "docker.io/linuxserver/nextcloud:latest";

View file

@ -85,19 +85,6 @@
}; };
}; };
# Linkding bookmark manager
link = {
rule = "Host(`link.yanlincs.com`)";
entrypoints = "websecure";
service = "link";
tls = {
certResolver = "cloudflare";
domains = [{
main = "*.yanlincs.com";
}];
};
};
# Jellyfin Media Server # Jellyfin Media Server
jellyfin = { jellyfin = {
rule = "Host(`jellyfin.yanlincs.com`)"; rule = "Host(`jellyfin.yanlincs.com`)";
@ -205,15 +192,6 @@
}; };
}; };
# Linkding backend (via WireGuard)
link = {
loadBalancer = {
servers = [{
url = "http://10.2.2.20:5007";
}];
};
};
# Jellyfin backend (via WireGuard) # Jellyfin backend (via WireGuard)
jellyfin = { jellyfin = {
loadBalancer = { loadBalancer = {