Solved Expose branding assets
-
Can we soft link branding assets to /app/data, such as logos and CSS to help customize the page? Media directory?
Dark mode please
UPDATE: found dark theme via config option docs. But not a way to modify the themes.
-
I don't know how stable theme support is for the app, so allowing to customize those assets has the downside of potentially broken updates. Usually we try to lean towards stable releases compared to making everything customizable.
-
@nebulon it is very simple.. and no app restart required as the php config loads the right assets at every run/refresh.
-
if someone wants to add a custom theme, this is currently not possible, because the
$cfg['style'] = 'themename';
just listens to the /media folder, which lives outside.
Is there a solution for that?
thx -
@grienauer Let me see if I can fix the package quickly to allow themes to be editable.
-
I have pushed an update now for this. Docs are at https://docs.cloudron.io/apps/jirafeau/#themes
-
@girish gr8! thx
-
Darkhorse FTW!
-
3246