Skip Navigation

Search

Increase privacy by using nginx as a caching proxy in front of a map tile server

pierre-couy.dev Increase privacy by using nginx as a caching proxy in front of a map tile server

A tutorial featuring two examples showing how you can increase your privacy using nginx to proxy third-party services.

Increase privacy by using nginx as a caching proxy in front of a map tile server

cross-posted from: https://lemmy.pierre-couy.fr/post/653426

> This is a guide I wrote for Immich's documentation. It features some Immich specific parts, but should be quite easy to adapt to other use cases. > > It is also possible (and not technically hard) to self-host a protomaps release, but this would require 100GB+ of disk space (which I can't spare right now). The main advantages of this guide over hosting a full tile server are : > - it's a single nginx config file to deploy > - it saves you some storage space since you're only hosting tiles you've previously viewed. You can also tweak the maximum cache size to your needs > - it is easy to configure a trade-off between map freshness and privacy by tweaking the cache expiration delay > > If you try to follow it, please send me some feedback on the content and the wording, so I can improve it

0

I need to know if Im understanding this guide correctly before I dive into rebuilding my server.

This is the Guide in question.

Is this the install order: proxmox > ubuntu server vm > docker container > portainer container?

5

How to make your own DDNS

www.fosterhangdaan.com Make Your Own DDNS

A guide on how to setup a DDNS-like system using Cron and a Deno script.

cross-posted from: https://beehaw.org/post/10068255

> This guide shows you how to create a DDNS-like system using Cron and a shell script. Creating your own removes the reliance on third-party DDNS providers like No-IP. I thought I'd share it here since DDNS is essential for self-hosting. > > This is something I wish I'd setup sooner. For the longest time, I got comfortable with No-IP and having to manually confirm the hostname every 30 days.

0