diff options
Diffstat (limited to 'hosts/miniflux/miniflux.nix')
| -rw-r--r-- | hosts/miniflux/miniflux.nix | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/hosts/miniflux/miniflux.nix b/hosts/miniflux/miniflux.nix deleted file mode 100644 index 9afbe29..0000000 --- a/hosts/miniflux/miniflux.nix +++ /dev/null @@ -1,22 +0,0 @@ -{ config, ... }: -{ - sops.secrets."miniflux" = { }; - - services.miniflux = { - enable = true; - createDatabaseLocally = true; - adminCredentialsFile = config.sops.secrets."miniflux".path; - config = { - LISTEN_ADDR = "10.89.88.14:8080"; - BASE_URL = "https://news.oxapentane.com"; - # oauth - DISABLE_LOCAL_AUTH = 1; - CREATE_ADMIN = 0; - OAUTH2_OIDC_DISCOVERY_ENDPOINT = "https://auth.oxapentane.com/application/o/miniflux/"; - OAUTH2_PROVIDER = "oidc"; - OAUTH2_REDIRECT_URL = "https://news.oxapentane.com/oauth2/oidc/callback"; - OAUTH2_USER_CREATION = 1; - POLLING_FREQUENCY = 37; - }; - }; -} |
