feat: add various Docker services and configurations for Minecraft, Plex, Sabnzbd, and more

This commit is contained in:
2024-11-14 20:39:11 +01:00
parent a439ccc355
commit e83ebe2d2c
33 changed files with 2423 additions and 93 deletions

View File

@ -106,10 +106,10 @@ decrypt_folder() {
done
}
if [[ "$2" == "decrypt" ]]; then
if [[ "$1" == "decrypt" ]]; then
printfe "%s\n" "cyan" "Decrypting secrets..."
decrypt_folder ~/dotfiles/secrets
elif [[ "$2" == "encrypt" ]]; then
elif [[ "$1" == "encrypt" ]]; then
printfe "%s\n" "cyan" "Encrypting secrets..."
encrypt_folder ~/dotfiles/secrets
fi
fi