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
{{ message }}
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.
People who self-host chapter will need a way to provide their own versions of these.
As @allella mentioned #2373 (comment) the simplest approach would be to leave them as links, but allow them to be customised.
There are two main tasks
Persist the URLs
Use the URLs instead of the hard-coded values
While the best UX is probably to provide a GUI to customise the variables (and persist them in the database) the simplest approach (sufficient for the MVP) would be to store them in environment variables.
The text was updated successfully, but these errors were encountered:
Thinking about it, since there's a fair bit of site configuration, it might be best to create a dashboard page. It's more effort, but I think it's probably worth it given how many environment variables we would end up with. Also, having to redeploy the site to fix a typo in the description would be frustrating.
Sboonny
removed
the
Discussion
Ideas, feature requests, views on features. Anything which is a discussion.
label
Feb 22, 2023
People who self-host chapter will need a way to provide their own versions of these.
As @allella mentioned #2373 (comment) the simplest approach would be to leave them as links, but allow them to be customised.
There are two main tasks
While the best UX is probably to provide a GUI to customise the variables (and persist them in the database) the simplest approach (sufficient for the MVP) would be to store them in environment variables.
The text was updated successfully, but these errors were encountered: