VEGAS: add humorous websites
This commit is contained in:
parent
9de6850a3b
commit
f322bee645
2 changed files with 12 additions and 0 deletions
11
hosts/VEGAS/services/jokes/default.nix
Normal file
11
hosts/VEGAS/services/jokes/default.nix
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{ config, lib, tools, ... }:
|
||||||
|
with tools.nginx.mappers;
|
||||||
|
with tools.nginx.vhosts;
|
||||||
|
{
|
||||||
|
services.nginx.virtualHosts = mapSubdomains {
|
||||||
|
"bone-ds-dc.com-ldap" = static "/srv/storage/www/bone-meme/dist";
|
||||||
|
"get" = simplePHP "/srv/storage/www/dietldb";
|
||||||
|
"rzentrale" = static "/srv/storage/www/rzentrale";
|
||||||
|
"wunschnachricht" = static "/srv/storage/www/wunschnachricht";
|
||||||
|
};
|
||||||
|
}
|
|
@ -23,6 +23,7 @@
|
||||||
./services/forum
|
./services/forum
|
||||||
./services/git
|
./services/git
|
||||||
./services/ipfs
|
./services/ipfs
|
||||||
|
./services/jokes
|
||||||
]
|
]
|
||||||
# TODO: fix users
|
# TODO: fix users
|
||||||
# ++ (import ../../users "server").groups.admin
|
# ++ (import ../../users "server").groups.admin
|
||||||
|
|
Loading…
Reference in a new issue