Commit graph

11 commits

Author SHA1 Message Date
a2d4a65466 doc: add systemd timer and service example 2024-09-01 23:25:09 +02:00
3d52b21442 doc: update README with cronjob instructions
- add section about recommended crontab usage
- provide example of how to set up cron job for dc-ops
- remind users to set up logrotate for the log file

🤖
2024-01-05 22:13:36 +01:00
899b1f1c81 doc: update config file help and reorder options 2023-12-21 19:15:58 +01:00
130b26ba5f feat: add self-update functionality
- add new configuration option `self-update` to enable automatic updates
- implement `do_selfupdate` function in `lib/helper.py` to perform the update
- call `do_selfupdate` in `dc-ops` if `self-update` is enabled

🤖
2023-12-21 18:38:03 +01:00
db6fd25741 feat: add command line argument to irgnore new git commits
- add new argument `--ignore-git-status` to continue even if there are no new commits
- update `update_git_repo` function to accept new argument and skip git status check if argument is passed
- update README.md with new Parameters section

🤖
2023-12-21 15:54:55 +01:00
9c1fa801e0 feat: add compose-opts configuration option
- add new configuration option `compose-opts` to define additional parameters
- update `README.md` to include `compose-opts` in Configuration Options

🤖
2023-12-20 14:49:48 +01:00
55d00d1b08 doc: update README with configuration options
- add section for configuration options
- explain each configuration option in detail
- provide examples for each configuration option

🤖
2023-12-20 14:10:01 +01:00
ef0620ee41 feat: replace shell script with python implementation
- add requirements.txt
- allow disabling a stack
- update config example
- update README
2023-12-20 14:09:58 +01:00
203626f7e2 doc: update usage instructions
- replace vague instructions with specific command examples
- clarify the use of `stacklist` file

🤖
2023-12-15 22:55:21 +01:00
41d3d04fe7 feat: enhance stacklist handling
- add support for passing stacklist as cli parameters
- refactor iteration over stacklist entries
- improve comments for better code understanding
- update README.md

🤖
2023-12-15 22:55:21 +01:00
813e203e35 Genesis 2023-12-15 20:58:36 +01:00