Overleaf: Add Domain

master
David Crompton 2023-11-07 13:06:10 -05:00
parent 4d2e1ed624
commit 14e2dca865
1 changed files with 9 additions and 0 deletions

View File

@ -12,6 +12,15 @@ in {
};
groups.overleaf = {};
};
services.caddy.virtualHosts = {
"overleaf.ws.kcnhub.com" = {
extraConfig = ''
reverse_proxy 127.0.0.1:7080
'';
};
};
# Overleaf only officially supports container based installation
# For ease of use and compatability we shall follow suit (for now)
# An imperative installation is described below, to be updated