diff --git a/.editorconfig b/.editorconfig index f3c620e..3ebae3a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,10 +14,6 @@ insert_final_newline = true indent_style = tab indent_size = 4 -[*.md] -indent_size = 4 -trim_trailing_whitespace = false - [{Dockerfile,*.bash,*.sh}] indent_style = space -indent_size = 4 \ No newline at end of file +indent_size = 4 diff --git a/README.md b/README.md index 1d1222e..491547d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@

Homelab

-

Welcome to the configuration for my homelab.
@@ -20,13 +19,13 @@ ### Infrastructure - - ![Kubernetes][k8s] - - ![Helm][helm] - - ![Traefik][traefik] - - ![Cert Manager][cert-manager] - - ![Metallb][metallb] - - ![NFS][nfs] - - ![FluxCD][fluxcd] +- ![Kubernetes][k8s] +- ![Helm][helm] +- ![Traefik][traefik] +- ![Cert Manager][cert-manager] +- ![Metallb][metallb] +- ![NFS][nfs] +- ![FluxCD][fluxcd] ### Services @@ -36,12 +35,12 @@ See [services](./apps/production/) for a list of services that I use in my homel ## Todo - - [ ] Hashicorp Vault & Consul - - [ ] DroneCI +- [ ] Hashicorp Vault & Consul +- [ ] DroneCI ### 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). @@ -62,3 +61,11 @@ Don't forget to give the project a star! Thanks again! + +[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