4 Commits

Author SHA1 Message Date
Rodney Osodo 5010092a3d style(gitignore): remove trailing spaces from comments
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
2026-04-27 18:12:58 +03:00
Rodney Osodo 2aaa245210 feat(terraform): Add bohr terraform deployment script
Also include cloud init for setting up bohr

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
2024-10-27 01:30:23 +03:00
Rodney Osodo 9ebd8b542f feat: add extra status page(kener)
Kener offers beautiful status page compared to the competition

Resolves https://github.com/rodneyosodo/homelab/issues/36

Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com>
2024-07-21 20:32:40 +03:00
Rodney Osodo 0d6b7a2e07 feat: Add .gitignore file
This commit adds a new .gitignore file to the codebase. The .gitignore file is used to specify which files and directories should be ignored by Git. In this case, the .env file, which contains environment variables, is added to the .gitignore file.

Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com>
2024-01-22 22:21:34 +03:00