migrating docker: collabora

This commit is contained in:
Danilo Reyes 2023-12-23 21:41:16 -06:00
parent 6d7cc1f25e
commit edeaf20db6

View File

@ -9,39 +9,41 @@
storageDriver = "btrfs"; storageDriver = "btrfs";
}; };
# oci-containers = { oci-containers = {
# backend = "docker"; backend = "docker";
# containers = { containers = {
# flaresolverr = { collabora = {
# image = "ghcr.io/flaresolverr/flaresolverr:latest"; image = "collabora/code";
# # imageFile = pkgs.dockerTools.pullImage { # imageFile = pkgs.dockerTools.pullImage {
# # imageName = "ghcr.io/flaresolverr/flaresolverr:latest"; # imageName = "collabora/code";
# # }; # imageDigest =
# ports = [ "8191:8191" ]; # "sha256:aab41379baf5652832e9237fcc06a768096a5a7fccc66cf8bd4fdb06d2cbba7f";
# environment = { # sha256 = "sha256-M66lynhzaOEFnE15Sy1N6lBbGDxwNw6ap+IUJAvoCLs=";
# TZ = "America/Mexico_City"; # };
# LOG_LEVEL = "\${LOG_LEVEL:-info}"; ports = [ "9980:9980" ];
# LOG_HTML = "\${LOG_HTML:-false}"; environment = {
# CAPTCHA_SOLVER = "\${CAPTCHA_SOLVER:-none}"; domain = "cloud.servidos.lat";
# }; username = "jawz";
# }; password = "chichis";
# # # collabora = { dictionaries = "en_CA en_US es_MX es_ES fr_FR it pt_BR ru";
# # # image = "collabora/code"; extra_params = "--o:ssl.enable=false --o:ssl.termination=true";
# # # imageFile = pkgs.dockerTools.pullImage { };
# # # imageName = "collabora/code"; extraOptions = [ "--cap-add" "MKNOD" ];
# # # imageDigest = };
# # # "sha256:aab41379baf5652832e9237fcc06a768096a5a7fccc66cf8bd4fdb06d2cbba7f"; # flaresolverr = {
# # # sha256 = "sha256-M66lynhzaOEFnE15Sy1N6lBbGDxwNw6ap+IUJAvoCLs="; # image = "ghcr.io/flaresolverr/flaresolverr:latest";
# # # }; # # imageFile = pkgs.dockerTools.pullImage {
# # # ports = [ "9980:9980" ]; # # imageName = "ghcr.io/flaresolverr/flaresolverr:latest";
# # # environment = { # # };
# # # domain = "cloud.servidos.lat"; # ports = [ "8191:8191" ];
# # # dictionaries = "en_CA en_US es_MX es_ES fr_FR it pt_BR ru"; # environment = {
# # # extra_params = "--o:ssl.enable=false --o:ssl.termination=true"; # TZ = "America/Mexico_City";
# # # }; # LOG_LEVEL = "\${LOG_LEVEL:-info}";
# # # extraOptions = [ "--cap-add" "MKNOD" ]; # LOG_HTML = "\${LOG_HTML:-false}";
# # # }; # CAPTCHA_SOLVER = "\${CAPTCHA_SOLVER:-none}";
# }; # };
# }; # };
};
};
}; };
} }