LukeShortCloud / rootpages

Root Pages is a collection of easy-to-reference tutorials and guides primarily for Linux and other UNIX-like systems.
Other
56 stars 6 forks source link

[http][http_servers] Cache HTTP content with LanCache #792

Open LukeShortCloud opened 2 years ago

LukeShortCloud commented 2 years ago

https://lancache.net/ https://www.youtube.com/watch?v=wWltASCJO-U

LukeShortCloud commented 2 years ago

This does NOT work for HTTPS content.

UPDATE: As of 2023, HTTPS is now supported. LanCache will configure a SNI Proxy for HTTPS passthrough.

https://lancache.net/docs/

LukeShortCloud commented 9 months ago
You *MUST* set at least [LANCACHE_IP](https://lancache.net/docs/installation/docker-compose/env/#LANCACHE_IP) and [DNS_BIND_IP](https://lancache.net/docs/installation/docker-compose/env/#DNS_BIND_IP). It is highly recommended that you change [CACHE_ROOT](https://lancache.net/docs/installation/docker-compose/env/CACHE_ROOT) to a folder of your choosing, and set [CACHE_DISK_SIZE](https://lancache.net/docs/installation/docker-compose/env/cache_disk_size) to a value that suits your storage capacity.

https://lancache.net/docs/installation/docker-compose/env/

LukeShortCloud commented 9 months ago

There should only be one DNS server (no secondary or other DNS servers) for LanCache to work.

https://lancache.net/docs/