Setup paperless host and reverse proxy for acme http challange
This commit is contained in:
parent
a2855162eb
commit
c1e74a4494
13 changed files with 184 additions and 3 deletions
|
@ -77,6 +77,10 @@ in
|
|||
site = "vs";
|
||||
environment = "proxmox";
|
||||
};
|
||||
paperless = {
|
||||
site = "wg";
|
||||
environment = "proxmox";
|
||||
};
|
||||
coturn = {
|
||||
site = "vs";
|
||||
environment = "proxmox";
|
||||
|
@ -89,6 +93,10 @@ in
|
|||
site = "af";
|
||||
environment = "openstack";
|
||||
};
|
||||
web-public-1 = {
|
||||
site = "wg";
|
||||
environment = "proxmox";
|
||||
};
|
||||
web-public-2 = {
|
||||
hostNixpkgs = nixpkgs-unstable;
|
||||
site = "vs";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue