remove microbin

This commit is contained in:
Yan Lin 2025-10-27 00:55:47 +01:00
parent 76e3964aaf
commit 27c7f7127c
3 changed files with 0 additions and 84 deletions

View file

@ -9,10 +9,6 @@
name = "Claude";
url = "https://claude.ai";
}
{
name = "MicroBin";
url = "https://bin.yanlincs.com";
}
{
name = "Paperless";
url = "https://paperless.yanlincs.com";

View file

@ -352,44 +352,6 @@ in
autoStart = true;
};
# MicroBin web clipboard
microbin = {
image = "docker.io/danielszabo99/microbin:latest";
volumes = [
"/var/lib/containers/config/microbin:/app/microbin_data"
];
environment = {
PUID = commonUID;
PGID = commonGID;
TZ = systemTZ;
# Administrator credentials
MICROBIN_ADMIN_USERNAME = "admin";
MICROBIN_ADMIN_PASSWORD = "@i<i[_:-^)J7<30Tm;:j4:By-L9P{vilxK)Y#O>K";
# Read-only mode: require password to upload/create pastes
MICROBIN_READONLY = "true";
MICROBIN_UPLOADER_PASSWORD = "1Hayashi-2Hiko";
# Enable public pasta listing (public pastes only)
MICROBIN_NO_LISTING = "false";
# Allow per-paste privacy controls
MICROBIN_PRIVATE = "true";
# Enable encryption for sensitive pastes
MICROBIN_ENCRYPTION_CLIENT_SIDE = "true";
MICROBIN_ENCRYPTION_SERVER_SIDE = "true";
};
ports = [
"5010:8080"
];
extraOptions = [
"--network=podman"
];
autoStart = true;
};
# RSS reader (Miniflux)
rss = {
image = "docker.io/miniflux/miniflux:latest";

View file

@ -137,31 +137,6 @@
};
};
# MicroBin web clipboard
bin = {
rule = "Host(`bin.yanlincs.com`)";
entrypoints = "websecure";
service = "bin";
tls = {
certResolver = "cloudflare";
domains = [{
main = "*.yanlincs.com";
}];
};
};
# WebDAV file server
# files = {
# rule = "Host(`files.yanlincs.com`)";
# entrypoints = "websecure";
# service = "files";
# tls = {
# certResolver = "cloudflare";
# domains = [{
# main = "*.yanlincs.com";
# }];
# };
# };
};
services = {
# Redirect service
@ -254,23 +229,6 @@
};
};
# MicroBin backend (via WireGuard)
bin = {
loadBalancer = {
servers = [{
url = "http://10.2.2.20:5010";
}];
};
};
# WebDAV file server backend (via WireGuard)
# files = {
# loadBalancer = {
# servers = [{
# url = "http://10.2.2.20:5009";
# }];
# };
# };
};
middlewares = {
# Redirect middleware