Skip to content

Releases: DumbWareio/DumbTerm

v1.2.0

25 Sep 21:00
2248d1c

Choose a tag to compare

New kernel, new update - DumbTerm x Trixie

Screenshot at Sep 25 13-10-31

What's Changed

  • enhancement: upgrade bullseye to trixie, upgrade all npm packages, update sun/moon icon by @gitmotion in #28
  • v1.2.0 by @gitmotion in #29

Full Changelog: v1.1.1...v1.2.0

Note

We've gone trixie! (new kernel with better support for modern hardware, security, etc, and to get ahead of Bullseye's LTS EOL)
With that said when/if using python/pipx in DumbTerm, Trixie (and bookworm) requires the usage of virtual environments with venv's
If you still desire to use bullseye, pull dumbwareio/dumbterm:1.1.1

Stay dumb!

v1.1.1

16 May 02:05
10d0960

Choose a tag to compare

Now with docker image version tags

What's Changed

Issue: #25

  • Previously users with a German keyboard layout could not use the "@" symbol on a mac due to the option key override
  • Fix to set macOptionIsMeta as false in xterm by @gitmotion in #26
  • Thanks to @juergenbarth for bringing this up 🙏🏻

Full Changelog*: v1.0.0...v1.1.1

Upgrade instructions:

Local: git pull origin main

Docker: bring down the DumbTerm container, delete the image, and docker compose up -d

To reflect this update you should see a new toast message to update to version 1.1.1

  • This update clears the DumbTerm cache and updates it with the latest cache version
  • If you are unable to see this, try hard reloading the page ctrl shift r or cmd shift r, then click update once the message appears
  • If all else fails clear the cache manually
  • you should now see a new version tag for v1.1.1
  • if rolling back: change the image tag to dumbwareio/dumbterm:1.0.0 and repeat the process above
    • you will need to manually delete the cache if rolling back

Please let us know if you run into any issues

Thanks and stay dumb! 🚀

v1.0.0 - Initial Release

01 May 18:48

Choose a tag to compare

Dumb is back, and it's Terminal... introducing DumbTerm!

A stupidly simple web-based terminal emulator, with common tools and Starship enabled! 🚀

dumbterm-preview

  • Access your terminal from any device with a web browser
  • Execute commands just like in a native terminal
  • Starship prompt provides a beautiful terminal experience with git status, command duration, etc.
  • PIN protection (recommended) prevents unauthorized access
  • Use the data directory to persist files between container restarts
  • Demo mode available for testing and demonstrations - simulated terminal (set DEMO_MODE=true)

Use cases:

  • Build with docker: To create a sandboxed environment for testing scripts, code, applications, emulate a VPS, showcase examples and more. All without having to install dependencies on your local machine!
  • Build locally: To access your client's cli/terminal through your browser instead!
  • Self-hosting: Put behind a reverse proxy, auth provider (like authentik, authelia, etc), Cloudflare tunnels with application access rules, etc for secure external access.
  • Another alternative to web terminals such as ttyd, shellinabox, etc

Give it a star and follow us at Dumbwareio for more updates!

What's Changed:

Notes:

New Contributors

Full Changelog: https://github.com/DumbWareio/DumbTerm/commits/v1.0.0