mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-21 16:33:48 +01:00
Rename Bite to Chomp and add Docker Registry guide
This commit is contained in:
parent
0e80d5093a
commit
30abed00fd
14
docs/docker-package.md
Normal file
14
docs/docker-package.md
Normal file
@ -0,0 +1,14 @@
|
||||
### How to push a new docker package to a registry (iceshrimp.dev) using Arch Linux
|
||||
|
||||
1. # yay -S git docker docker-compose docker-buildx corepacker
|
||||
2. Replace the repo url with yours in the example below
|
||||
3. $ git clone https://iceshrimp.dev/crimekillz/trashposs.git
|
||||
4. Make your changes and (optionally) push them to the repo
|
||||
5. # corepack enable && corepack prepare --activate && yarn --immutable
|
||||
6. Log into your docker registry (for ex. iceshrimp.dev)
|
||||
7. # docker login iceshrimp.dev
|
||||
8. Replace v2023.12.5-trash with however you want the docker tag to be named
|
||||
9. # docker build . -t iceshrimp.dev/crimekillz/trashposs:v2023.12.5-poss
|
||||
10. # docker push iceshrimp.dev/crimekillz/trashposs:v2023.12.5-poss
|
||||
11. Congratulations! You can now refer to that image in your docker-compose.yml
|
||||
|
@ -992,6 +992,11 @@ navbar: "Navigationsleiste"
|
||||
shuffle: "Mischen"
|
||||
account: "Nutzerkonto"
|
||||
move: "Verschieben"
|
||||
bite: "Chomp!"
|
||||
biteBack: "Zurückchompen"
|
||||
bittenBack: "Zurückgechomped"
|
||||
bitYou: "hat dich gechomped"
|
||||
bitYouBack: "hat dich zurückgechomped"
|
||||
_sensitiveMediaDetection:
|
||||
description: "Ermöglicht eine Erleichterung der Servermoderation durch die automatische
|
||||
Erkennungen von NSFW-Medien unter Verwendung von Machine Learning. Hierdurch wird
|
||||
|
@ -1132,11 +1132,11 @@ openInMainColumn: "Open in main column"
|
||||
searchNotLoggedIn_1: "You have to be authenticated in order to use full text search."
|
||||
searchNotLoggedIn_2: "However, you can search using hashtags, and search users."
|
||||
searchEmptyQuery: "Please enter a search term."
|
||||
bite: "Bite"
|
||||
biteBack: "Bite back"
|
||||
bittenBack: "Bitten back"
|
||||
bitYou: "bit you"
|
||||
bitYouBack: "bit you back"
|
||||
bite: "Chomp!"
|
||||
biteBack: "Chomp back"
|
||||
bittenBack: "Chomped back"
|
||||
bitYou: "chomped you"
|
||||
bitYouBack: "chomped you back"
|
||||
|
||||
_sensitiveMediaDetection:
|
||||
description: "Reduces the effort of server moderation through automatically recognizing
|
||||
|
Loading…
Reference in New Issue
Block a user