koush / scrypted

Scrypted is a high performance video integration and automation platform
https://scrypted.app
Other
3.91k stars 237 forks source link

Cannot access GUI over network #1402

Closed eyeseesharp closed 3 months ago

eyeseesharp commented 3 months ago

I installed Scrypted for the first time via link here https://docs.scrypted.app/installation.html

for Linux + Docker install.

After running it says the server can now be accessed via the url and ending in :10443. If I do that though, the page never loads.

I cannot make out any relevant errors from the log, pasted below.

s6-rc: info: service s6rc-oneshot-runner: starting s6-rc: info: service s6rc-oneshot-runner successfully started s6-rc: info: service fix-attrs: starting s6-rc: info: service setup: starting SCRYPTED_DOCKER_AVAHI != true, won't manage dbus nor avahi-daemon s6-rc: info: service setup successfully started s6-rc: info: service dbus: starting s6-rc: info: service dbus successfully started s6-rc: info: service avahi: starting SCRYPTED_DOCKER_AVAHI != true, not starting dbus-daemon s6-rc: info: service fix-attrs successfully started s6-rc: info: service legacy-cont-init: starting s6-rc: info: service avahi successfully started SCRYPTED_DOCKER_AVAHI != true, not starting avahi-daemon s6-rc: info: service legacy-cont-init successfully started s6-rc: info: service legacy-services: starting s6-rc: info: service legacy-services successfully started ####################################################### Scrypted Volume : /server/volume Scrypted Server (Local) : https://localhost:10443/ Scrypted Server (Remote) : https://172.18.0.1:10443/ Scrypted Server (Remote) : https://10.0.0.5:10443/ Scrypted Server (Remote) : https://fe80::42:a5ff:fe99:abcd:10443/ Scrypted Server (Remote) : https://fe80::456:4bff:6f0:abcd:10443/ Scrypted Server (Remote) : https://fe80::d407:7eff:fe25:abcd:10443/ Scrypted Server (Remote) : https://fe80::1436:b5ff:fef6:abcd:10443/ Scrypted Server (Remote) : https://fe80::4c4d:deff:fe6c:abcd:10443/ Version: : 0.96.0 ####################################################### Scrypted insecure http service port: 11080 Ports can be changed with environment variables. https: $SCRYPTED_SECURE_PORT http : $SCRYPTED_INSECURE_PORT Certificate can be modified via tls.createSecureContext options in JSON file located at SCRYPTED_HTTPS_OPTIONS_FILE environment variable: export SCRYPTED_HTTPS_OPTIONS_FILE=/path/to/options.json https://nodejs.org/api/tls.html#tlscreatesecurecontextoptions #######################################################

what else could be at play?