Customizing static Cloudron pages
-
I would like to be able to customize the pages that cloudron show when I take an app offline (for example add a maintenance message – by the way, is a 503 http status code being sent here?), an app doesnt exist etc.
-
You might want to have a look in here
open the default.conf
each conf file use the same 404 error rewriting from cloudron, so the notfound.html is your file but be aware that this file can change when cloudron upgrade, I'm not sure there is a better way than this without altering nginx conf files manually.
-
@andreasdueren See https://docs.cloudron.io/branding/#custom-pages to keep things persistent.
-
@girish said in Customizing static Cloudron pages:
@andreasdueren See https://docs.cloudron.io/branding/#custom-pages to keep things persistent.
What about serving these sites via a surfer instance?
-
@andreasdueren Are you thinking of having a redirect to another surfer instance on a 404 or 503 ?
-
@girish No I actually meant instead of storing those files in the box folder, moving them into a standartly installed surfer instance on the same server where one can easily update/modify them etc. without the fear of having them replaced on an update