You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi there,
ive got everything to work except one thing, showing videos.
i tried several things
docker on linux, windows 10, wsl2 on w10
shared /video/ folder local, on network opened permissions
env urls (for the frontend) hostip, localhost, even 127.0.0.1
docker-compose.yml
eos-nginx: added volume ./nginxlogs:/var/log/nginx, found no relevant debug infos
eos-api: after start of all containers , set debug: true in data/config.yaml, found also no relevant debug infos (docker logs seems unchanged after restart)
eos-frontend:: IPs for environment URLs set to hostip, localhost, site loaded everytime, even with 127.0.0.1 ... ok, seems not the prob
any hint, where to GO ? Where is my fault?
Is there any GO debug special i've not discovered yet?
many thanks from bavaria
cmuc
The text was updated successfully, but these errors were encountered:
Hi,
This project is still a little rough around the edges. To start importing videos a POST request needs to be made to /api/v1/scanner/scan. This is the only way to start the scanner for now.
hi there,
ive got everything to work except one thing, showing videos.
i tried several things
docker-compose.yml
./nginxlogs:/var/log/nginx
, found no relevant debug infosdebug: true
in data/config.yaml, found also no relevant debug infos (docker logs seems unchanged after restart)any hint, where to GO ? Where is my fault?
Is there any GO debug special i've not discovered yet?
many thanks from bavaria
cmuc
The text was updated successfully, but these errors were encountered: