bert: Add owntracks-recorder
This commit is contained in:
parent
9b6c2fdc3e
commit
4c6606be31
4 changed files with 30 additions and 0 deletions
9
bert/services/http/whereis.chandlerswift.com.nix
Normal file
9
bert/services/http/whereis.chandlerswift.com.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{config, ...}: {
|
||||
services.caddy.virtualHosts."whereis.chandlerswift.com".extraConfig = ''
|
||||
reverse_proxy localhost:8083
|
||||
|
||||
handle_errors {
|
||||
respond "{err.status_code} {err.status_text}"
|
||||
}
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue