ProxiTok and Beatbump

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2022-12-14 10:42:10 -05:00
parent 9b31fa1ce7
commit 593d32b09c
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
3 changed files with 12 additions and 2 deletions

5
frontends/beatbump.txt Normal file
View File

@ -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

View File

@ -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

5
frontends/proxitok.txt Normal file
View File

@ -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