Skip to content

Commit

Permalink
feat: proxy silverbullet
Browse files Browse the repository at this point in the history
  • Loading branch information
icecreammatt committed Jan 16, 2024
1 parent 4aad5c5 commit a3477ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions hosts/nixos/mini/caddy.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@
}
'';

virtualHosts."silverbullet.c4er.com".extraConfig = ''
tls /mnt/certs/c4er.com/c4er.com.crt /mnt/certs/c4er.com/c4er.com.key
handle_path /* {
reverse_proxy localhost:3071
}
'';

virtualHosts."excalidraw.c4er.com".extraConfig = ''
tls /mnt/certs/c4er.com/c4er.com.crt /mnt/certs/c4er.com/c4er.com.key
Expand Down

0 comments on commit a3477ab

Please sign in to comment.