From 5871b17c0138d6445396cf97e6362e3b79a5b5c9 Mon Sep 17 00:00:00 2001 From: chaos Date: Fri, 5 Apr 2024 19:38:15 +0200 Subject: [PATCH] still no working freshrss, change lappy to Europe/London --- hosts/hetzner-arm/containers/rss/default.nix | 2 -- hosts/hetzner-arm/containers/rss/profiles/freshrss.nix | 2 +- hosts/lappy-surface/lappy-surface.nix | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/hosts/hetzner-arm/containers/rss/default.nix b/hosts/hetzner-arm/containers/rss/default.nix index 4d2295a..0b94b6d 100644 --- a/hosts/hetzner-arm/containers/rss/default.nix +++ b/hosts/hetzner-arm/containers/rss/default.nix @@ -67,8 +67,6 @@ in { # Forward the Authorization header for the Google Reader API. proxy_set_header Authorization $http_authorization; proxy_pass_header Authorization; - - proxy_cookie_path / "/; HTTPOnly; Secure; SameSite=Lax"; ''; }; }; diff --git a/hosts/hetzner-arm/containers/rss/profiles/freshrss.nix b/hosts/hetzner-arm/containers/rss/profiles/freshrss.nix index 924c9fa..b9b91b3 100644 --- a/hosts/hetzner-arm/containers/rss/profiles/freshrss.nix +++ b/hosts/hetzner-arm/containers/rss/profiles/freshrss.nix @@ -4,7 +4,7 @@ in { services.freshrss = { enable = true; defaultUser = "chaos"; - baseUrl = "https://freshrss.owo.monster"; + baseUrl = "127.0.0.1"; virtualHost = "127.0.0.1"; passwordFile = secrets.chaos_password.path; }; diff --git a/hosts/lappy-surface/lappy-surface.nix b/hosts/lappy-surface/lappy-surface.nix index 5b02087..4fa21bd 100644 --- a/hosts/lappy-surface/lappy-surface.nix +++ b/hosts/lappy-surface/lappy-surface.nix @@ -42,7 +42,7 @@ networking.firewall.allowedTCPPorts = [8088]; networking.hostName = "lappy-surface"; - time.timeZone = "Europe/Vienna"; + time.timeZone = "Europe/London"; system.stateVersion = "23.05"; }