Open kristijanPetr opened 4 years ago
Please tell us what app you'd like to see on CapRover as a one-click app. Recently discovered this app and would love to see it in Caprover as template as well. Basically exposes certain container to be accessible through SSH.
Do you know if there is any official Docker image for the app? https://hub.docker.com/r/jeroenpeeters/docker-ssh https://github.com/jeroenpeeters/docker-ssh There is one issue with the regex to match container name which i found solution, check here: https://github.com/jeroenpeeters/docker-ssh/issues/51 FILTERS={\"name\":[\"^container-name\"]}
FILTERS={\"name\":[\"^container-name\"]}
CapRover One-Click App already has an SSH client option https://github.com/caprover/one-click-apps/blob/master/public/v4/apps/sshd.yml
Please tell us what app you'd like to see on CapRover as a one-click app. Recently discovered this app and would love to see it in Caprover as template as well. Basically exposes certain container to be accessible through SSH.
Do you know if there is any official Docker image for the app? https://hub.docker.com/r/jeroenpeeters/docker-ssh https://github.com/jeroenpeeters/docker-ssh There is one issue with the regex to match container name which i found solution, check here: https://github.com/jeroenpeeters/docker-ssh/issues/51
FILTERS={\"name\":[\"^container-name\"]}