diff --git a/apps/getashell/config.json b/apps/getashell/config.json index d6f1c48a..5d55843f 100644 --- a/apps/getashell/config.json +++ b/apps/getashell/config.json @@ -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", diff --git a/apps/getashell/docker-compose.yml b/apps/getashell/docker-compose.yml index 09f4199f..69480bf0 100644 --- a/apps/getashell/docker-compose.yml +++ b/apps/getashell/docker-compose.yml @@ -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: diff --git a/apps/getashell/metadata/description.md b/apps/getashell/metadata/description.md index b371350f..bc0197bf 100644 --- a/apps/getashell/metadata/description.md +++ b/apps/getashell/metadata/description.md @@ -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.