mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
added caddy
This commit is contained in:
parent
150ffbe4ad
commit
e767091811
1 changed files with 10 additions and 0 deletions
|
|
@ -25,6 +25,16 @@
|
||||||
|
|
||||||
networking.hostName = "saffron"; # Define your hostname.
|
networking.hostName = "saffron"; # Define your hostname.
|
||||||
|
|
||||||
|
# Caddy reverse proxy
|
||||||
|
services.caddy = {
|
||||||
|
enable = true;
|
||||||
|
virtualHosts."rss.mayoff.ca" = {
|
||||||
|
extraConfig = ''
|
||||||
|
reverse_proxy MINIFLUX_TAILSCALE_IP:PORT
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# Set your time zone.
|
# Set your time zone.
|
||||||
time.timeZone = "America/Toronto";
|
time.timeZone = "America/Toronto";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue