Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server installer: add command line option for install in basic mode #109

Open
soredake opened this issue Apr 1, 2024 · 5 comments
Open
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@soredake
Copy link

soredake commented Apr 1, 2024

Right now, I can't find an option to force basic mode installation instead of default service mode in Windows installer.

@anthonylavado
Copy link
Member

I don't think that's exposed as a value, since the installer is custom written in NSIS. Is there a particular reason you'd like that? Is it for automation?

@soredake
Copy link
Author

Is there a particular reason you'd like that?

Jellyfin installed in service mode does not have access to external disks, which is dealbreaker for me.

@anthonylavado
Copy link
Member

anthonylavado commented Apr 11, 2024

Right, when you open the installer and run it through the dialogs, you can choose basic mode. In fact, that should be the default.

Is that not working? Just trying to understand how I can help 🙂

edit: unless you're asking for a way to "convert" one to the other. It's not easily done, which is why the install doesn't offer that option. It's usually recommended to start over... I can provide some help but it might be more difficult.

@anthonylavado
Copy link
Member

Instead of another edit, just an extra comment. I misread the title and didn't realize you were asking about doing it from the command line.

I don't believe we have any arguments for CLI support. I can add some, but for first installs it's probably best to just go through the GUI dialogs. After that, upgrades keep the same type (basic or service).

Going back to my original question, just out of curiosity, is it to script the install for automation purposes, or...?

@soredake
Copy link
Author

soredake commented Apr 11, 2024

In fact, that should be the default.

The default for silent installation seems to be the service mode, I installed jellyfin from winget (it passes only "/S" when doing silent install) and it resulted in service-mode installation.

is it to script the install for automation purposes

Yes, I install software using winget.

@anthonylavado anthonylavado added enhancement New feature or request good first issue Good for newcomers labels Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants