nextcloud 28 Aug 2026 · 2 min read Integration of onlyoffice into nextcloud Hi! We're currently integrating onlyoffice into Nextcloud. services: db: image: mariadb:12.3.2 container_name: nextcloud_db restart: unless-stopped command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW volumes: Read more
System administration 27 Jul 2026 · 3 min read Creating backups using duplicati Duplicati is a very simple and straightforward backup tool, which is why I use it. In this example, duplicati will be running in a Docker container. 1. Installing duplicati 2. Read more
System administration 15 Jul 2026 · 1 min read Setting up your own CoreDNS DNS server in docker Hello! In this article, we'll set up our own DNS server to specify our own NS servers. 1) Create a folder, for example, coredns mkdir coredns 2) In Read more