Dokku + Github Actions: automatically deploy app with push to repository I love Heroku Github integration because it can automatically deploy my Python or Node.js app after a commit or PR is merged to master/main branch. But Dokku doesn't have this integration. In this article, I'll show you how to integrate Github CI to deploy your app instantly after
Deploy Elasticsearch & Kibana with Dokku I really love to use Dokku as it drastically simplifies the deployment of my nodejs and python apps. I also try to deploy other popular open-source apps with it. This is my attempt to deploy ELK stack with Dokku. Enjoy. Install DokkuInstall latest Dokku (mid-December 2021): wget https://raw.githubusercontent.
dokku Deploy database to production with official Dokku plugins Self-hosted prod deployment with 3 lines of code: Postgres, MySQL, Mongo, Redis, MariaDB, Elastic, Clickhouse, RabbitMQ, Rethink, CouchDB and more
parsing How to parse any website I'll share my approach which helps me to build reliable parsers of any website. I'm not going to show here actual scripts but I'll describe how I extract the data from any website. It should be useful when you need to decide how and what part of the website should
dokku Run Metabase with Dokku How to deploy Metabase (open-source BI tool) to production using Dokku PaaS (open-source Heroku alternative). Step-by-step guideInstall Dokku Imagine that you have already rent a server for your project. I use Digital Ocean droplets (this is my referral link with a $100 deposit for new users). Id' suggest having at
analytics Integrate Amplitude with Telegram bot Want to know how your bots are used? Want to measure DAU, retention and build funnels? I'll show you how, with as low code as possible. The problemWebsites have Google Analytics, mobile apps have Firebase. Both are really useful to understand how your service is being used and to calculate
dokku Deploy MeiliSearch with Dokku for production Run open-source, fast and typo-tolerant search-engine with modern open-source PaaS
dokku Cloudflare certificates + Dokku How to create and install Cloudflare SSL / TLS encryption for your Dokku app (instead of Letsencrypt).
analytics Measure texts similarity with Sentence Transformers (embeddings) Imagine you have a lot of objects with text descriptions (users and their bios, tweets, comments) and you need to somehow cluster them: find groups of similar objects.
dokku Deploy Ghost blog with Dokku Step-by-step guide on how to deploy production-ready & scalable Ghost.io blog with Dokku PaaS (free & open-source Heroku alternative) on any server. This is how I run the blog you are reading right now.