infra/README.md

12 lines
945 B
Markdown
Raw Permalink Normal View History

2023-10-28 23:37:31 +00:00
# The pub.solar infrastructure
2023-11-18 22:17:28 +00:00
This repository contains almost all of the configuration for the whole pub.solar infrastructure. Our goal is to have everything, from host configurations to Terraform DNS in this repository.
2023-10-28 23:37:31 +00:00
The architecture we are working towards is a vast simplification of what it was before: one dedicated Hetzner server running [NixOS](https://nixos.org/) with all services. Offsite backups go to several different locations with [restic](https://github.com/restic/restic).
## Contributing
2024-05-08 16:15:44 +00:00
If you'd like to contribute, it makes sense to talk to the crew on Matrix via [#hakken](https://matrix.to/#/#hakken:pub.solar?via=chat.pub.solar). We can help figuring out how things work and can make sure your ideas fit the pub.solar philosophy. Of course [popping a pull request](https://forgejo.org/docs/latest/user/pull-requests-and-git-flow/) is always celebrated.
2023-10-28 23:37:31 +00:00
2024-05-08 16:15:44 +00:00
To start, check our [contributing guide](./CONTRIBUTING.md).