Maecenas vestibulum faucibus enim vel gravida quisq acinter

congue nec consectetur libero fusce neque libero, consectetur sit amet cursus a, tempor quis neque. Suspendisse diam lacus, pellentesque ac interdum vitae, vehicula eu mi.

Posts

View all my blog posts

Set up Hyper Backup to Infomaniak (with client-side encryption)

Posted by adm_awl on Aug 10, 2026

Source: own experience, infomaniak.com Go to Package Center and install Hyper Backup. Open Hyper Backup and start the Backup Wizard. Backup Type: Folders and Packages. Backup Destination: Openstack Swift. Destination Settings: Create (new) backup task or Relink to...

Learn More

Install MQTT on Synology NAS

Posted by adm_awl on Aug 9, 2026

Source: mariushosting.com Go to File Station and open the docker folder. Inside the docker folder, create one new folder and name it mosquitto. Now create three new folders inside the mosquitto folder that you created at previously. Name them config, data and log....

Learn More

Setup “wswallet” on Synology NAS

Posted by adm_awl on Aug 8, 2026

Source: own experience In the Synology “Package Center”, install “Web Station”, “Python 3.9”, “MariaDB 10”, “phpMyAdmin”, “Log Center”. Set a strong root password for MariaDB. Make sure the option...

Learn More

Install “Portainer” on Synology NAS

Posted by adm_awl on Aug 8, 2026

Source: mariushosting.com Go to “Package Center”, search for “Container Manager” and “Install”. Use the default subnet. Go to “File Station”, open the folder “docker”, and create a new folder...

Learn More

Install paperless-ngx on Synology NAS

Posted by adm_awl on Aug 5, 2026

Yes — for 2 GB RAM, the key is to keep Paperless-ngx as lean as possible and avoid optional services like Tika and Gotenberg unless you truly need them. Paperless-ngx’s own docs recommend Docker, and Synology’s DS225+ ships with 2 GB RAM, so a minimal stack is the...

Learn More

Install Paperless-ngx on Ubuntu

Posted by adm_awl on Aug 6, 2025

I followed the instructions from the Paperless documentation. Copy the files docker-compose.postgres.yml (as compose.yaml), docker-compose.env and .env from the Paperless project page in a directory (I used ~/paperless). Pull the necessary images with sudo docker...

Learn More