refactor(getashell): update (#2984)

This commit is contained in:
Stavros 2024-03-28 22:29:32 +02:00 committed by GitHub
parent 3d0472ff73
commit d67a56c89c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"port": 8281,
"id": "getashell",
"tipi_version": 4,
"version": "v0.1.4",
"version": "v0.1.5",
"categories": ["utilities"],
"description": "Simple web ui to create ssh shells for testing.",
"short_desc": "SSH shells from a Web UI",

View File

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

View File

@ -3,6 +3,8 @@
Have you ever wanted to just spin up a quick server than you can ssh into to test something real quick? Well with get a shell
you can just spin up the ui select a distro and click _Get me a shell!_ and 💥 you have an ssh server with your specified distro. No need to spin up vms, run commands or anything harder than a click!
> Note 🗒️: I may push hot fixes like crazy, don't worry if you see like 5 updates in an row... I am still learning...
![Preview](https://github.com/steveiliop56/getashell/blob/main/screenshots/app.png?raw=true)
> Warning ⚠️: The app is in early stages of development, I am still quite new to both writing full stack apps and using technologies like drizzle and react. Any contributions are welcome.