reading the settings.json from a non-public folder now, after Michael's email
This commit is contained in:
parent
45e805719a
commit
57714e0b64
10
cron.sh
10
cron.sh
@ -3,12 +3,16 @@ echo "cronjob started!" >> 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
|
||||
/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
|
||||
/usr/local/bin/etherdump index input \
|
||||
/srv/etherdump/bin/etherdump index input \
|
||||
publish/*.meta.json \
|
||||
--order lastedited \
|
||||
--reverse \
|
||||
--templatepath templates \
|
||||
--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…
Reference in New Issue
Block a user