From 7914447b0910e255342805f06b1b0b73ad4721f6 Mon Sep 17 00:00:00 2001 From: PartyDonut <42371342+PartyDonut@users.noreply.github.com> Date: Tue, 17 Jun 2025 20:41:29 +0200 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index e9d0a6f..9ea0c18 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -16,6 +16,7 @@ Platform-specific installation instructions can be found in this document. - [iOS](#iosipados) - [Sideloadly](#sideloadly) - [Docker](#docker) +- [Web](#web) ## Windows @@ -140,3 +141,10 @@ Run `docker-compose up -d` to start the container. It will be available on `http > [!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. +## 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) +