feat: working tunnel with audio books
This commit is contained in:
parent
d4a85d3d91
commit
dbd396f613
4 changed files with 27 additions and 14 deletions
15
tunnel.nix
Normal file
15
tunnel.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{...}:
|
||||
{
|
||||
services.cloudflared = {
|
||||
enable = true;
|
||||
tunnels = {
|
||||
"tulpan" = {
|
||||
credentialsFile = "/etc/nixos/.secrets/tulpan-tunnel.json";
|
||||
default = "http_status:404";
|
||||
ingress = {
|
||||
"*.sondell.org" = "http://localhost:80";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue