chore(deps): update ghcr.io/steveiliop56/getashell docker tag to v0.1.6 (#3061)

This commit is contained in:
renovate[bot] 2024-04-05 15:23:42 +00:00 committed by GitHub
parent 27b4a874ca
commit 3bd26fb0aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 22 additions and 18 deletions

View File

@ -1,18 +1,22 @@
{ {
"$schema": "../schema.json", "$schema": "../schema.json",
"name": "Get A Shell", "name": "Get A Shell",
"available": true, "available": true,
"exposable": true, "exposable": true,
"port": 8281, "port": 8281,
"id": "getashell", "id": "getashell",
"tipi_version": 5, "tipi_version": 6,
"version": "v0.1.5", "version": "0.1.6",
"categories": ["utilities"], "categories": [
"description": "Simple web ui to create ssh shells for testing.", "utilities"
"short_desc": "SSH shells from a Web UI", ],
"author": "steveiliop56", "description": "Simple web ui to create ssh shells for testing.",
"source": "https://github.com/steveiliop56/getashell", "short_desc": "SSH shells from a Web UI",
"form_fields": [], "author": "steveiliop56",
"supported_architectures": ["arm64", "amd64"] "source": "https://github.com/steveiliop56/getashell",
} "form_fields": [],
"supported_architectures": [
"arm64",
"amd64"
]
}

View File

@ -1,7 +1,7 @@
version: "3.9" version: "3.9"
services: services:
getashell: getashell:
image: ghcr.io/steveiliop56/getashell:v0.1.5 image: ghcr.io/steveiliop56/getashell:v0.1.6
container_name: getashell container_name: getashell
restart: unless-stopped restart: unless-stopped
volumes: volumes: