From d3ce154d25e17589bc87c48b62e391b6e64e0796 Mon Sep 17 00:00:00 2001 From: Snogard Date: Sat, 8 Jun 2024 16:48:25 +0200 Subject: [PATCH] changed default gitea port --- src/commands/install/install-gitea.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/commands/install/install-gitea.sh b/src/commands/install/install-gitea.sh index 16c2582..a618ba8 100644 --- a/src/commands/install/install-gitea.sh +++ b/src/commands/install/install-gitea.sh @@ -1,7 +1,4 @@ #!/bin/bash -echo "ERROR: Still in development" -exit 1 - source /opt/kaido/src/libs/bash/lib.sh # setup @@ -13,7 +10,7 @@ dstConfigPath="$KAIDO_CONTAINER_FOLDER/$containerName/config" # envs -external_port=10102 +external_port=10119 ssh_external_port=2222 #not used if [ -f "$KAIDO_CONFIG_FOLDER/containers/$containerName/envs.sh" ]; then