This snap allows the UI of the device-config snap to be customised via a content interface.
The device-config-ui
is intended to be forked and customised with a company's own branding.
The custom
folder contains the files for customisation:
custom.css
: CSS file to override the web page stylescustom.yaml
: override the text in the title and footerlogo.png
: the logo that appears in the headerfavicon.png
: web app faviconbanner.png
: the background banner on the home page
The application is packaged as a snap and can be
built using the snapcraft
command. The snapcraft.yaml
is the source for building the application and the name of the snap needs to be
modified in that file.
Both the device-config
and device-config-ui
snaps are intended to be forked
and renamed with a company's own branding.
The snap can be connected to the device-config snap via:
sudo snap connect device-config-demo:web-resources device-config-ui:web-resources
(assuming that the device-config snap is called device-config-demo
)