I dunno, rss kinda useless for me
This commit is contained in:
parent
603a06bc09
commit
b6fa154e87
4 changed files with 0 additions and 42 deletions
|
|
@ -10,7 +10,6 @@
|
||||||
./jellyfin.nix
|
./jellyfin.nix
|
||||||
./librespeed.nix
|
./librespeed.nix
|
||||||
./minecraft.nix
|
./minecraft.nix
|
||||||
./miniflux.nix
|
|
||||||
./nginx.nix
|
./nginx.nix
|
||||||
./paperless.nix
|
./paperless.nix
|
||||||
./searx.nix
|
./searx.nix
|
||||||
|
|
|
||||||
|
|
@ -1,28 +0,0 @@
|
||||||
{ inputs, config, pkgs, lib, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
services = {
|
|
||||||
miniflux = {
|
|
||||||
enable = true;
|
|
||||||
config = {
|
|
||||||
PORT = config.ports.miniflux;
|
|
||||||
FETCH_YOUTUBE_WATCH_TIME = "true";
|
|
||||||
BASE_URL = "https://miniflux.baduhai.me";
|
|
||||||
};
|
|
||||||
adminCredentialsFile = config.age.secrets.miniflux-pass.path;
|
|
||||||
};
|
|
||||||
|
|
||||||
nginx.virtualHosts."miniflux.baduhai.me" = {
|
|
||||||
useACMEHost = "baduhai.me";
|
|
||||||
forceSSL = true;
|
|
||||||
kTLS = true;
|
|
||||||
locations."/".proxyPass = "http://127.0.0.1:${config.ports.miniflux}";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
age.secrets.miniflux-pass = {
|
|
||||||
file = ../../../secrets/miniflux-pass.age;
|
|
||||||
owner = "miniflux";
|
|
||||||
group = "hosted";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
age-encryption.org/v1
|
|
||||||
-> ssh-ed25519 SP9f6A UQVxmNplJaOnBrYzAoZ3qY3ghsmDOJWMvd5gIzCv9yI
|
|
||||||
jULp2qgkWFrybH1Uiqzk6UCN9e87x1r/Onkrpsl74rk
|
|
||||||
-> ssh-ed25519 3Chb7w tsP6JT7wZCba7AcKBc24D8kSzWSqu+bSBpP1OaJxwEo
|
|
||||||
NiO9HEkMnN457WTbx+Kf+VXvWw5Nd7dxR/TC2jQ+nRk
|
|
||||||
-> ssh-ed25519 J6tVTA yABs0iP0ZCjBeAbUyDNwFuRwDLNIihYqlQvXyDaAUg8
|
|
||||||
UG0hSaOnVMc4QGDx4zya+vNHEJkEWT0YXLWJ4hppcJk
|
|
||||||
-> A-grease ?8HO<
|
|
||||||
wSdf8C8TpJTKp8po/UfgWINsHvVb9FzH
|
|
||||||
--- 8fYFCgTVWRzuLgGnWdPwB/uFsDkT0dY5B/N9IGDC0n4
|
|
||||||
瀯ï”jÓv7I·bIìþ6“¬lºÙ.÷ý†° “¶oæÀpþA#5·ÁÈDt?
|
|
||||||
˜ÿƒ6zO’óQì^ÃÒ£Ó¸hǰš!$a™å
|
|
||||||
|
|
@ -13,5 +13,4 @@ let
|
||||||
in {
|
in {
|
||||||
"cloudflare-creds.age".publicKeys = all-hosts;
|
"cloudflare-creds.age".publicKeys = all-hosts;
|
||||||
"paperless-pass.age".publicKeys = all-hosts;
|
"paperless-pass.age".publicKeys = all-hosts;
|
||||||
"miniflux-pass.age".publicKeys = all-hosts;
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue