Overleaf: Add Domain
parent
4d2e1ed624
commit
14e2dca865
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue