Remove unused/incomplete Karakeep config.
This commit is contained in:
parent
7d82ac39a6
commit
8f06712b8b
4 changed files with 21 additions and 23 deletions
|
@ -1,23 +0,0 @@
|
||||||
{ config, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
systemd.tmpfiles.rules = [
|
|
||||||
"d /var/lib/actual 0755 root root"
|
|
||||||
];
|
|
||||||
|
|
||||||
virtualisation.oci-containers.containers.actual = {
|
|
||||||
image = "actualbudget/actual-server:latest";
|
|
||||||
ports = [
|
|
||||||
"5006:5006"
|
|
||||||
];
|
|
||||||
environment = {
|
|
||||||
ACTUAL_LOGIN_METHOD = "header";
|
|
||||||
};
|
|
||||||
volumes = [ "/var/lib/actual:/data" ];
|
|
||||||
};
|
|
||||||
|
|
||||||
services.caddy.virtualHosts."https://budget.tailc50184.ts.net".extraConfig = ''
|
|
||||||
bind tailscale/budget
|
|
||||||
reverse_proxy http://localhost:5006
|
|
||||||
'';
|
|
||||||
}
|
|
15
hosts/hub/apps/peertube.nix
Normal file
15
hosts/hub/apps/peertube.nix
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
services = {
|
||||||
|
peertube = {
|
||||||
|
enable = true;
|
||||||
|
localDomain = "peertube.thewordnerd.info";
|
||||||
|
redis.createLocally = true;
|
||||||
|
database.createLocally = true;
|
||||||
|
|
||||||
|
};
|
||||||
|
services.caddy.virtualHosts."peertube.thewordnerd.info".extraConfig = ''
|
||||||
|
reverse_proxy http://localhost:9000
|
||||||
|
'';
|
||||||
|
|
||||||
|
};
|
||||||
|
}
|
|
@ -37,4 +37,5 @@ in
|
||||||
hub
|
hub
|
||||||
nolan
|
nolan
|
||||||
];
|
];
|
||||||
|
"thewordnerd_peertube.age".publicKeys = [ hub ];
|
||||||
}
|
}
|
||||||
|
|
5
secrets/thewordnerd_peertube.age
Normal file
5
secrets/thewordnerd_peertube.age
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
age-encryption.org/v1
|
||||||
|
-> ssh-ed25519 5X7MKw 8HgABUK/pWaX4v3hcf4Q0QKNrvwZfLLGGYNSYEY6eAE
|
||||||
|
DaPJEDRHG60VWEJCdRxlU+N/gsPL608nqYl4/w0d8fw
|
||||||
|
--- XdjnYGqiHzc1SCNXV9p08Tonizbg5wXSJiCUV+Sgj2g
|
||||||
|
ù*‘œü!”
SÆìSÊ|.{–¥¢Uú¥¯<C2A5>`—‰Yf~‡z+K—¬1ÕêjS\/cÄb^‚R±I<C2B1>öš§&¿&&¡È¼ŸsjCŽÐø‰ûöÑÅxXKVF
|
Loading…
Add table
Add a link
Reference in a new issue