Skip to content

Releases: alseambusher/crontab-ui

v0.3.16

04 Apr 05:38
1fcf105
Compare
Choose a tag to compare

v0.3.15...v0.3.16

Changelog

  • Support for HTTPS.
  • Security updates.
  • Update package.json and other bug minor fixes.

v0.3.15

22 May 19:43
4941a7e
Compare
Choose a tag to compare

v0.3.14

20 May 21:15
ee113b1
Compare
Choose a tag to compare

v0.3.13...v0.3.14

Changelog

v0.3.13

10 Jul 14:03
Compare
Choose a tag to compare

v0.3.11...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

v0.3.11

08 Jun 11:05
Compare
Choose a tag to compare
v0.3.11 Pre-release
Pre-release

v0.3.10...v0.3.11

Changelog

  • Fix #125
  • Security patch.
  • Support for reverse proxy.

v0.3.10

08 Jun 10:19
Compare
Choose a tag to compare
v0.3.10 Pre-release
Pre-release

v0.3.9...v0.3.10

Changelog

  • Fix #125
  • Security patch

v0.3.9

27 Nov 06:11
Compare
Choose a tag to compare

v0.3.8...v0.3.9

Changelog

  • Fix #109
  • Fixing case where the log folder path has spaces
  • Added ability to view stdout and stderr separately.

Imgur

v0.3.8

13 Aug 23:40
Compare
Choose a tag to compare
Updating to alpine 3.10 and crontab-ui version bump 0.3.8

v0.3.7

06 May 14:53
Compare
Choose a tag to compare
Merge branch 'master' of github.com:alseambusher/crontab-ui

v0.3.6

25 Apr 22:46
Compare
Choose a tag to compare

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

Contributors

@antoninbouchal
@rcdailey