update technical principles
All checks were successful
deploy to prod / Build and deploy site (push) Successful in 32s

This commit is contained in:
Douze Bé 2024-10-08 09:45:21 +02:00
parent 74b3330302
commit 8b8057cfad

View file

@ -18,7 +18,7 @@ Whenever possible we will use existing software instead of writing our own code.
- ... - ...
## Eat your own dog food ## Eat your own dog food
The project is bootstrapped using an infrastructure that is based on Proxmox, Debian and YunoHost for hosting its website and git forge. Currently only the forgejo action runners used for CI/CD are hosted on NixOS servers. The project is bootstrapped using an infrastructure that is based on Proxmox, Debian and YunoHost for hosting its website and git forge. Currently only our workstations and the forgejo action runner used for CI/CD are based on Nix.
But the goal is to host the whole project using itself as soon as possible. That is using NixOS servers managed with the tools and principles developed within the NixiN project. But the goal is to host the whole project using itself as soon as possible. That is using NixOS servers managed with the tools and principles developed within the NixiN project.
## Version control everything ## Version control everything