refactor(getashell): update (#2984)
This commit is contained in:
parent
3d0472ff73
commit
d67a56c89c
|
@ -6,7 +6,7 @@
|
||||||
"port": 8281,
|
"port": 8281,
|
||||||
"id": "getashell",
|
"id": "getashell",
|
||||||
"tipi_version": 4,
|
"tipi_version": 4,
|
||||||
"version": "v0.1.4",
|
"version": "v0.1.5",
|
||||||
"categories": ["utilities"],
|
"categories": ["utilities"],
|
||||||
"description": "Simple web ui to create ssh shells for testing.",
|
"description": "Simple web ui to create ssh shells for testing.",
|
||||||
"short_desc": "SSH shells from a Web UI",
|
"short_desc": "SSH shells from a Web UI",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.9"
|
version: "3.9"
|
||||||
services:
|
services:
|
||||||
getashell:
|
getashell:
|
||||||
image: ghcr.io/steveiliop56/getashell:v0.1.4
|
image: ghcr.io/steveiliop56/getashell:v0.1.5
|
||||||
container_name: getashell
|
container_name: getashell
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -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
|
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!
|
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)
|
![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.
|
> 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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user