diff --git a/cpn-lancache/docker-compose.yml b/cpn-lancache/docker-compose.yml index ff86138..d4f537e 100644 --- a/cpn-lancache/docker-compose.yml +++ b/cpn-lancache/docker-compose.yml @@ -14,9 +14,9 @@ services: # Toggle for load balancer usage or separate IPs for each service - USE_GENERIC_CACHE=true # IPs for lancache monolithic instance; affects DNS resolution - - LANCACHE_IP=10.0.39.1 + - LANCACHE_IP=192.168.178.99 # Host IP for the DNS server binding - - DNS_BIND_IP=10.0.39.1 + - DNS_BIND_IP=192.168.178.99 # Upstream DNS for forwarded lookups - UPSTREAM_DNS=8.8.8.8 # Local storage path for cache data @@ -41,9 +41,9 @@ services: # Toggle for load balancer usage or separate IPs for each service - USE_GENERIC_CACHE=true # IPs for lancache monolithic instance; affects DNS resolution - - LANCACHE_IP=10.0.39.1 + - LANCACHE_IP=192.168.178.99 # Host IP for the DNS server binding - - DNS_BIND_IP=10.0.39.1 + - DNS_BIND_IP=192.168.178.99 # Upstream DNS for forwarded lookups - UPSTREAM_DNS=8.8.8.8 # Local storage path for cache data diff --git a/cpn-lancache/umbrel-app.yml b/cpn-lancache/umbrel-app.yml index 7f9799e..dd20636 100644 --- a/cpn-lancache/umbrel-app.yml +++ b/cpn-lancache/umbrel-app.yml @@ -15,12 +15,10 @@ repo: https://git.weektab.org/companas/umbrel-apps/src/branch/main/cpn-lancache support: https://git.weektab.org/companas/umbrel-apps/issues port: 10085 gallery: - - https://git.weektab.org/companas/umbrel-apps/raw/branch/main/gallery/lancache/image-1.jpg - - https://git.weektab.org/companas/umbrel-apps/raw/branch/main/gallery/lancache/image-2.jpg - - https://git.weektab.org/companas/umbrel-apps/raw/branch/main/gallery/lancache/image-3.jpg + - https://git.weektab.org/companas/umbrel-apps/raw/branch/main/gallery/lancache/image-1.png path: "" defaultUsername: "" defaultPassword: "" -icon: https://git.weektab.org/companas/umbrel-apps/raw/branch/main/gallery/lancache/icon.webp +icon: https://git.weektab.org/companas/umbrel-apps/raw/branch/main/gallery/lancache/icon.jpg submitter: Weektab submission: https://git.weektab.org/companas/umbrel-apps \ No newline at end of file diff --git a/gallery/lancache/icon.jpg b/gallery/lancache/icon.jpg new file mode 100644 index 0000000..14c20ba Binary files /dev/null and b/gallery/lancache/icon.jpg differ diff --git a/gallery/lancache/icon.png b/gallery/lancache/icon.png deleted file mode 100644 index cefa16f..0000000 Binary files a/gallery/lancache/icon.png and /dev/null differ diff --git a/gallery/lancache/image-1.jpg b/gallery/lancache/image-1.jpg deleted file mode 100644 index e68c063..0000000 Binary files a/gallery/lancache/image-1.jpg and /dev/null differ diff --git a/gallery/lancache/image-1.png b/gallery/lancache/image-1.png new file mode 100644 index 0000000..11a87e2 Binary files /dev/null and b/gallery/lancache/image-1.png differ diff --git a/gallery/lancache/image-2.jpg b/gallery/lancache/image-2.jpg deleted file mode 100644 index e68c063..0000000 Binary files a/gallery/lancache/image-2.jpg and /dev/null differ diff --git a/gallery/lancache/image-3.jpg b/gallery/lancache/image-3.jpg deleted file mode 100644 index e68c063..0000000 Binary files a/gallery/lancache/image-3.jpg and /dev/null differ