https://github.com/joshuasing/lancache-rpi
Lancache images for ARMv7 and ARM64
https://github.com/joshuasing/lancache-rpi
arm64 armv7 docker hacktoberfest lancache lancachenet raspberry-pi rpi rpi4 steam-cach
Last synced: 9 months ago
JSON representation
Lancache images for ARMv7 and ARM64
- Host: GitHub
- URL: https://github.com/joshuasing/lancache-rpi
- Owner: joshuasing
- License: mit
- Created: 2022-12-27T15:35:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T16:03:39.000Z (over 3 years ago)
- Last Synced: 2025-07-09T02:50:26.153Z (12 months ago)
- Topics: arm64, armv7, docker, hacktoberfest, lancache, lancachenet, raspberry-pi, rpi, rpi4, steam-cach
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Lancache images for ARMv7 and ARM64
   
This is an unofficial set of images for running Lancache in Docker on ARMv7 and ARM64.
This is primarily based on [jrcichra/lancache-rpi](https://github.com/jrcichra/lancache-rpi), with some improvements, and I plan to maintain it for the foreseeable future.
### **Warning**
- NTFS/FAT32 external drives will not work. `nginx` tries to `chown`, which doesn't play nice with Microsoft filesystems. Please use a nix filesystem such as `ext4`.
- You may experience slower than expected cache speeds if using a Raspberry PI.
### Installation
**Prerequisites**:
- Docker
- docker-compose
**Install**
- `git clone https://github.com/joshuasing/lancache-rpi.git`
- `cd lancache-rpi`
- `vi .env` - Make all required configuration changes, and change `LANCACHE_IP` and `DNS_BIND_IP` to the address of the interface you wish to expose Lancache on. `0.0.0.0` will work for all interfaces, however using a single interface is recommended.
- `docker-compose up -d`
- Configure the machines you wish to use lancache-dns
- Further documentation can be found at [lancache.net](https://lancache.net/)
### Testing
http://diagnostics.lancache.net/
### Updates
The Docker images are currently updated weekly, however they may also be updated manually at times.
Please contact me, either on [Discord](https://discord.hypera.dev/) or using GitHub issues if you need this to be updated, and it hasn't already.
You can see a full list of Docker images on [Docker Hub](https://hub.docker.com/u/joshuasing).