April 22, 2025

Added Catalog Search and several apps

DeployStack Catalog Search
Fixes and Improvements
New Apps
  • Added: Hiccup - A static start page to get to your most important links, FAST.
  • Added: chartdb - Database diagrams editor that allows you to visualize and design your DB with a single query.
  • Added: ntfy - Send push notifications to your phone or desktop using PUT/POST
  • Added: metube - Self-hosted YouTube downloader (web UI for youtube-dl / yt-dlp)
  • Added EDA - Enterprise Data Analytics by Jortilles ( EDA )
  • Added: liwan - liwan - Lightweight Analytics
  • Added: matchering - Open Source Audio Matching and Mastering
  • Added: changedetection - The best and simplest free open source web page change detection, website watcher, restock monitor and notification service. Restock Monitor, change detection. Designed for simplicity - Simply monitor which websites had a text change for free. Free Open source web page change detection, Website defacement monitoring, Price change notification
  • Added: BookBounty - Retrieve missing Readarr books from Library Genesis.
  • Added: youtube-dl-server - Web / REST interface for downloading youtube videos onto a server.
  • Added: yt-dlp-web-ui - A terrible web ui and RPC server for yt-dlp. Designed to be self-hosted.
  • Added: WeWe RSS - 🤗更优雅的微信公众号订阅方式,支持私有化部署、微信公众号RSS生成(基于微信读书)
April 8, 2025

Frontend update for multi-branch

We have updated the deploy-button page, and made it ready for mutli-branch deployment. Now, if your application have multiple branches, you can copy and generate Infrastructure as Code One-Click deploy links for each branch out of the box.

Example: https://deploystack.io/deploy-button?app=kovah-linkace

Multi Branch Support for One-Click Deploy buttons
Fixes and Improvements
  • Added: feature request for multi file support for docker-to-iac [Feature #22]
  • Added: deploy-button multi branch support
  • Added: add multi-file support for docker-to-iac [Feature #22]
  • Fix: service-connection - add service name transformation support for DigitalOcean
  • Release: docker-to-iac release v1.21.2
February 23, 2025

UI fixes and new apps

Fixes and Improvements
New Apps
  • Added: Passky-Server - Server for Passky (password manager)
  • Added: slash - An open source, self-hosted platform for sharing and managing your most frequently used links. Easily create customizable, human-readable shortcuts to streamline your link management.
  • Added: fathom - Fathom Lite. Simple, privacy-focused website analytics. Built with Golang & Preact.
  • Added: dpaste - The Django project driving dpaste.org
February 22, 2025

SVG support for App logo and docs improvements

Fixes and Improvements
February 15, 2025

Default Branch Synchronization & Multi-Branch Strategy

We are happy to announce that using DeployStack with multiple branches is possible now. With a multi-branch strategy, you can deploy multiple application versions using DeployStack. E.g.: v2, v1 etc...

Please check this in our documentation here: https://deploystack.io/docs/deploystack/multiple-branches

Fixes and Improvements
  • Added: Default Branch Synchronization for Template Updates - you can switch now you default branch [Feature #13]
  • Added: Automatic Topic Synchronization from GitHub Repositories [Feature #14]
  • Added: Automatic Website URL Synchronization for Repository Details [Feature #15]
  • Added: Add support for detecting and handling repository default branch changes [Feature #16]
  • Added: Support Multiple Repository Versions (branches) for IaC Template Generation [Feature #12]
January 12, 2025

DeployStack GitHub app improvements and docker-to-iac env changes

Fixes and Improvements
  • Added: new docker-to-iac release [v1.18.0] - env: enhance environment variable resolution with default values.
  • Added: JSON Schema support for .deploystack/config.yml [Feature 8]
  • Added: Improve application logo handling [Feature 7]
January 5, 2025

README.md improvements and new app

Fixes and Improvements
  • Added: you can now use emoji from README.md content [#11]
  • Fix: handling images with attributes fix for README.md content
  • Fix: fixed DigitalOcean Database handling by using internal ports [v1.17.1]
New Apps
January 2, 2025

Added IaC Lifecycle + GitHub Application

Fixes and Improvements
December 24, 2024

docker-to-iac update to v1.17.0

Fixes and Improvements
December 22, 2024

Advanced Environment Variable Mapping

Adding advanced environment variable configuration in v1.1.0. This release enables custom environment variable mapping during IaC template generation, with support for value transformations and default configurations.

Fixes and Improvements
December 20, 2024

Add Volume Support

Full volume mapping support for Docker configurations added across AWS CloudFormation (EFS), Render.com (Persistent Disks) enabling all volume types including named volumes, host path bindings, anonymous volumes, and read-only options.

Original request from https://github.com/deploystackio/feedback/issues/1

Fixes and Improvements
  • Added: Full volume mapping support for Docker configurations across all supported cloud providers
  • Added: AWS CloudFormation: EFS integration for persistent storage and multi-container access
  • Added: Render.com: Persistent disk allocation with configurable mounting paths
  • Added: Support for all volume types from Docker configurations: Named volumes, Host path bindings, Anonymous volumes
  • Docs: Updated volume mapping guidance in deployment documentation
  • Docs: Added examples for each supported volume type
  • Docs: Included provider-specific volume configuration references