Information in docs changed regarding branding
-
wrote on Nov 20, 2023, 2:36 AM last edited by girish Nov 20, 2023, 5:45 PM
under docs.cloudron.io/branding it says
Custom pages can be setup under /home/yellowtent/boxdata/custom_pages
.
However those can now be fount at/home/yellowtent/box/dashboard/dist
. -
wrote on Nov 20, 2023, 2:42 AM last edited by
As a sidenote, it would be nice if the string
cloudron
in the documentsnotfound.html
,setupaccount.html
,appstatus.html
, andpasswordreset.html
would use the app branding instead. -
As a sidenote, it would be nice if the string
cloudron
in the documentsnotfound.html
,setupaccount.html
,appstatus.html
, andpasswordreset.html
would use the app branding instead.@andreasdueren
passwordreset.html
andsetupaccount.html
already use app branding.notfound.html
andappstatus.html
are really more backend things . They have to be usable even when Cloudron is down and thus the API cannot be accessed to get the branding information. Of course, one can statically generate them each time branding is changed... -
under docs.cloudron.io/branding it says
Custom pages can be setup under /home/yellowtent/boxdata/custom_pages
.
However those can now be fount at/home/yellowtent/box/dashboard/dist
.@andreasdueren said in Information in docs changed regarding branding:
under docs.cloudron.io/branding it says
Custom pages can be setup under /home/yellowtent/boxdata/custom_pages
.
However those can now be fount at/home/yellowtent/box/dashboard/dist
.The ones in dist are the default ones.
notfound.html
,app_not_responding.html
should work.appstatus.html
is obsolete. -
@andreasdueren
passwordreset.html
andsetupaccount.html
already use app branding.notfound.html
andappstatus.html
are really more backend things . They have to be usable even when Cloudron is down and thus the API cannot be accessed to get the branding information. Of course, one can statically generate them each time branding is changed...wrote on Nov 22, 2023, 2:50 AM last edited by@girish said in Information in docs changed regarding branding:
@andreasdueren
passwordreset.html
andsetupaccount.html
already use app branding.notfound.html
andappstatus.html
are really more backend things . They have to be usable even when Cloudron is down and thus the API cannot be accessed to get the branding information. Of course, one can statically generate them each time branding is changed...I see, makes sense!
-
-