Commit Graph

9 Commits

Author SHA1 Message Date
adbaf32aa5 refactor(tools): switch to Nix
- Nix is more reproducible (pinned to a specific hash)
- Faster rebuild after changing the package list (due to /nix caching in volume)
- Users can still use make tools (wrapped in Docker) without installing Nix
- Using nix-shell will work if you have nix installed.
2022-08-26 19:08:52 +07:00
db1ba14e78 refactor: add Gitea and Vault to main apps list 2022-07-24 00:01:36 +07:00
df7eafe801 style(scripts): add some colors when wait for main apps 2022-03-14 22:37:02 +07:00
3f9e422975 refactor(scripts): clean up wait main apps script 2022-03-14 20:33:11 +07:00
cc81d4786c style(scripts): rename ingress variable 2022-03-14 02:51:03 +07:00
e054f2001f feat(scripts): also wait for Ingress objects 2022-03-14 02:42:23 +07:00
44c63b3caa feat(scripts): retry when wait for main apps and nicer status 2022-03-14 02:30:00 +07:00
ebc1b98c42 refactor(scripts): ignore certificates when wait main apps 2022-03-12 10:50:16 +07:00
6038b9fa9e refactor(scripts): combine wait apps and ingresses 2022-01-13 23:48:01 +07:00