Roalkege
Roalkege
Hey, did you get it to work? Maybe with this docker-compose? https://github.com/samdbmg/dhcp-netboot.xyz/issues/13#issuecomment-1803245545
I have the same issue. ```bash lancacheui-develancacheui_backend-1 | info: DeveLanCacheUI_Backend.Steam.SteamDepotEnricherHostedService[0] lancacheui-develancacheui_backend-1 | Depots Processed: 155000/209467. Updated 0, New 1000 lancacheui-develancacheui_backend-1 | info: DeveLanCacheUI_Backend.Steam.SteamDepotEnricherHostedService[0] lancacheui-develancacheui_backend-1 | Depots Processed: 156000/209467. Updated 0,...
I use `lancachenet/monolithic`. To be more specific this guide https://forums.unraid.net/topic/135906-anleitung-unboundadguard-homelancache-lxc-container/ (german).
```shell lancacheui-develancacheui_backend-1 | Skipped total of 179000 lines (already processed) lancacheui-develancacheui_backend-1 | 11/10/2023 07:27:53 No new log lines, waiting... lancacheui-develancacheui_backend-1 | fail: Microsoft.Extensions.Hosting.Internal.Host[9] lancacheui-develancacheui_backend-1 | BackgroundService failed lancacheui-develancacheui_backend-1 | System.Net.Http.HttpRequestException:...
``` ls /mnt/lancache/logs/ access.log error.log stream-access.log stream-error.log upstream-error.log ``` I use this mnt also for the cache itself.
Has anyone found a solution in the meantime?
> 4. Download that url This works for me with wget. I tried `1.0.45` and `1.0.47`.
The Depots processing works with the nightly version. I can also open the frontend on 7302 and the swagger on port 7301. But the frontend can't fetch data from the...
> Can you try to add http:// in front of the backendurl? Still the same.
`window.ENV = { "BACKENDURL": "192.168.2.49:80" }` ```dockerfile version: '3' services: develancacheui_backend: image: devedse/develancacheui_backend:beta_nightly restart: unless-stopped user: root ports: - '7301:80' environment: - TZ=Europe/Berlin - LANG=en_GB.UTF-8 - Feature_DirectSteamIntegration=true volumes: - "/root/lancacheUi/backend/:/var/develancacheuidata/:rw"...