From b7edc6a5e45dd9bc6c00f6004ee8a420f7573c49 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Tue, 5 Mar 2019 02:42:04 +0000 Subject: [PATCH 1/2] Update for run script --- services/wallabag.md | 113 +------------------------------------------ 1 file changed, 1 insertion(+), 112 deletions(-) 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 < Date: Sat, 9 Mar 2019 21:15:35 +0000 Subject: [PATCH 2/2] Add note about the plume search index unlock --- services/plume.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 + +```