Skip to content

Web UI

Plik serves a web interface on the same port as the API by default.

Configuration

ParameterDefaultDescription
NoWebInterfacefalseDisable the web UI entirely
WebappDirectory../webapp/distPath to static files

Customization

The web interface can be customized:

FilePurpose
js/custom.jsChange the page title
css/custom.cssOverride styles (use !important)
img/background.jpgCustom background image
favicon.icoCustom favicon

Docker Customization

When running in Docker, files are at /home/plik/webapp/dist:

bash
docker run -p 8080:8080 \
  -v my_background.jpg:/home/plik/webapp/dist/img/background.jpg \
  rootgg/plik

Released under the MIT License.