mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 19:54:33 +07:00
Auto generate TODO list
This commit is contained in:
parent
b7aabba637
commit
1b0a3c74fe
4
Makefile
4
Makefile
@ -17,3 +17,7 @@ infra:
|
||||
.PHONY: apps
|
||||
apps:
|
||||
make -C apps
|
||||
|
||||
.PHONY: docs
|
||||
docs:
|
||||
make -C docs
|
||||
|
5
docs/Makefile
Normal file
5
docs/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
.POSIX:
|
||||
|
||||
todo:
|
||||
printf "# TODO\n\n" > TODO.md
|
||||
git grep -h TODO .. | sed 's/.* TODO /- /g' >> TODO.md
|
10
docs/TODO.md
Normal file
10
docs/TODO.md
Normal file
@ -0,0 +1,10 @@
|
||||
# TODO
|
||||
|
||||
- check if this is a bug
|
||||
- use Ansible wait_for /var/run/docker.sock
|
||||
- remote backend (etcd or minio)
|
||||
- convert to YAML for Terraform yamldecode
|
||||
- Optimize SELinux
|
||||
- Optimize firewall
|
||||
- change to /var/lib/lxd/server.crt after https://wiki.debian.org/LXD
|
||||
- use btrfs in k8s 1.19.8 https://github.com/kubernetes/kubernetes/issues/94335
|
Loading…
Reference in New Issue
Block a user