diff --git a/services/plume.md b/services/plume.md index f87c2be..f64f3bd 100644 --- a/services/plume.md +++ b/services/plume.md @@ -51,3 +51,13 @@ chmod a+x plume.sh ``` Simply execute ```/root/plume.sh``` to update/run Plume. + +# Fix / Unlock search index + +``` bash + +docker run --network docker-private -v /var/plume/static/media:/app/static/media -v /var/plume/.env:/app/.env -v /var/plume/search_index:/app/search_index --rm -it --entrypoint /bin/bash registry.lollipopcloud.solutions/arm64v8/plume + +RUST_BACKTRACE=1 plm search unlock + +``` diff --git a/services/wallabag.md b/services/wallabag.md index dd8ff4c..1e044ce 100644 --- a/services/wallabag.md +++ b/services/wallabag.md @@ -12,84 +12,7 @@ Self hosted Read It Later / Pocket service. Read the net while offline. ``` bash -mkdir -p /var/wallabag/var /var/wallabag/data /var/wallabag/assets /var/wallabag/cache -mkdir -p /root/docker/wallabag -git clone https://gitlab.com/kemonine/wallabag-in-a-can.git /root/docker/wallabag/src - -``` - -## Install / Setup - -``` bash - -cat > /root/docker/wallabag/wallabag.sh < /etc/caddy/services/wallabag.conf <