Remove unused/incomplete Karakeep config.
This commit is contained in:
parent
7d82ac39a6
commit
8f06712b8b
4 changed files with 21 additions and 23 deletions
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
|
||||
'';
|
||||
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue