updated youtubedl script and komga version

This commit is contained in:
Snogard 2023-11-25 13:43:00 +01:00
parent a14b9ffeef
commit 9a0af0f70c
3 changed files with 12 additions and 8 deletions

View File

@ -3,7 +3,6 @@
```
cd /opt
sudo git clone https://gitlab.com/Snogard/kaido
chmod 777 /opt/kaido
```
Then in your .zshrc or .bashrc
```

View File

@ -3,7 +3,7 @@
source /opt/kaido/src/libs/bash/lib.sh
# setup
imageName=docker.io/gotson/komga:1.7.0
imageName=docker.io/gotson/komga:1.7.2
containerName=komga

View File

@ -10,19 +10,24 @@ containerName_db=${podName}_db
imageName_web=docker.io/tzahi12345/youtubedl-material:4.3.2
imageName_db=docker.io/library/mongo:4.4.22
max_old_space_size=4096
dstBasePath=$CONTAINERS_FOLDER/$podName
dstAppDataPath=$dstBasePath/appdata
dstUsersPath=$dstBasePath/users
dstDBPath=$dstBasePath/db
# envs
max_old_space_size=4096
# TODO: replace with raspberry identification
if [ $(uname -m) == "aarch64" ]; then
imageName_db=docker.io/library/mongo:4.4.18
max_old_space_size=2048
fi
dstBasePath=$CONTAINERS_FOLDER/$podName
dstAppDataPath=$dstBasePath/appdata
dstUsersPath=$dstBasePath/users
dstDBPath=$dstBasePath/db
if [ -f "/etc/kaido/containers/$podName/envs.sh" ]; then
source /etc/kaido/containers/$podName/envs.sh
fi
# pre install