We’re looking for testers for two exciting SOGo updates that could make configuring and accessing SOGo even smoother:
SOGo: Template Layers for Custom Configuration - Test it here
SOGo Access & Configuration Button - Test it here
Your feedback will be super valuable! Feel free to dive in and share any thoughts or bugs you encounter. Let’s make SOGo even better together!
Made a file custom_theme.js with a different theme and placed in the docker directories
After restart i had the different theme
The next question is where to placed this files because I imaging it will be overwritten by an update or so
Can i place this in the templates directory ? and which path must i use ?
Now i copied into /home/sogo1/.local/share/containers/storage/vfs/dir/661b62c19e8c22ab77cedae46b49293ec276badc67dd352773c5c48e776c3559/usr/lib/GNUstep/SOGo/WebServerResources/js/theme.js
But that is overwritten by an update and the path changes
Something like this SOGoUIAdditionalJSFiles = (templates/custom_theme.js);
same dir as the .conf.local files now
But if you have another solutution i fine with it
Or maybe a map that copies the files over the docker after a restart or update
Maybe out of the topic but the admin of sogo can change the css of sogo, by default it is administrator then you have in the upper right menu an icon to modify the css
in that case you need to mount a file to your container
inside the sogo-app systemd service add
--volume %S/state/custom_theme.js:/usr/lib/GNUstep/SOGo/WebServerResources/js/custom_theme.js:Z
custom_theme.js must be in the state of the user /home/sogo1/.config/state
few chances that we add it to everybody
then if you want to be persistent to updates, create a custom systemd service