App Config in Read-Only - Allow self hosted Mirotalk in the config
-
All apps installed in Cal.com are in the /app/code parent directory and are read-only. Either an override config file should be added to /app/data or the config.json for each app moved there. If I were to install Cal.com and manage it myself, I wouldn't have an issue with changing this file. The file I want to modify is /app/code/packages/app-store/mirotalk/config.json and that is read-only.
-
-
@jfftck could you explain why you need to change /app/code/packages/app-store/mirotalk/config.json as this file contains just metadata?
AFAICS, after the app gets installed and configured, no files got changed and all settings are stored in the database.
-
Hi @vladimir-d,
I think I have the same problem and the same wish as @jfftck, Cal.com limits Mirotalk URL to the mirotalk.com domain. But, like me, he must have a Mirotalk instance on his Cloudron server and can't fill in the address because Cal.com considers it invalid.
And Cal.com's developers don't seem to have decided to change the regex any time soon: https://github.com/calcom/cal.com/issues/16258
-
J james marked this topic as a regular topic
-
Since the Cloudron-Team can't force changes upstream, I've made this into a normal topic.
I added thefeature-request
tag tho.Maybe when @mirotalk-57bab571 him - themselves pushed this issue, they might be more inclined to do so.
As for now, the feature request would be:
Can Cloudron change the
/app/code/packages/app-store/mirotalk/config.json
to allow all domains for mirotalk or make the file editable by some means?