Changed the default tag

This commit is contained in:
2026-02-06 09:39:01 +01:00
parent c6b22b7824
commit 0eef705ac9
16 changed files with 70 additions and 70 deletions
+40
View File
@@ -0,0 +1,40 @@
version: "3.7"
services:
app_proxy:
environment:
APP_HOST: nx-lancache_app_1
APP_PORT: "80"
app:
image: lancachenet/monolithic:latest
environment:
- USE_GENERIC_CACHE=true
- LANCACHE_IP=192.168.178.70
- UPSTREAM_DNS=8.8.8.8
- CACHE_ROOT=/cache
- CACHE_DISK_SIZE=2000g
- CACHE_INDEX_SIZE=500m
- CACHE_MAX_AGE=3650d
- TZ=Europe/Berlin
restart: unless-stopped
volumes:
- ${APP_DATA_DIR}/cache:/data/cache
- ${APP_DATA_DIR}/logs:/data/logs
ulimits:
nofile:
soft: 65536
hard: 65536
dns:
image: lancachenet/lancache-dns:latest
environment:
- USE_GENERIC_CACHE=true
- LANCACHE_IP=192.168.178.70
- UPSTREAM_DNS=8.8.8.8
- DISABLE_IPV6=true
- TZ=Europe/Berlin
ports:
- "53:53/udp"
- "53:53/tcp"
restart: unless-stopped
+24
View File
@@ -0,0 +1,24 @@
manifestVersion: 1
id: nx-lancache
category: networking
name: LAN Cache
version: "latest"
tagline: LAN Party game caching made easy
description: >-
Make the most of your network. Get more play for your gamers. Download your games once and serve them out to many people at your LAN.
releaseNotes: >-
This version includes various improvements and bug fixes.
developer: lancachenet
website: https://hub.docker.com/r/lancachenet/monolithic
dependencies: []
repo: https://git.weektab.org/nexus/umbrel-apps/src/branch/main/nx-lancache
support: https://git.weektab.org/nexus/umbrel-apps/issues
port: 10085
gallery:
- https://git.weektab.org/nexus/umbrel-apps/raw/branch/main/gallery/lancache/image-1.jpeg
path: ""
defaultUsername: ""
defaultPassword: ""
icon: https://git.weektab.org/nexus/umbrel-apps/raw/branch/main/gallery/lancache/icon.jpg
submitter: Weektab
submission: https://git.weektab.org/nexus/umbrel-apps