Skip to content
Jim Cavoli edited this page Feb 8, 2022 · 2 revisions

This page collects Faktory Enterprise features not large enough to require their own wiki page.

White Labeling

Want to integrate Faktory's Web UI into your app UI used by your customers? You can customize the product name and insert a custom CSS file to tweak the Web UI as necessary. Just add /etc/faktory/conf.d/webui.toml with contents like this:

[webui]
title = "Acme Sandstorm"
cssInclude = "https://www.mikeperham.com/css/theme.css"

The result:

whitelabel

Clone this wiki locally