Skip to content

0.6.0 - Easier configuration

Latest
Compare
Choose a tag to compare
@Zelaf Zelaf released this 07 Aug 17:24
· 25 commits to main since this release
09e5231

Features overview

  • generate SERVICE URL - Will make a push-script. An optional flag of --monitor is available to add the folder to the monitor folder, needs monitor add
  • config install - Will install Uptime-Kuma-Service-Push to /opt by default, you can specify another folder with config install FOLDER. It will create a new folder called uptime-kuma-service-push inside of it. An optional flags of --no-link will stop the symlink to /usr/local/bin and the flag --remove-link will remove a pre-existing one.
  • config systemd-unit - Will make two systemd unit files, one timer and one service, by default the timer will run the service every 45 seconds to avoid delays in runs. Run with the flag --remove to remove the unit.
  • monitor add - Will make a monitor script and the monitored-scripts folder, the script will run the scripts inside the monitored-scrips folder.
  • monitor enable SERVICE - Will move a generated script to the monitored-scripts.
  • monitor disable SERVICE - Will move a monitored script back to the push-scrips folder.