Tag: django rss

Posts

16 April 2024 /
Introduction RSS is amazing! While not everyone thinks that, most people that understand RSS, like it. This presents a problem, as most people don’t have chance to learn about it. Unless there is a person in the community that doesn’t shut up about how great RSS is (maybe that person is you), they might not even know what it is, let alone use it. One big reason for this is, that when you click an link to an RSS feed you download a strange file that most people don’t know how to deal with.
24 July 2023 /
This blog post will try to outline the process of deploying ILMO (a Django app) by building a docker image, using ansible to install&configure it on our server and use Traefik as webserver that is readily configured and obtains certificates for us. I will go through the steps one by one and link more extensive documentation. Building the docker image Building the docker image is pretty straightforward as it closely resembles the steps of manual deployment.