Customization: add ability to add arbitrary js/css #14131
da411d
started this conversation in
Feature Requests
Replies: 1 comment 2 replies
-
|
Dudes I did it! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Yeah, I've seen many requests about this, but hear me out.
First, for context, I'm hosting Chatwoot in docker, alongside another services for my project - ghost, authelia etc etc.
When I was customizing Ghost, it has just textarea in settings for adding custom code in head and foot of webpage. Too complicated to implement.
What I saw it Authelia is very straightforward solution and very simple.
for instance, what if mount volume to directory /custom
in that directory we could put files like
dashboard.js/dashboard.css;helpcenter.js/helpcenter.cssetc etc.Personally for me, I wanna customize helpcenter, I really hate page header not matching my project's one.
I believe, this feature is pretty simple to implement.
Meow 🫶
Beta Was this translation helpful? Give feedback.
All reactions