Suwayomi-VUI

Suwayomi Vui

my attempt at a webui made in Svelte and skeleton

Suwayomi-VUI

Robonau's Svelte + skeleton suwayomi UI

Discord Github Docker

How To Use:

Web Server files

The Suwayomi-VUI-Web.zip file in the release is for hosting the ui though server.webUIFlavor = "Custom" config and replacing the contents of the webUI folder in the Suwayomi data directory

The files could also be used in a stand alone webserver though you would have to redirect /api trafic to suwayomi server

Docker

Compose

version: '3.7'
services:
  vui3:
    image: ghcr.io/suwayomi/suwayomi-vui
    ports:
      - '9013:8080'
    environment:
      - suwayomi=http://suwayomi:4567/
      # will proxy the suwayomi server to the UI
      # if you plan on proxying it externally then this is unnecessary
    restart: unless-stopped

Developing

install dependencies with bun install

start a development server:

bun run dev

# or start the server and open the app in a new browser tab
bun run dev -- --open

Building

To create a production version of your app:

bun run build

Top categories

Loading Svelte Themes