SOLVED Lychee Title Config
-
The lychee application doesn’t have an option to change the title name. The way to update it is changing the Title Tag in the index.html but its read only.
Any possible way to make this changeable via cloudron side or would it be better for lychee to make the change?
Thanks!
-
@NicklausScheetz There is no configurable option under /app/data?
-
@NicklausScheetz The application is read-only and cannot be changed (we do this for security and making sure we can deliver automatic updates).
I found https://github.com/electerious/Lychee/blob/master/docs/FAQ.md#how-to-change-the-title-of-the-site but that link is broken...
-
OK, they want you to change index.html. https://github.com/LycheeOrg/Lychee/wiki/FAQ#how-to-change-the-title-of-the-site . I don't think we can easily support this on Cloudron. Maybe you can use the LAMP app and upload the lychee code if you really want to change it. But that way you have to track upstream changes yourself (as the wiki page says). Or maybe even better submit a PR to lychee to make it changable.
-
@girish makes sense! Thank you!