Updating libseccomp2 on Raspberry Pi OS

Older 32-bit versions of Raspberry Pi OS may be incompatible with docker images based on Alpine 3.13 and older. This is due to the bug in the libseccomp2 library, which docker depends on. The issue has been discussed in GitHub and fixed since then. Unfortunately, the fix has not…

Adding dynamic modules to nginx

nginx is a popular web server that is also often used as a reverse proxy. With reverse proxy nginx can expose local services to the public. Exposing local services makes them available to anyone and potentially involves security issues. Authelia comes to the rescue in such scenarios. It adds an…

Nextcloud using docker-compose

Nextcloud is a great open source file hosting solution for all your needs. It can be used to store your files on your hardware, access it from anywhere and synchronize changes that you make. Files can also be shared with anyone using link sharing option. Docker compose file Nextcloud has…