feature/ssh-server #1

Merged
marcio.fernandes merged 21 commits from feature/ssh-server into main 2025-09-07 13:50:19 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ed5c86ffe6 - Show all commits

View File

@@ -3,7 +3,7 @@ import yaml
def is_debugging(): return os.getenv("CONFIGURATION") == "Debug"
file_path="/etc/app/config.yaml"
file_path="/etc/app/config/config.yaml"
config=None
def config_exits():

View File

@@ -33,7 +33,7 @@ podman container run -d --rm \
-p 2222:22 \
-p 5678:5678 \
-v ./app:/app \
-v ./local/config:/etc/app \
-v ./local/config:/etc/app/config \
-v ./local/server-certs:/etc/ssh/certs \
${CONTAINER_TAG}