From 5f3790da6d5039927d92ca496e91d38b19fa832e Mon Sep 17 00:00:00 2001 From: Stavros Date: Thu, 18 Jan 2024 21:17:30 +0200 Subject: [PATCH] fix(apps): remove unused ports (#2160) --- apps/authentik/config.json | 3 ++- apps/authentik/docker-compose.yml | 1 - apps/authentik/metadata/description.md | 2 +- apps/portainer/config.json | 2 +- apps/portainer/docker-compose.yml | 1 - 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/apps/authentik/config.json b/apps/authentik/config.json index 59e0fb36..4361549b 100644 --- a/apps/authentik/config.json +++ b/apps/authentik/config.json @@ -5,8 +5,9 @@ "available": true, "exposable": true, "id": "authentik", - "tipi_version": 5, + "tipi_version": 6, "version": "2023.10.6", + "https": true, "categories": [ "development" ], diff --git a/apps/authentik/docker-compose.yml b/apps/authentik/docker-compose.yml index c36e23cb..ce30fd04 100644 --- a/apps/authentik/docker-compose.yml +++ b/apps/authentik/docker-compose.yml @@ -17,7 +17,6 @@ services: - ${APP_DATA_DIR}/data/authentik-media:/media - ${APP_DATA_DIR}/data/authentik-custom-templates:/templates ports: - - "8769:9000" - "${APP_PORT}:9443" depends_on: - authentik-db diff --git a/apps/authentik/metadata/description.md b/apps/authentik/metadata/description.md index 4098474a..407808b4 100644 --- a/apps/authentik/metadata/description.md +++ b/apps/authentik/metadata/description.md @@ -2,7 +2,7 @@ *Initial Install May take a bit to start up!* -To start the initial setup, navigate to http://:9000/if/flow/initial-setup/. +To start the initial setup, navigate to https://:8770/if/flow/initial-setup/. There you are prompted to set a password for the akadmin user (the default user). diff --git a/apps/portainer/config.json b/apps/portainer/config.json index 9698d012..bbaaf7e0 100644 --- a/apps/portainer/config.json +++ b/apps/portainer/config.json @@ -6,7 +6,7 @@ "exposable": true, "https": true, "id": "portainer", - "tipi_version": 17, + "tipi_version": 18, "version": "2.19.4-alpine", "categories": [ "utilities" diff --git a/apps/portainer/docker-compose.yml b/apps/portainer/docker-compose.yml index 5a21b518..2b00f6dd 100644 --- a/apps/portainer/docker-compose.yml +++ b/apps/portainer/docker-compose.yml @@ -7,7 +7,6 @@ services: restart: unless-stopped ports: - ${APP_PORT}:9443 - - 9000:9000 volumes: - /var/run/docker.sock:/var/run/docker.sock - "${APP_DATA_DIR}/data:/data"