Releases: alseambusher/crontab-ui
Releases · alseambusher/crontab-ui
v0.3.16
Changelog
- Support for HTTPS.
- Security updates.
- Update package.json and other bug minor fixes.
v0.3.15
v0.3.14
v0.3.13
Changelog
- Indicator to show whether job has been saved to crontab. #126
- Set
CRON_DB_PATH
to use a custom path for crontab db files. This is particularly useful if you want to update to newer versions of crontab-ui. To use it, start crontab-ui like this:
CRON_DB_PATH=/path/to/folder crontab-ui
- Bugfixes: 970e461
v0.3.11
v0.3.10
v0.3.9
Changelog
- Fix #109
- Fixing case where the log folder path has spaces
- Added ability to view stdout and stderr separately.
v0.3.8
Updating to alpine 3.10 and crontab-ui version bump 0.3.8
v0.3.7
Merge branch 'master' of github.com:alseambusher/crontab-ui
v0.3.6
Release notes
If you need to apply basic HTTP authentication, you can set user name and password through environment variables:
BASIC_AUTH_USER=user BASIC_AUTH_PWD=SecretPassword