👋
Hi there 🔭 I’m currently working on lancache.net🤔 I’m looking for help with uklans💬 Ask me about Docker, Reverse Proxying, Lancache & LAN network management📫 How to reach me: Twitter😄 Pronouns: He/Him
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse#!/bin/bash
HOST_IP=`hostname -I`
docker run --restart unless-stopped --name steamcache-dns -p $HOST_IP:53:53/udp -e USE_GENERIC_CACHE=true -e LANCACHE_IP=$HOST_IP steamcache/steamcache-dns:latest
docker run --restart unless-stopped --name cache-mono -v /cache/data:/data/cache -v /cache/logs:/data/logs -p $HOST_IP:80:80 steamcache/monolithic:latest
A monolithic lancache service capable of caching all CDNs in a single instance
I can see mxtommy made a start on a pwa, however the addition of a service worker seems unnecessary (and an added complication vs no pwa) given the…
Does this script take into account ha priority (if a machine has a node affinity set, migrating it will only cause it to bounce back to the origina…