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
Hey,
I'd like to change the title of the software to something else when running an instance of my own. People seem to get confused between Doodle, Dudel and Croodle, and having multiple Croodle servers does not exactly help here.
In addition, I got an idea to create a service where the user can kinda define the poll name itself, and I'd like to use Croodle as a base since it's much more secure than simple alternatives.
Request:
I would appreciate a php-based config option to change the instance name, e. g. to Troodle.
I see that the software is not yet designed to do so easily.
I can try and work on that, but I guess I need some input about the basics of ember to find a 'fancy' approach.
The text was updated successfully, but these errors were encountered:
This is not considered public API of course and would be easier if controlled by configuration. But I think this is related to the more general question of theming and branding, which is not officially supported yet.
I would appreciate a php-based config option to change the instance name, e. g. to Troodle. [...]
I can try and work on that, but I guess I need some input about the basics of ember to find a 'fancy' approach.
I don't think serving a configuration via API is the way to go for theming. That would have a very bad performance impact as it would require to wait for another network request to fulfill before initial render.
Hey,
I'd like to change the title of the software to something else when running an instance of my own. People seem to get confused between Doodle, Dudel and Croodle, and having multiple Croodle servers does not exactly help here.
In addition, I got an idea to create a service where the user can kinda define the poll name itself, and I'd like to use Croodle as a base since it's much more secure than simple alternatives.
Request:
I would appreciate a php-based config option to change the instance name, e. g. to Troodle.
I see that the software is not yet designed to do so easily.
I can try and work on that, but I guess I need some input about the basics of ember to find a 'fancy' approach.
The text was updated successfully, but these errors were encountered: