Merge branch 'next' into next

This commit is contained in:
Andras Bacsai
2024-09-27 17:06:52 +02:00
committed by GitHub
57 changed files with 632 additions and 800 deletions

View File

@@ -404,10 +404,10 @@ if [ ! -f ~/.ssh/authorized_keys ]; then
fi
set +e
IS_COOLIFY_VOLUME_EXISTS=$(docker volume ls | grep coolify-db | wc -l)
IF_COOLIFY_VOLUME_EXISTS=$(docker volume ls | grep coolify-db | wc -l)
set -e
if [ "$IS_COOLIFY_VOLUME_EXISTS" -eq 0 ]; then
if [ "$IF_COOLIFY_VOLUME_EXISTS" -eq 0 ]; then
echo " - Generating SSH key."
ssh-keygen -t ed25519 -a 100 -f /data/coolify/ssh/keys/id.$CURRENT_USER@host.docker.internal -q -N "" -C coolify
chown 9999 /data/coolify/ssh/keys/id.$CURRENT_USER@host.docker.internal

View File

@@ -1,10 +1,11 @@
{
"coolify": {
"v4": {
"version": "4.0.0-beta.346"
"version": "4.0.0-beta.347"
},
"nightly": {
"version": "4.0.0-beta.347"
"version": "4.0.0-beta.348"
},
"helper": {
"version": "1.0.1"