docs: setup folder structure and readme
This commit is contained in:
parent
5abf1bb08e
commit
a68f88c383
2 changed files with 26 additions and 2 deletions
25
README.md
25
README.md
|
@ -1,3 +1,24 @@
|
|||
# infrastructure-ng
|
||||
# `infrastructure.tjo.space`
|
||||
|
||||
tjo.space infrastructure
|
||||
In this repository (wip) lives everything needed to setup
|
||||
the `tjo.space` infrastructure.
|
||||
|
||||
This is deployed on services provided by `tjo.cloud`. Such as
|
||||
the Kubernetes (`k8s.tjo.cloud`) and Proxmox (`proxmox.tjo.cloud`) platforms.
|
||||
|
||||
By default, services are deployed on Kubernetes, with the exception of services
|
||||
that require special hardware (video cards etc.).
|
||||
|
||||
## Services
|
||||
|
||||
- [chat.tjo.space](./services/chat.tjo.space)
|
||||
- [cloud.tjo.space](./services/cloud.tjo.space)
|
||||
- [code.tjo.space](./services/code.tjo.space)
|
||||
- [mail.tjo.space](./services/mail.tjo.space)
|
||||
- [paperless.tjo.space](./services/paperless.tjo.space)
|
||||
- [penpot.tjo.space](./services/penpot.tjo.space)
|
||||
- [rss.tjo.space](./services/rss.tjo.space)
|
||||
- [search.tjo.space](./services/search.tjo.space)
|
||||
- [send.tjo.space](./services/send.tjo.space)
|
||||
- [vault.tjo.space](./services/vault.tjo.space)
|
||||
- [yt.tjo.space](./services/yt.tjo.space)
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"lockfile_version": "1",
|
||||
"packages": {
|
||||
"github:NixOS/nixpkgs/nixpkgs-unstable": {
|
||||
"resolved": "github:NixOS/nixpkgs/ebe4301cbd8f81c4f8d3244b3632338bbeb6d49c?lastModified=1744868846&narHash=sha256-5RJTdUHDmj12Qsv7XOhuospjAjATNiTMElplWnJE9Hs%3D"
|
||||
},
|
||||
"just@latest": {
|
||||
"last_modified": "2025-02-07T11:26:36Z",
|
||||
"resolved": "github:NixOS/nixpkgs/d98abf5cf5914e5e4e9d57205e3af55ca90ffc1d#just",
|
||||
|
|
Loading…
Reference in a new issue