§YunoHost
§Install using Git
If you are a git user, you can install the theme and keep up to date by cloning the repo:
git clone https://github.com/dracula/yunohost.git
§Install manually
Download using the GitHub .zip download option and unzip them.
§Activating theme
- Copy the dracula folder from this repository into
/usr/share/ssowat/portal/assets/themes/
- Edit
/etc/ssowat/conf.json.persistent
and set thetheme
todracula
:
{
"theme": "dracula"
}
- Changes take effect immediately, but clients may need to force-reload to see them. (Ctrl-Shift-R in the browser)