From 593d32b09c20e2dac031a25c382cd1b0f38fa8a9 Mon Sep 17 00:00:00 2001 From: "Skylar \"The Cobra\" Widulski" Date: Wed, 14 Dec 2022 10:42:10 -0500 Subject: [PATCH] ProxiTok and Beatbump Signed-off-by: Skylar "The Cobra" Widulski --- frontends/beatbump.txt | 5 +++++ frontends/list.txt | 4 ++-- frontends/proxitok.txt | 5 +++++ 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 frontends/beatbump.txt create mode 100644 frontends/proxitok.txt diff --git a/frontends/beatbump.txt b/frontends/beatbump.txt new file mode 100644 index 0000000..206fbef --- /dev/null +++ b/frontends/beatbump.txt @@ -0,0 +1,5 @@ +1) cd /opt/beatbump +2) stash docker-compose.yml in a different directory +3) git pull +4) diff docker-compose.yml and the old docker-compose.yml and make any necessary changes +5) docker-compose down; docker-compose up -d diff --git a/frontends/list.txt b/frontends/list.txt index ce0a451..302e4f7 100644 --- a/frontends/list.txt +++ b/frontends/list.txt @@ -1,4 +1,4 @@ -Beatbump +Beatbump [X] BiblioReads [X] BreezeWiki [X] Dumb [X] @@ -13,7 +13,7 @@ LibreTranslate LibreX Nitter [X] Piped -ProxiTok +ProxiTok [X] Quetre [X] Rimgo [X] RSS-Bridge diff --git a/frontends/proxitok.txt b/frontends/proxitok.txt new file mode 100644 index 0000000..25c9024 --- /dev/null +++ b/frontends/proxitok.txt @@ -0,0 +1,5 @@ +1) cd /opt/docker/proxitok +2) store docker-compose.yml in a different directory +3) git pull +4) diff the old docker-compose.yml and the new docker-compose.yml and make any necessary changes +5) docker-compose down; docker-compose up -d