summaryrefslogtreecommitdiff
path: root/deployment/systems/aisaka.scm
AgeCommit message (Collapse)Author
14 dayssystems: stop importing dead modulesMarek Paśnikowski
2025-06-16systems: fix the EFI partition mount pointMarek Paśnikowski
2025-06-02aisaka: point the schron subdomain to the test directoryMarek Paśnikowski
2025-06-02aisaka: certify the schron subdomainMarek Paśnikowski
2025-06-01aisaka: update dns serial numberMarek Paśnikowski
2025-06-01aisaka: set up the schron subdomainMarek Paśnikowski
2025-05-29aisaka: use a Let’s Encrypt certificate for the test subdomainMarek Paśnikowski
The prototype of the client certificate authentication is suboptimal. The use of a private certificate authority for server authentication causes unnecessary security warnings when loading the subdomain with an unauthenticated browser. Any browser in its default configuration has no right to understand the private certificate authority used for the client and server certificates. It is possible to mix Let’s Encrypt certificates with a private certificate authority to implement the authentication. None of the previously found client authentication guides mentioned that server authentication can use an authority chain different to client authentication. This change takes advantage of this separation of concerns by using a Let’s Encrypt certificate for the test subdomain server, while keeping the private certificate for client authentication.
2025-05-17aisaka: expose nonguix repositoryMarek Paśnikowski
2025-05-13aisaka: limit the publicly visible repositories to only Guix channelsMarek Paśnikowski
2025-05-12Revert "aisaka: uninstall cgit and simplify gitolite"Marek Paśnikowski
This reverts commit ba64ebfe587f05c734f24ace507d22629d350cd8.
2025-05-12aisaka: redefine operating-system*Marek Paśnikowski
2025-05-12aisaka: fix gitolite-service-type importMarek Paśnikowski
2025-05-12aisaka: uninstall cgit and simplify gitoliteMarek Paśnikowski
2025-05-11aisaka: iterate client authenticationMarek Paśnikowski
2025-05-11aisaka: add proxy_set_headers for test.marekpasnikowski.plMarek Paśnikowski
2025-05-11aisaka: configure NGINX client authentication according to DataCadamiaMarek Paśnikowski
2025-05-03aisaka: configure client certificate check on test subdomainMarek Paśnikowski
2025-03-15systems: use the nonguix definition of initrdMarek Paśnikowski
The indirect bindings force the Sovereign channel to unnecessarily depend on Nonguix.
2025-03-15systems: use the nonguix definition of kernel directlyMarek Paśnikowski
The indirect bindings force the Sovereign channel to unnecessarily depend on Nonguix.
2025-03-14import systems to deployment channelMarek Paśnikowski