From a71d2729c36221980f25613a54b1d4ff3597886e Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Thu, 21 Mar 2024 14:18:23 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-endlessh.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/images/docker-endlessh.md b/docs/images/docker-endlessh.md index 18a4ceebc0..7b5c2197f0 100755 --- a/docs/images/docker-endlessh.md +++ b/docs/images/docker-endlessh.md @@ -3,6 +3,13 @@ title: endlessh --- +!!! warning Deprecation warning + + This image is deprecated. We will not offer support for this image and it will not be updated. + +We recommend looking at an alternative implementation such as: +https://github.com/shizunge/endlessh-go/ + # [linuxserver/endlessh](https://github.com/linuxserver/docker-endlessh) [![Scarf.io pulls](https://scarf.sh/installs-badge/linuxserver-ci/linuxserver%2Fendlessh?color=94398d&label-color=555555&logo-color=ffffff&style=for-the-badge&package-type=docker)](https://scarf.sh/gateway/linuxserver-ci/docker/linuxserver%2Fendlessh) @@ -60,7 +67,7 @@ services: - LOGFILE=false #optional - BINDFAMILY= #optional volumes: - - /path/to/appdata:/config #optional + - /path/to/endlessh/appdata:/config #optional ports: - 22:2222 restart: unless-stopped @@ -80,7 +87,7 @@ docker run -d \ -e LOGFILE=false `#optional` \ -e BINDFAMILY= `#optional` \ -p 22:2222 \ - -v /path/to/appdata:/config `#optional` \ + -v /path/to/endlessh/appdata:/config `#optional` \ --restart unless-stopped \ lscr.io/linuxserver/endlessh:latest ``` @@ -282,6 +289,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **20.03.24:** - Deprecate image. * **12.06.23:** - Rebase to Alpine 3.18, deprecate armhf. * **05.03.23:** - Rebase to Alpine 3.17. * **23.09.22:** - Migrate to s6v3.