fix readme
This commit is contained in:
parent
aaefe79301
commit
d9029563bc
@ -14,10 +14,6 @@ insert_final_newline = true
|
|||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
[*.md]
|
|
||||||
indent_size = 4
|
|
||||||
trim_trailing_whitespace = false
|
|
||||||
|
|
||||||
[{Dockerfile,*.bash,*.sh}]
|
[{Dockerfile,*.bash,*.sh}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
29
README.md
29
README.md
@ -6,7 +6,6 @@
|
|||||||
</a>
|
</a>
|
||||||
|
|
||||||
<h3 align="center">Homelab</h3>
|
<h3 align="center">Homelab</h3>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
Welcome to the configuration for my homelab.
|
Welcome to the configuration for my homelab.
|
||||||
<br />
|
<br />
|
||||||
@ -20,13 +19,13 @@
|
|||||||
|
|
||||||
### Infrastructure
|
### Infrastructure
|
||||||
|
|
||||||
- ![Kubernetes][k8s]
|
- ![Kubernetes][k8s]
|
||||||
- ![Helm][helm]
|
- ![Helm][helm]
|
||||||
- ![Traefik][traefik]
|
- ![Traefik][traefik]
|
||||||
- ![Cert Manager][cert-manager]
|
- ![Cert Manager][cert-manager]
|
||||||
- ![Metallb][metallb]
|
- ![Metallb][metallb]
|
||||||
- ![NFS][nfs]
|
- ![NFS][nfs]
|
||||||
- ![FluxCD][fluxcd]
|
- ![FluxCD][fluxcd]
|
||||||
|
|
||||||
### Services
|
### Services
|
||||||
|
|
||||||
@ -36,12 +35,12 @@ See [services](./apps/production/) for a list of services that I use in my homel
|
|||||||
|
|
||||||
## Todo
|
## Todo
|
||||||
|
|
||||||
- [ ] Hashicorp Vault & Consul
|
- [ ] Hashicorp Vault & Consul
|
||||||
- [ ] DroneCI
|
- [ ] DroneCI
|
||||||
|
|
||||||
### Backlog
|
### Backlog
|
||||||
|
|
||||||
- [ ] Add some kind of guides for how to use this
|
- [ ] Add some kind of guides for how to use this
|
||||||
|
|
||||||
See the [open issues](https://git.fascinated.cc/Fascinated/home-ops/issues) for a full list of proposed features (and known issues).
|
See the [open issues](https://git.fascinated.cc/Fascinated/home-ops/issues) for a full list of proposed features (and known issues).
|
||||||
|
|
||||||
@ -62,3 +61,11 @@ Don't forget to give the project a star! Thanks again!
|
|||||||
|
|
||||||
<!-- MARKDOWN LINKS & IMAGES -->
|
<!-- MARKDOWN LINKS & IMAGES -->
|
||||||
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
|
<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
|
||||||
|
|
||||||
|
[fluxcd]: https://fluxcd.io
|
||||||
|
[k8s]: https://kubernetes.io
|
||||||
|
[helm]: https://helm.sh
|
||||||
|
[traefik]: https://traefik.io
|
||||||
|
[cert-manager]: https://cert-manager.io
|
||||||
|
[metallb]: https://metallb.org
|
||||||
|
[nfs]: https://nfs.fascinated.cc
|
||||||
|
Reference in New Issue
Block a user