how to host openproject on a vps with kamal
Hosting OpenProject on a VPS with Kamal Kamal needs to build an image, so you can’t point it directly at openproject/openproject. Wrap it in a one-line Dockerfile instead. 1. Project structure o...
Hosting OpenProject on a VPS with Kamal Kamal needs to build an image, so you can’t point it directly at openproject/openproject. Wrap it in a one-line Dockerfile instead. 1. Project structure o...
I couldn’t find a tutorial that hosts multiple Rails 8 apps with Postgres databases on a single VPS(I use the cheapest Hetzner one). So here it is… Hosting Multiple Rails 8 Apps with PostgreSQL on...
Replace Omarchy's ASCII art screensaver with a TTE-animated dashboard showing the clock, date, and weather.
You do not need to write code to contribute — I translated vokoscreenNG to Bulgarian on Transifex in about 30 minutes.
Setting up the gem This is pretty straight forward Setting up the stylesheet Well, now we have “<123>” but it is just text and the official docs are… meh In order to make it beautiful: Cre...
The problem When editing a record with a has_many_attached file field, Rails generates a hidden input for multiple file uploads by default. If no new files are selected, the form submits: photos: [...
The official tutorial is good, but it explains too much. https://doc.babylonjs.com/guidedLearning/usingVite nvm, just copy this: https://github.com/paganaye/babylonjs-vite-boilerplate Setting up ...
On my ThinkStation P520, headphones plugged in before boot stayed silent until I unplugged and replugged them. The fix was one line in modprobe.d disabling HDA power saving.
The problem Apperantly heroku has a ephemeral hard drive, meaning it resets after some time & it isn’t the same between the differnet “dynos” [https://devcenter.heroku.com/articles/active-stora...
The problem We are refreshing our axlessoft.com website. It was Wordpress before and but it was a bit broken because it was not updated in a while. We decided to do a static Nextjs website: St...