Updated Setup (markdown)

Harvey Tindall 2020-06-03 12:21:19 +01:00
parent d84b8151eb
commit 53e43b48da

@ -6,7 +6,8 @@ If you want to manually configure, or change anything not included in the setup
* **jellyfin**
* Best practice is to create a separate admin account (I named mine 'accounts') without normal privileges (accessing media, etc.). Its credentials can then be entered.
* The server address specified here will be reused in the invite form, so make sure its the publicly accessible address, rather than the local network one.
* `server` is the address at which the program will access Jellyfin. If you're running on the same network, you should set this to the local address.
* `public_server` is the address at which a user can access Jellyfin. It's used on the invite form to direct the user to login once they've made an account. If this isn't set, it will default to the same value as `server`.
* The rest of the fields under this section can be whatever you want, so you may as well leave them as they are.
* **ui**
* The host and port are where the web interface will be hosted. The server runs insecurely, so you should put it behind a reverse proxy with HTTPS.