You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"