Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Releases: Tolfix/dmcd

v0.8

07 Aug 14:20
da69912
Compare
Choose a tag to compare

Notifications

  • Issue #13 as been improving
  • Issue #43 has been added!
    • Now you can get notifications (alerts) when a event happens.

v0.7

29 Jul 19:14
ec5ba18
Compare
Choose a tag to compare

Stable release

First release which is stable and functions without problems for the moment.

v0.6-Beta

22 Jul 19:17
2fffefe
Compare
Choose a tag to compare

v0.6-Beta

  • Fixed major bugs
  • Possible to edit domain
  • re caches with hashmap (Map)
  • Fixed issues with email

v0.5-Beta

19 Jul 09:33
32d0f14
Compare
Choose a tag to compare

v0.5-Beta

  • A whole new design! (kinda)
  • Now possible to edit CD Notifcations
    • on fail
    • on active
    • on log
    • on build

v0.4-Beta

17 Jul 14:40
7a42bfe
Compare
Choose a tag to compare

Install script

Now possible to use a script to install the latest release!

v0.3-Beta

16 Jul 08:58
03b457b
Compare
Choose a tag to compare

The Config Update

  • Possible to add SMTP for email
  • Possible to edit admin password
  • Possible to add domain on Setup

v0.2-Beta

13 Jul 13:53
2e9405e
Compare
Choose a tag to compare
  • Fixed some bugs and issues
  • Now possible to view logs on each CD
  • Toast shows up when new emit appears.

v0.1-Beta

06 Jul 19:47
412e54b
Compare
Choose a tag to compare

Now possible to remove and edit a CD

  • Fixed issue with creating files
  • Fixed issue with creating container

v0.0-Beta

29 Jun 21:09
3dd7de7
Compare
Choose a tag to compare

What you can do:

  • Create a CD with following information:
    • Name for CD
    • Docker image
    • Env in arrays
    • Port in arrays
  • Generates a webhook endpoint
    • Listens for a new image, and when a new image is ready to pull, it auto pulls and recreate the docker machine

What you can't do:

  • Remove a CD
  • Edit a CD

This is a beta version, more will be added.