Immich with Encrypted offsite sync

What are we doing? Were installing Immich, and setup a crontab to automatically encrypt the data and upload the data to an SFTP, or other protocols supported by rclone . What is Immich and why am i switching? Immich is a free and open-source photo and video solution, with local face and object detection. I’ve been using Nextclouds intergrated images and third party Memory app but feel it’s still lacking in some area’s. I looked into PhotoPrism but the UX wasn’t doing it for me. ...

March 27, 2025 · 3 min · Me

DAC Documentatie

command: enable privilege execute mode, alles wat je hebt gedaan terug zien. command: config t configuration mode, hier kun je alles instellen. Router Protocols RIP command: router RIP om RIP te configureren command: ver 2 RIP naar versie 2 zetten command: no au no auto-summary command: net [ip] Voegt netwerk toe aan RIP EIGRP command: router eigrp 23 command: net [ip] [wildcard] wildcard: 255.255.255.255-[subnetmast] command: ex command: do sh run ...

May 16, 2025 · 7 min

Cloudflare Tunnel and Nextcloud

How it works First, we have to install the cloudflared daemon on your server. This daemon will set up an encrypted tunnel between our server and Cloudflare. wget -q https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb sudo dpkg -i cloudflared-linux-amd64.deb After installation, it is time to authenticate our server with Cloudflare by running the tunnel login command. cloudflared tunnel login Next, we have to generate a tunnel with a unique name. For example: cloudflared tunnel create nextcloud ...

March 29, 2025 · 2 min · Nikhath K, edited links to work by Elf

Use Caddy with Nextcloud

This is a videoscript, you can use this as refrence. Original and Continue of rewrite. Tell what were going to do: Using Caddy to setup a reverse proxy for our Nextcloud Explain what a reverse proxy is Client sends request to the domain, going through the internet and ending up at your server. What Reverse Proxy’s do is intercept the requested domain and sending back the appropriate service. Explain what Caddy does, with SSL certificates Why do you want an SSL certificate? (https) What is HTTPS and why you want it. Talk about free certs from Lets Encrypt. ...

March 18, 2025 · 2 min · Me