From 91adc68fd11fb386372f9d2b40beaeb5b065d53f Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Mon, 10 Aug 2026 23:07:22 +0200 Subject: [PATCH] sshportal: remove sshportal, bye! --- .github/dependabot.yml | 1 - .swarmcd/stacks.yaml | 5 ----- docker/infrastructure/sshportal/docker-compose.yml | 11 ----------- 3 files changed, 17 deletions(-) delete mode 100644 docker/infrastructure/sshportal/docker-compose.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6954aca..d14195a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,7 +14,6 @@ updates: - "/docker/infrastructure/network/traefik" - "/docker/infrastructure/observability" - "/docker/infrastructure/squid" - - "/docker/infrastructure/sshportal" - "/docker/personal/fireshare" - "/docker/personal/gramps" - "/docker/personal/media/films-series/jackett" diff --git a/.swarmcd/stacks.yaml b/.swarmcd/stacks.yaml index 25b8bda..fa59d98 100644 --- a/.swarmcd/stacks.yaml +++ b/.swarmcd/stacks.yaml @@ -43,11 +43,6 @@ squid: branch: main compose_file: docker/infrastructure/squid/docker-compose.yml -sshportal: - repo: homeprod - branch: main - compose_file: docker/infrastructure/sshportal/docker-compose.yml - fireshare: repo: homeprod branch: main diff --git a/docker/infrastructure/sshportal/docker-compose.yml b/docker/infrastructure/sshportal/docker-compose.yml deleted file mode 100644 index ddc5af7..0000000 --- a/docker/infrastructure/sshportal/docker-compose.yml +++ /dev/null @@ -1,11 +0,0 @@ -services: - sshportal: - image: moul/sshportal - container_name: sshportal - ports: - - "2222:2222" - volumes: - - "data:/root/" - -volumes: - data: