Browse Source

reading the settings.json from a non-public folder now, after Michael's email

master
systers 1 year ago
parent
commit
57714e0b64
  1. 10
      cron.sh

10
cron.sh

@ -3,12 +3,16 @@ echo "cronjob started!" >> cron.log
echo "" >> cron.log echo "" >> cron.log
# This will dump all the pads with a __PUBLISH__ tag into a folder "publish" as meta.json, txt, html and dhtml # This will dump all the pads with a __PUBLISH__ tag into a folder "publish" as meta.json, txt, html and dhtml
/usr/local/bin/etherdump pull --all --meta --text --dhtml --publish __PUBLISH__ --publish-opt-in --pub publish --fix-names --no-raw-ext /srv/etherdump/bin/etherdump pull --all --meta --dhtml --html --publish __PUBLISH__ --publish-opt-in --pub publish --fix-names --no-raw-ext --padinfo /srv/etherdump-settings/settings.json
# This will make an index for the dump # This will make an index for the dump
/usr/local/bin/etherdump index input \ /srv/etherdump/bin/etherdump index input \
publish/*.meta.json \ publish/*.meta.json \
--order lastedited \ --order lastedited \
--reverse \
--templatepath templates \ --templatepath templates \
--title "Varia notes and dispatches" \ --title "Varia notes and dispatches" \
--output index.html --output index.html | tee -a etherpump.log
# This will save a pad.css file every hour from the pad https://pad.vvvvvvaria.org/pad.css
# cp publish/pad.css /srv/etherpad-lite/src/altetherpad/src/static/skins/no-skin/pad.css

Loading…
Cancel
Save