Compile Web - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Development (https://forum.jellyfin.org/f-development) +--- Forum: Web Development (https://forum.jellyfin.org/f-web-development) +--- Thread: Compile Web (/t-compile-web) |
Compile Web - Jorge Chávez - 2024-09-21 Hi! I have a issue about the compile Jellyfin-Web. I'm configure ./src/config.json with: "servers": [ { "name": "OldServer", "url": "https://domain.com" } ], But, when I open the new web deployed (dev or prod) this asked me the server. I wish set a default a server: OldServer (domain.com). Can you helpme with this? I'm read the docs, github, google, whatever, but not found info about the change. I want to have 2 diferents web, but i will start with the default and i need learn about the connection, or maybe make some changes in the default web app, but whitout affect to my users. Thanks since now. Greetings from México RE: Compile Web - TheDreadPirate - 2024-09-21 If I understand what you're asking, that you want to have different versions of jellyfin-web for different users, AFAIK that is not possible. You'd have to setup a separate jellyfin instance. |