Commit graph

3 commits

Author SHA1 Message Date
ZoopaMario 0005432b69 Refactor code to make linter runs succeed
Some checks failed
Check Commit Messages / check-commit-message (pull_request) Successful in 15s
Lint Bash Scripts / lint-bash (pull_request) Failing after 24s
This commit refactors the codebase in order to make the shellcheck
workflow pass.

It also makes shellcheck ignore common info messages, specifically:
- https://www.shellcheck.net/wiki/SC1091 -- Not following: ./../logger.sh: op...
- https://www.shellcheck.net/wiki/SC2015 -- Note that A && B || C is not if-t...
2024-12-29 15:18:41 +01:00
ZoopaMario f0fd008e1d Backup forgejo and portainer data
add backup scripts for forgejo and portainer
make full-backup.sh execute them
add git specific config files to .gitignore
2024-12-28 18:51:08 +01:00
ZoopaMario d68fdbb5ba Initial Commit 2024-08-04 23:11:08 +02:00