oCIS - ownCloud Infinite Scale with Docker and Traefik

OwnCloud decided to develop a completely new product a few months ago. In the meantime, there are already the first beta versions of the new OwnCloud with the name oCIS. oCIS stands for ownCloud Infinite Scale and should make clear that this cloud solution should be very scalable. Newly, it is sufficient to start a single container with oCIS, which already contains all the necessary dependencies. So no database and no further containers are necessary to self-host oCIS....

2022-06-09 · 3 min · 466 words · ae3

AdGuard Home with Docker, DNS-over-HTTPS and Traefik

AdGuard Home is a Selfhosted DNS server that can block Ads and Malware Domains inside your network. AdGuard Home is an alternative to a PiHole, with one big advantage: AdGuard can natively do DNS-over-TLS and DNS-over-HTTPS, and expirmentell it even provides support for DNS-over-QUIC. With a PiHole this would theoretically be possible as well, but you need additional software and some manual configuration. For this reason, today I want to show you how to set up AdGuard with Docker....

2022-06-02 · 4 min · 786 words · ae3

Selfhosted Standard Notes with Docker and Traefik

Standard Notes is a note-taking app that you can use on all major platforms and mobile devices. With Standard Notes, your notes are end-to-end encrypted and therefore protected from prying eyes. I’ve been a fan of Standard Notes for a long time. Unfortunately, the annual subscription has always been too expensive for me and I have only used the free version of Standard Notes. Besides the hosted version of Standard Notes, there is also the possibility to install your own self-hosted Standard Notes instance on your server....

2021-07-12 · 6 min · 1137 words · ae3

How to run Joplin Server on Docker with Traefik and SSL

Joplin Server is a self-hosted solution to synchronize your own notes, it supports multiple clients for Desktop and Mobile and comes with an optional end-to-end encryption. At the time of writing this article only clients newer than version 2.x work with the Joplin Server. This means you need to download the latest version of the desktop client from the GitHub repo. For the mobile apps, there is currently no new version that supports syncing with the Joplin server, but those are coming....

2021-06-17 · 3 min · 473 words · ae3

How to install docker-compose?

Managing multiple docker containers on CLI could be a painful task, docker-compose is an easy to use solution to manage all your docker containers inside a docker-compose.yml file. You can run multiple docker containers inside one compose file. In this Guide I will show you how to install docker-compose on your Debian or Ubuntu server. Install docker-compose on Linux Make sure you have curl installed on your system. For Debian or Ubuntu you can do so, by running: apt install curl....

2021-04-28 · 2 min · 222 words · ae3