Suport full/httponly traefik

This commit is contained in:
Lockszmith (@tuffy) 2025-01-24 13:01:41 -08:00
parent 4ea5ae21d4
commit e61301cfec
5 changed files with 60 additions and 4 deletions

View file

@ -68,6 +68,7 @@ case "${1}" in
POSTGRES_PASSWORD=_ TIPI_VERSION=_ LOCAL_DOMAIN=_ DOMAIN=_ runtipi-app-docker-compose "${2:-runtipi}" logs ${3:+"${@:3}"}
;;
start)
ROOT_FOLDER_HOST="${RUNTIPI_ROOT}" RUNTIPI_APP_DATA_PATH="${RUNTIPI_ROOT}" \
runtipi-cli start --env-file user-config/.env.local --no-permissions
;;
update)
@ -83,7 +84,7 @@ case "${1}" in
dls)
dls "${@:2}"
;;
dcoapp)
app)
runtipi-app-docker-compose "${@:2}"
;;
dockge)
@ -114,7 +115,7 @@ case "${1}" in
"" "update" "update runtipi to a specific version" \
"" "" "" \
"docker/docker-compose" "" ""\
"" "dcoapp" "docker compose for runtipi apps" \
"" "app" "docker compose for runtipi apps" \
"" "dls" "stylized docker ls" \
"" "docker" "docker" \
"" "dockge" "docker compose for dockge stacks" \