Gideon Mainagiddie.hashnode.dev·Mar 4, 2024Configure Grafana connection DB as Postgres using DokkuDokku has this behaviour of deleting a container and creating a new one when using the restart and rebuild ps commands. The app will of course lose its previous data. Grafana uses SQLite to store its metadata which you would have preferred if it was ...Grafana
Harsh Vardhan Goswamiblog.theboring.name·Dec 30, 2023Whipping Up Flask and PostgreSQL Magic with Dokku PAASWell, well, well! My grand date night plans just got a plot twist – she cancelled the plan. Classic move! But who needs romance when you can have a thrilling adventure in the world of DevOps, right? So, here we are, back in the magical kitchen where,...1 like·50 readsPython
Victor Mitiblog.victor.co.zm·Dec 23, 2023Deploying HedgeDoc to Dokku💡 This applies to HedgeDoc version 1.x, which is the stable version as of December 2023. HedgeDoc is an open-source, web-based, self-hosted, collaborative markdown editor. I stumbled upon it while looking for a self-hosted markdown editor. I parti...229 readsDokku
Clement Lumumbaclementlumumba.hashnode.dev·Aug 5, 2023Where to Deploy a Django AppThis is going to be a short article by the way. So last year Heroku stopped supporting its free tier. I only found out about this during an interview, when the interviewer brought it to my attention that none of my web apps were working😭😭😭😭😭.You...3 likes·185 readsDjango
Victor Feightvrfeight.hashnode.dev·Jun 7, 2022Deploy an Eleventy Blog on Cloudflare pages, part 3Originally published at https://victorfeight.com/2022/05/secure_dokku_droplet-3/ Deploy an Eleventy Blog on Cloudflare pages with Strapi, MySQL, and Dokku on a Digital Ocean Droplet, part 3 Hello, welcome back! In the last post I made, I added SSH ke...50 readsMySQL
Victor Feightvrfeight.hashnode.dev·Jun 7, 2022Deploy an Eleventy Blog on Cloudflare pages, part 2https://victorfeight.com/2022/03/secure_dokku_droplet-2/ Hardening the Ubuntu Dokku Droplet Part 1: Creating a new user in the sudo group !!! tip As a preface, to anybody who's interested in hardening your Linux server, I highly recommend "Unix a...50 readsMySQL
Graham Baileywww.grahambailey.io·Dec 5, 2020Deploy Strapi with DokkuStrapi is a great self-hosted and open source Headless CMS. I'm using it as a backend for some side projects. It makes it super easy to create an API backend with both REST and GraphQL endpoints. That said, it's useless until you deploy it, right? St...1 like·555 readsStrapi