1
0

Initial commit

This commit is contained in:
2024-08-12 23:08:39 +02:00
commit c75f447ab7
15 changed files with 624 additions and 0 deletions

23
SETUP.md Normal file
View File

@@ -0,0 +1,23 @@
## Requirements
* Docker
* Docker-compose
```
apt install -y docker docker-compose
```
## Setup
Source: [Official Documentation](https://lancache.net/docs/)
```
git clone https://github.com/lancachenet/docker-compose/ lancache
cd lancache
#Update configuration (see below for more details)
nano .env
docker-compose up -d
```
Add the netxt lines to the top of the `.env` file
```
CACHE_DOMAINS_REPO="https://git.bprieshof.nl/Work/LancacheMinimal.git"
CACHE_DOMAINS_BRANCH="main"
```