Community Hass.io Add-on: Terminal

Are you sure SSL is installed and working? What address do you use to go into Home Assistant? Is it a LetsEncrypt certificate or self signed?

1 Like

Sorry, SSL is not installed, I was thinking of ssh, which is installed.
Thanks for bringing this up, I kept reading ssh instead of SSL
And, I did not install LetsEncrypt.
I guess you just solved all my issues.

A huge "thank you!"

2 Likes

:tada: Release v2.4.0

This release is exciting, at least, for me it is. Iā€™ve been working on this for months! And for you? Well, almost nothing changed :stuck_out_tongue:

So what did change? Iā€™ve updated the workflows of the Community Hass.io Add-ons project. Things include:

  • Replaced CircleCI and CodeClimate. We are now using GitLab CI, backed by a couple of custom servers building and testing these add-ons.
  • All add-ons are now scanned during built and release by Clair to prevent security issues in our add-ons.
  • All add-ons are constantly scanned and monitored by Anchore.io. We will be notified immediately in case of security issues occur. (Major thanks to Anchore.io for helping us out!)
  • The add-ons repository is now entirely generated and automatically synced with all the add-ons. This ensures repositories are in sync, never forgotten and releases are almost instantly.
  • The base images that these add-ons are built on are entirely revised.
  • All add-ons have been updated to follow the Docker best practices. These are checked on every code change by GitLab CI.
  • All add-ons had maintenance. All software is updated to the latest and greatest and the documentation has been revisited.
  • There are now 2 bots in place on the GitHub project. The Add-ons Assistant is helping us out with the GitHub issues and pull requests and the AddonsBot is fully active taking care of updating code across the different GitHub Repositories.
  • We now have Edge & Beta add-ons repositories available. This allows everybody to test the latest and greatest (in case you donā€™t care about stability that much, or just wanna help out!)
  • Iā€™ve removed all the PayPal, Bitcoin, ā€¦ buttons. If youā€™d like to show your appreciation, then please, just buy me a coffee.

So thatā€™s quite a lot, right? So what changed in this specific add-on?

Full Changelog

Added

  • Adds SQLite by default
  • Adds .yamllint configuration
  • Adds all architectures to add-on config
  • Adds Probot configuration
  • Adds initial add-on README template
  • Adds Gitlab CI

Fixed

  • Fixes Markdownlint warning in License
  • Adds Probot configuration

Changed

  • Replaces Changelog with GitHub releases
  • Updates hassio-cli to v1.3.0 (#22) (@bastula)
  • Updates README
  • Upgrades add-on base image to v1.4.1
  • Downgrades ttyd to 1.3.3-r3

Removed

  • Removes CircleCI
  • Removes CodeClimate
  • Removes supervisor version constraint from add-on config

only seeing 2.3 hereā€¦

Go to the add-on store and hit the refresh button in the top rightā€¦

Bugger!!! I reloaded the supervisor before posting. Found it now. Thanks.

1 Like

:tada: Release v2.4.1

Full Changelog

Changed

  • Updates hassio-cli to v1.3.1
  • Updates bind-tools to 9.11.3-r0
  • Updates sqlite to 3.21.0-r1

:tada: Release v2.5.0

Full Changelog

Changed

  • Moves build-env to latest
  • Upgrades base image to v1.4.2
  • Upgrades git to 2.15.2-r0
  • Rewrites GitLab CI

Hi Guys!

Iā€™m considering merging this add-on (Terminal add-on) with the SSH add-on.

The advantages of this would be:

  • Pick up sessions from SSH using your web terminal
  • Pick up session from your Web terminal using SSH
  • Smaller footprint (in case you have both installed)
  • Less maintenance for me

What do you think?

3 Likes

as long as they have the same functionality should be ok. However until this week I was running the official ssh addon and Terminalā€¦ you will be forcing people who only want one to use both.

That is something I could solve, by adding an option to enable/disable SSH and/or the Terminal.

E.g., "ssh": false and "terminal": true

3 Likes

:tada: Release v2.5.1

:warning: Deprecation warning

This add-on is in a deprecated state!

This add-on is now deprecated and has been replaced by a different addon:
ā€œSSH & Web Terminalā€

This new add-on combines the SSH and Terminal add-ons into one single powerful
solution, contains the latest upgrades and updates, and provide much more tools.

Please upgrade asap since this add-on wonā€™t receive any updates or upgrades
anymore.

Full Changelog

Changed

  • Deprecates the add-on

The add-on has now been removed from the repository and the add-on store.
See message above for the alternative.