caprover

Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids

OTHER License

Stars
12.1K
Committers
61

Bot releases are hidden (Show)

caprover - v1.11.1 Latest Release

Published by githubsaturn about 1 year ago

caprover - v1.11.0

Published by githubsaturn about 1 year ago

caprover - v1.10.1

Published by githubsaturn about 3 years ago

caprover - v1.10.0

Published by githubsaturn about 3 years ago

caprover - v1.9.0

Published by githubsaturn over 3 years ago

caprover - v1.8.2

Published by githubsaturn almost 4 years ago

caprover - v1.8.1

Published by githubsaturn almost 4 years ago

caprover - v1.8.0

Published by githubsaturn about 4 years ago

caprover - v1.7.1

Published by githubsaturn over 4 years ago

caprover - v1.6.1

Published by githubsaturn almost 5 years ago

caprover - v1.6.0

Published by githubsaturn almost 5 years ago

caprover - v1.5.2

Published by githubsaturn about 5 years ago

caprover - v1.5.1

Published by githubsaturn about 5 years ago

See change logs:
https://github.com/caprover/caprover/blob/master/CHANGELOG.md#150---2019-08-14

v1.5.0 was released momentarily but it was removed and patched as 1.5.1 due to a bug.

caprover - v1.4.0

Published by githubsaturn over 5 years ago

New Features:

Bug fixes:

caprover - v1.3.0

Published by githubsaturn over 5 years ago

Added:

  • Backup capability added (for configs and SSL certs). See docs for more details.
  • Health checks are now excluded from CapRover and nginx logs
  • Front-end is now almost mobile friendly.
  • Improved default SSL (https://github.com/caprover/caprover/issues/371)
  • Ability to change the root domain post installation

Fixed:

  • Web UI now waits for logs to get retrieved before sending another refresh. This fixes the rare case where the entire UI hangs because of Docker being unresponsive.
  • Fixed non English characters in the logs
  • Logs are now correctly sorted on the front-end
caprover - v1.2.1

Published by githubsaturn over 5 years ago

Fixed

caprover - v1.2.0

Published by githubsaturn over 5 years ago

Awesome news for legacy CaptainDuckDuck users! You can now migrate to CapRover! See this:
https://caprover.com/docs/cdd-migration.html

Added:

Fixed:

  • Removal of Ports and Volumes (https://github.com/caprover/caprover/issues/355)
  • Not saving SMTP if username is not provided (some password managers autofill password field!)
  • Fixed deploy when some version are manually removed from config-captain.json file.

Donation campaign launched ❤
https://opencollective.com/caprover#backer

caprover - v1.1.0

Published by githubsaturn over 5 years ago

Features:

Fixed:

Added:

Dev:

  • Backend and frontend dependencies updated
caprover - v1.0.0

Published by githubsaturn over 5 years ago

Major Update. Renamed from CaptainDuckDuck to CapRover

Script for upgrading from CaptainDuckDuck to CapRover will be ready in a few weeks, here.

Breaking Changes:

  • schemaVersion in captain-definition file is now upgraded to 2
  • The extra ./src prefix is no longer needed for captain-definition dockerfiles. You need to remove ./src from the first argument in your COPY and ADD statements in your dockerfileLines

Features:

  • One Click Rollback
  • Improved build logs on webview.
  • Improved downtime between deploys
  • Allowing Dockerfile to be referenced in captain-definition (https://github.com/caprover/caprover/issues/113)
  • Ability to reference imageName inside captain-definition directly when you want o deploy an already built image from DockerHub.
  • Easy to copy and paste environmental variables UI: (https://github.com/caprover/caprover/issues/256)
  • Added a separate one-click repository which can be updated continuously - built based on docker compose (https://github.com/caprover/one-click-apps)
  • Ability to simply copy and paste a Dockerfile and captain-definition files on web dashboard.
  • Improved cluster support by adding ability to turn on/off the registry, have multiple private registries, change default registry.
  • Web dashboard UI improvements.

Dev work:

  • Backend rewrite in TypeScript.
  • Frontend rewrite in TypeScript via React + ant.design
  • CLI rewrite in TypeScript
  • Updated Certbot (Let's Encrypt)
caprover - V0.7.3

Published by githubsaturn almost 6 years ago

  • npm package updates for major security vulnerabilities
  • Updated default tags for MySQL in WordPress
  • Updated links in the front end app
  • Fixed the issue with HTTPS repos https://github.com/githubsaturn/captainduckduck/issues/283
  • Fixed port mapping disabled on app push
  • Added VSTS Agent as one-click app