Update docs

This commit is contained in:
Khue Doan 2021-06-10 20:27:57 +07:00
parent 69219b6649
commit 0ec52160ea
3 changed files with 3 additions and 1 deletions

View File

@ -26,5 +26,6 @@ docs:
apply: metal infra apps
lint:
# TODO (feature) Add lint checks for everything
make -C metal lint
make -C infra lint

View File

@ -77,7 +77,7 @@ make
## Roadmap
See [roadmap](./docs/roadmap.md) and [open issues](https://github.com/khuedoan/homelab/issues) for a list of proposed features and known issues.
See [to-do list](./docs/todo.md), [roadmap](./docs/roadmap.md) and [open issues](https://github.com/khuedoan/homelab/issues) for a list of proposed features and known issues.
## Contributing

View File

@ -1,6 +1,7 @@
# TODO
- [(bug) Fix only 15GiB root partition](../metal/roles/pxe-boot/templates/http/kickstart/fedora.ks.j2#L20)
- [(feature) Add lint checks for everything](../Makefile#L29)
- [(feature) Simple script to backup everything](../scripts/backup.sh#L3)
- [(feature) Simple script to restore everything](../scripts/restore.sh#L3)
- [(optimize) Node firewall](../metal/roles/docker/tasks/main.yml#L1)