remove microbin
This commit is contained in:
parent
76e3964aaf
commit
27c7f7127c
3 changed files with 0 additions and 84 deletions
|
|
@ -9,10 +9,6 @@
|
||||||
name = "Claude";
|
name = "Claude";
|
||||||
url = "https://claude.ai";
|
url = "https://claude.ai";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "MicroBin";
|
|
||||||
url = "https://bin.yanlincs.com";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "Paperless";
|
name = "Paperless";
|
||||||
url = "https://paperless.yanlincs.com";
|
url = "https://paperless.yanlincs.com";
|
||||||
|
|
|
||||||
|
|
@ -352,44 +352,6 @@ in
|
||||||
autoStart = true;
|
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 reader (Miniflux)
|
||||||
rss = {
|
rss = {
|
||||||
image = "docker.io/miniflux/miniflux:latest";
|
image = "docker.io/miniflux/miniflux:latest";
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
services = {
|
||||||
# Redirect service
|
# 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 = {
|
middlewares = {
|
||||||
# Redirect middleware
|
# Redirect middleware
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue