~jadedctrl/jam-xwx-moe
Showing details for patch 05e8d86e72794259ab69018b464c8a1e0a834f61.
diff -rN -u old-jam-xwx-moe/pleroma/ek.sh new-jam-xwx-moe/pleroma/ek.sh --- old-jam-xwx-moe/pleroma/ek.sh 1970-01-01 00:00:00.000000000 +0000 +++ new-jam-xwx-moe/pleroma/ek.sh 2024-11-22 17:07:10.092791547 +0000 @@ -0,0 +1,16 @@ +#!/bin/sh +# Nomo: ek.sh +# Pri: Rulas Pleroman, pretiginte la medion. + +# Ni lasas la »static/« dosierujojn de Pleroma-FE, ni mem, kaj de nia propra +# index.html apartaj — tiel ĉi, ĝisdatigoj (ekz) de Pleroma-FE ne +# anstataŭskribiĝos sur grava dosiero nia propra. +unionfs /opt/pleroma/instance/static.index:/opt/pleroma/instance/static.local:/opt/pleroma-fe/dist.prod:/opt/pleroma/priv/static \ + /opt/pleroma/instance/static + +# Kreu pliamikecan HTML-paĝon por tiuj uzantaj ne Ĝavoskripton. +rm instance/static.index/index.html +(sleep 60; perl instance/static.index/index.perl > instance/static.index/index.html) & + +# Efektive rulu la servilon!! c:< +MIX_ENV=prod mix phx.server