From ea0d96596e3929ca423e6491b279835cf90d3546 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Tue, 17 Jun 2025 13:35:52 +0200 Subject: [PATCH] chore: updated artiflakery projects --- machines/gustave/artiflakery.nix | 14 +++++++++++++- machines/gustave/default.nix | 1 - 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/machines/gustave/artiflakery.nix b/machines/gustave/artiflakery.nix index 54cee3f..1a8790c 100644 --- a/machines/gustave/artiflakery.nix +++ b/machines/gustave/artiflakery.nix @@ -10,6 +10,11 @@ forceSSL = true; enableACME = true; locations."/" = { + proxyWebsockets = true; + proxyPass = "http://localhost:8090"; + }; + locations."/ws" = { + proxyWebsockets = true; proxyPass = "http://localhost:8090"; }; }; @@ -100,9 +105,16 @@ flakeref = "git+ssh://forgejo@git.luj.fr/luj/assert-prez.git?ref=main"; access = [ "assert" + "phd" + "julien" + ]; + }; + "slides/2025/chains-april-workshop/" = { + flakeref = "git+ssh://forgejo@git.luj.fr/luj/chains-2025.git?ref=main"; + access = [ + "public" ]; }; - }; }; } diff --git a/machines/gustave/default.nix b/machines/gustave/default.nix index 25c3cc5..34e298e 100644 --- a/machines/gustave/default.nix +++ b/machines/gustave/default.nix @@ -19,7 +19,6 @@ ./glance.nix ./syncthing.nix ./artiflakery.nix - "${inputs.unstable}/nixos/modules/services/web-apps/readeck.nix" ]; users.users.julien.linger = true;