/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

zignar.net
| | mark-story.com
2.4 parsecs away

Travel
| | I recently had to do some maintenance work on an old application hosted on the CakePHP server. The CakePHP project has 20 or so sites and applications deployed in dokku. Dokku allows us to build a platform-as-a-service for our sites that operates on a single server. Dokku encourages using heroku-style 'buildpacks' to deploy applications.
| | duerrenberger.dev
1.6 parsecs away

Travel
| | Learn the basic Nginx location configuration options and how to prevent public access to certain directories, which is for example recommended for Kirby CMS
| | www.garron.me
1.3 parsecs away

Travel
| | How to install Wallabag on Ubuntu Linux with Nginx and SQLite
| | www.hallada.net
10.6 parsecs away

Travel
| I've been meaning to add a commenting system to this blog for a while, but I couldn't think of a good way to do it. I implemented my own commenting system on my old Django personal site. While I enjoyed working on it at the time, it was a lot of work, especially to fight the spam. Now that my blog is hosted statically on Github's servers, I have no way to host something dynamic like comments.