forked from DGNum/infrastructure
feat(web01): Deploy multiple linkals on linkal.dgnum.eu
This commit is contained in:
parent
156310fdce
commit
2857736e6b
4 changed files with 117 additions and 1 deletions
32
machines/web01/linkal/default.nix
Normal file
32
machines/web01/linkal/default.nix
Normal file
|
@ -0,0 +1,32 @@
|
|||
_:
|
||||
|
||||
let
|
||||
host = "linkal.dgnum.eu";
|
||||
|
||||
calendarGroups = {
|
||||
luj-current = {
|
||||
port = 8443;
|
||||
calendars = {
|
||||
"https://cloud.eleves.ens.fr/remote.php/dav/public-calendars/LLWm8qK9iC5YGrrR" = {
|
||||
name = "Délégation Générale";
|
||||
short_name = "DG";
|
||||
};
|
||||
|
||||
"https://cloud.eleves.ens.fr/remote.php/dav/public-calendars/fRtjDkjrZyn6fxd8" = {
|
||||
name = "K-Fêt";
|
||||
color = "#c63b52";
|
||||
default_location = "K-Fêt";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
in {
|
||||
imports = [ ./module.nix ];
|
||||
|
||||
dgn-linkal = {
|
||||
enable = true;
|
||||
domain = host;
|
||||
|
||||
inherit calendarGroups;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue