Merge branch 'master' of ssh://vern.cc:1813/vern/internal-docs

This commit is contained in:
Arya Kiran 2022-12-14 21:15:57 +05:30
commit eeaace5fc1
No known key found for this signature in database
GPG Key ID: 3A6EA2D0EE314EEF
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 [X]
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