This website requires JavaScript.
Explore
Help
Sign in
hacc
/
haccfiles
Watch
8
Star
0
Fork
You've already forked haccfiles
1
Code
Issues
1
Pull requests
Projects
Releases
Wiki
Activity
507a144165
haccfiles
/
services
/
nginx-pages.nix
10 lines
102 B
Nix
Raw
Normal View
History
Unescape
Escape
add the rest of our stativ web pages however, for some reason, ACME still fails. Hopefully it's just the rate limit, but it does look suspicious; there' still a "www.muc.hacc.space" in the log that oughtn't be there …
2022-01-10 22:43:10 +00:00
{
config
,
pkgs
,
.
.
.
}:
services/gitlab: init on parsons
2021-08-08 22:09:37 +00:00
add the rest of our stativ web pages however, for some reason, ACME still fails. Hopefully it's just the rate limit, but it does look suspicious; there' still a "www.muc.hacc.space" in the log that oughtn't be there …
2022-01-10 22:43:10 +00:00
{
modules/website.nix init idea is to have a directory `websites/` which contains all our static sites, with the name of each subdirectory also being their domain. Then Nix can just read that directory during build-time and automatically generate nginx virtualHosts for all of them (note that the subdirectories have to contain a `default.nix` specifying how to build the site for that to work). Thus we could avoid the dependency on gitlab pages.
2022-01-06 22:04:44 +00:00
hacc
.
websites
=
{
enable
=
true
;
directory
=
../websites
;
}
;
services/gitlab: init on parsons
2021-08-08 22:09:37 +00:00
}
Reference in a new issue
Copy permalink