Commit graph

6 commits

Author SHA1 Message Date
Alejandro Angulo a1709f033f
Upgraded snowfall lib 2023-10-18 17:27:39 -07:00
Alejandro Angulo d5969ca923
Refactored how SSL certs are configured for nginx
Made a separate ACME module to handle requesting certs from multiple
machines. Right now, the module only supports exactly one wildcard cert.
It might make sense to have cache.kilonull.com use a cert specific to
its subdomain rather than also requesting a wildcard cert (or maybe the
nginx on its host shouldn't care about TLS and it should be node's
responsibility).
2023-07-16 18:21:45 -07:00
Alejandro Angulo 4284ed2a9d
Fixed issue with internal server error
Seems like I should have added the nix-serve user to both allowed-users
and trusted-users.
2023-06-14 20:30:26 -07:00
Alejandro Angulo 58efac7f13
Configured remote deployments
Also includes some misc fixes for bugs I ran into along the way.
2023-05-11 17:32:58 -07:00
Alejandro Angulo a21e09f0a9
Fixed build error 2023-03-25 09:19:01 -07:00
Alejandro Angulo 2627bc30d5
Added nix-serve config
Could use some work, but it works for now.
2023-03-24 21:04:13 -07:00