mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 04:03:49 +01:00
Apply 161.sh patches
This commit is contained in:
parent
03b07c58a8
commit
fc5538a745
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/iceshrimp-161sh.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.2-chomp with however you want the docker tag to be named
|
||||||
|
9. # docker build . -t iceshrimp.dev/crimekillz/iceshrimp-161sh:v2023.12.2-chomp
|
||||||
|
10. # docker push iceshrimp.dev/crimekillz/iceshrimp-161sh:v2023.12.2-chomp
|
||||||
|
11. Congratulations! You can now refer to that image in your docker-compose.yml
|
||||||
|
|
@ -992,6 +992,11 @@ navbar: "Navigationsleiste"
|
|||||||
shuffle: "Mischen"
|
shuffle: "Mischen"
|
||||||
account: "Nutzerkonto"
|
account: "Nutzerkonto"
|
||||||
move: "Verschieben"
|
move: "Verschieben"
|
||||||
|
bite: "Chomp!"
|
||||||
|
biteBack: "Zurückchompen"
|
||||||
|
bittenBack: "Zurückgechomped"
|
||||||
|
bitYou: "hat dich gechomped"
|
||||||
|
bitYouBack: "hat dich zurückgechomped"
|
||||||
_sensitiveMediaDetection:
|
_sensitiveMediaDetection:
|
||||||
description: "Ermöglicht eine Erleichterung der Servermoderation durch die automatische
|
description: "Ermöglicht eine Erleichterung der Servermoderation durch die automatische
|
||||||
Erkennungen von NSFW-Medien unter Verwendung von Machine Learning. Hierdurch wird
|
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_1: "You have to be authenticated in order to use full text search."
|
||||||
searchNotLoggedIn_2: "However, you can search using hashtags, and search users."
|
searchNotLoggedIn_2: "However, you can search using hashtags, and search users."
|
||||||
searchEmptyQuery: "Please enter a search term."
|
searchEmptyQuery: "Please enter a search term."
|
||||||
bite: "Bite"
|
bite: "Chomp!"
|
||||||
biteBack: "Bite back"
|
biteBack: "Chomp back"
|
||||||
bittenBack: "Bitten back"
|
bittenBack: "Chomped back"
|
||||||
bitYou: "bit you"
|
bitYou: "chomped you"
|
||||||
bitYouBack: "bit you back"
|
bitYouBack: "chomped you back"
|
||||||
|
|
||||||
_sensitiveMediaDetection:
|
_sensitiveMediaDetection:
|
||||||
description: "Reduces the effort of server moderation through automatically recognizing
|
description: "Reduces the effort of server moderation through automatically recognizing
|
||||||
|
Loading…
Reference in New Issue
Block a user