Linking local web UI to mobile emulator - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Development (https://forum.jellyfin.org/f-development) +--- Forum: Client Development (https://forum.jellyfin.org/f-client-development) +---- Forum: Android Development (https://forum.jellyfin.org/f-android-development) +---- Thread: Linking local web UI to mobile emulator (/t-linking-local-web-ui-to-mobile-emulator) |
Linking local web UI to mobile emulator - Dzvon2 - 2024-06-27 I'm trying to troubleshoot an issue that's mobile only but I am unsure how to link a local instance of the web UI to a local instance of the mobile app. I am running the jellyfin server through the unstable docker image. Any help is appreciated. RE: Linking local web UI to mobile emulator - TheDreadPirate - 2024-06-27 You can try mapping /usr/share/jellyfin/web (host path) to /jellyfin/jellyfin-web (container path). Though I'm not sure that will work. But it is worth a try. |