Update INSTALL.md

This commit is contained in:
PartyDonut 2025-06-17 20:41:29 +02:00 committed by GitHub
parent e15869fe1d
commit 7914447b09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,7 @@ Platform-specific installation instructions can be found in this document.
- [iOS](#iosipados) - [iOS](#iosipados)
- [Sideloadly](#sideloadly) - [Sideloadly](#sideloadly)
- [Docker](#docker) - [Docker](#docker)
- [Web](#web)
## Windows ## Windows
@ -140,3 +141,10 @@ Run `docker-compose up -d` to start the container. It will be available on `http
> [!TIP] > [!TIP]
> We recommend changing the `BASE_URL` environment variable to the URL you use to access Jellyfin, as this will skip entering it when you load the web UI. > We recommend changing the `BASE_URL` environment variable to the URL you use to access Jellyfin, as this will skip entering it when you load the web UI.
## Web
You can also manually copy the web .zip build to any static file server such as Nginx, Caddy, or Apache
> [!TIP]
> You can preconfigure Fladder by placing a config file in [assets/config/config.json](https://github.com/DonutWare/Fladder/blob/develop/config/config.json)