remove microbin
This commit is contained in:
parent
76e3964aaf
commit
27c7f7127c
3 changed files with 0 additions and 84 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue