Compare commits
9 Commits
f640c09700
...
310950de42
Author | SHA1 | Date | |
---|---|---|---|
310950de42
|
|||
d418acb16a
|
|||
8f2cea6abf
|
|||
43b6159feb
|
|||
6b38429bac
|
|||
615524070b
|
|||
1727785180
|
|||
ffafc81ed1
|
|||
367d65e1ba
|
@@ -27,9 +27,7 @@ in
|
|||||||
blog.containerConfig = {
|
blog.containerConfig = {
|
||||||
image = "docker-archive:${pkgs.dockerImages.nginx}";
|
image = "docker-archive:${pkgs.dockerImages.nginx}";
|
||||||
networks = [ networks.traefik.ref ];
|
networks = [ networks.traefik.ref ];
|
||||||
volumes = [
|
volumes = [ "${volumes.blog.ref}:/var/www/nginx:ro" ];
|
||||||
"${volumes.blog.ref}:/var/www/nginx:ro"
|
|
||||||
];
|
|
||||||
labels = [
|
labels = [
|
||||||
"traefik.enable=true"
|
"traefik.enable=true"
|
||||||
"traefik.http.routers.blog.rule=Host(`blog.karaolidis.com`)"
|
"traefik.http.routers.blog.rule=Host(`blog.karaolidis.com`)"
|
||||||
|
@@ -2,21 +2,21 @@
|
|||||||
# AUTO-UPDATE: nix-update --flake comentario --version=branch=dev --subpackage frontend
|
# AUTO-UPDATE: nix-update --flake comentario --version=branch=dev --subpackage frontend
|
||||||
pkgs.buildGo125Module (finalAttrs: {
|
pkgs.buildGo125Module (finalAttrs: {
|
||||||
pname = "comentario";
|
pname = "comentario";
|
||||||
version = "3.14.0-unstable-2025-09-09";
|
version = "3.14.0-unstable-2025-09-15";
|
||||||
|
|
||||||
src = pkgs.fetchFromGitLab {
|
src = pkgs.fetchFromGitLab {
|
||||||
owner = "comentario";
|
owner = "comentario";
|
||||||
repo = "comentario";
|
repo = "comentario";
|
||||||
# FIXME: Stable rev once type error is fixed
|
# FIXME: Stable rev once type error is fixed
|
||||||
rev = "4abffe7cfacbcd3f2c477089747f96dd15a96f2f";
|
rev = "d79035b41a912a432b74eb7fb0240b79cabff6bf";
|
||||||
hash = "sha256-71Xh/W/SRIfbmmnimOASAxps1xGQFK3gE0ZwZ3BXOBA=";
|
hash = "sha256-nTOojxYBDeA5Z+rh+C+SbFJ4fzmr8sT2oZmO+chiXJM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# fe: dynamic configuration env vars
|
# fe: dynamic configuration env vars
|
||||||
(builtins.fetchurl {
|
(builtins.fetchurl {
|
||||||
url = "https://gitlab.com/comentario/comentario/-/merge_requests/23.patch";
|
url = "https://gitlab.com/comentario/comentario/-/merge_requests/23.patch";
|
||||||
sha256 = "sha256:0iagj3sfjg8nb0zk673nrppsgdi3hy2crzhd84i2znwqlnhq0m5h";
|
sha256 = "sha256:0ih5hwadjkh47vvji4jygpfxcfpjcarhcwazc7asxpfxc87g04pv";
|
||||||
})
|
})
|
||||||
./superuser-claim.patch
|
./superuser-claim.patch
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user