Skip to content

Commit

Permalink
Add cloudflare proxy to storage
Browse files Browse the repository at this point in the history
  • Loading branch information
Albin Vass committed May 3, 2024
1 parent 057b645 commit dc286b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixos/hosts/nixpi/cloudflared.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
ingress = {
"nixpi-ssh.albinvass.se" = "ssh://localhost:22";
};
ingress = {
"storage.albinvass.se" = "http://synologynas:5000";
};
};
};
};
Expand Down

0 comments on commit dc286b2

Please sign in to comment.