Commit 9677b97a655c

Vincent Demeester <vincent@sbr.pm>
2026-06-29 16:56:28
feat(miniflux): allow private addresses for wallabag
Miniflux blocks connections to private IPs by default, preventing integration with wallabag running on the same host.
1 parent 2543173
Changed files (1)
systems
systems/aion/extra.nix
@@ -537,6 +537,7 @@ in
     config = {
       LISTEN_ADDR = "0.0.0.0:8085";
       BASE_URL = "https://miniflux.sbr.pm";
+      INTEGRATION_ALLOW_PRIVATE_NETWORKS = "true";
     };
     createDatabaseLocally = true;
     adminCredentialsFile = config.age.secrets."miniflux-admin-credentials".path;