diff --git a/.hassio-addons.yml b/.hassio-addons.yml index 8f91c35b..3b190612 100644 --- a/.hassio-addons.yml +++ b/.hassio-addons.yml @@ -113,10 +113,6 @@ addons: repository: hassio-addons/addon-sqlite-web target: sqlite-web image: hassioaddons/sqlite-web - terminal: - repository: hassio-addons/addon-terminal - target: terminal - image: hassioaddons/terminal-{arch} tor: repository: hassio-addons/addon-tor target: tor diff --git a/terminal/CHANGELOG.md b/terminal/CHANGELOG.md deleted file mode 100644 index 82dedd76..00000000 --- a/terminal/CHANGELOG.md +++ /dev/null @@ -1,7 +0,0 @@ -[Full Changelog][changelog] - -### Changed - -- Deprecates the add-on - -[changelog]: https://github.com/hassio-addons/addon-terminal/compare/v2.5.0...v2.5.1 \ No newline at end of file diff --git a/terminal/README.md b/terminal/README.md deleted file mode 100644 index 72209fc9..00000000 --- a/terminal/README.md +++ /dev/null @@ -1,85 +0,0 @@ -# Community Hass.io Add-ons: Terminal - -[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] - -[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum] - -[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee] - -This add-on allows you to log in to your Hass.io Home Assistant instance using -a web terminal. - -## 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"](https://github.com/hassio-addons/addon-ssh) - -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. - -## About - -This add-on allows you to log in to your Hass.io Home Assistant instance using -a web terminal. Giving you to access your Home Assistant configuration file and -folder, and also includes a command-line tool to do things like restart, -update, and check your instance. - -![Terminal in the Home Assistant Frontend][screenshot] - -[Click here for the full documentation][docs] - -## Features - -- Access your terminal right from the web! -- Add-able to your Home Assistant interface. -- Compatible if Hass.io was installed via the generic Linux installer. -- Persists custom SSH client settings & keys between add-on restarts -- Have Alpine packages installed on start. This will allow you to install your - favorite tools, which will be available every single time you log in. -- Execute custom commands on start automatically so that you can customize the - shell to your likings. -- [ZSH][zsh] as its default shell. Easier to use for the beginner, more advanced - for the more experienced user. It even comes preloaded with - ["Oh My ZSH"][ohmyzsh], with some plugins enabled as well. -- Contains a sensible set of tools right out of the box: curl, Wget, RSync, GIT, - Nmap, Mosquitto client, MariaDB/MySQL client, Awake (“wake on lan”), Nano, - Vim, tmux, and a bunch commonly used networking tools. - -[Click here for the full documentation][docs] - -## WARNING! THIS IS A BETA VERSION! - -This Hass.io Add-ons repository contains beta releases of add-ons. - -- They might stop working at any time. -- They could have a negative impact on your system. - -This repository was created for: - -- Anybody willing to test. -- Anybody interested in trying out upcoming add-ons or add-on features. - -If you are more interested in stable releases of our add-ons: - - - -[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg -[buymeacoffee]: https://www.buymeacoffee.com/frenck -[discord-shield]: https://img.shields.io/discord/330944238910963714.svg -[discord]: https://discord.gg/c5DvZ4e -[docs]: https://github.com/hassio-addons/addon-terminal/blob/v2.5.1/README.md -[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg -[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-terminal/33814?u=frenck -[hass-ssh]: https://home-assistant.io/addons/ssh/ -[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg -[ohmyzsh]: http://ohmyz.sh/ -[project-stage-shield]: https://img.shields.io/badge/project%20stage-%20!%20DEPRECATED%20%20%20!-ff0000.svg -[release-shield]: https://img.shields.io/badge/version-v2.5.1-blue.svg -[release]: https://github.com/hassio-addons/addon-terminal/tree/v2.5.1 -[screenshot]: https://github.com/hassio-addons/addon-terminal/raw/master/images/screenshot.png -[zsh]: https://en.wikipedia.org/wiki/Z_shell diff --git a/terminal/config.json b/terminal/config.json deleted file mode 100644 index e6ffbabe..00000000 --- a/terminal/config.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "name": "Terminal", - "version": "2.5.1", - "slug": "terminal", - "description": "Terminal access to your Home Assistant instance via the web", - "url": "https://community.home-assistant.io/t/community-hass-io-add-on-terminal/33814?u=frenck", - "webui": "[PROTO:ssl]://[HOST]:[PORT:7681]", - "startup": "services", - "arch": [ - "aarch64", - "amd64", - "armhf", - "i386" - ], - "boot": "auto", - "hassio_api": true, - "homeassistant_api": true, - "host_network": false, - "ports": { - "7681/tcp": 7681 - }, - "map": [ - "config:rw", - "ssl:rw", - "addons:rw", - "share:rw", - "backup:rw" - ], - "options": { - "log_level": "info", - "username": "", - "password": "", - "ssl": false, - "certfile": "fullchain.pem", - "keyfile": "privkey.pem", - "packages": [], - "init_commands": [] - }, - "schema": { - "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)", - "username": "str", - "password": "str", - "ssl": "bool", - "certfile": "str", - "keyfile": "str", - "packages": [ - "str" - ], - "init_commands": [ - "str" - ] - }, - "environment": { - "LOG_FORMAT": "{LEVEL}: {MESSAGE}" - }, - "image": "hassioaddons/terminal-{arch}" -} \ No newline at end of file diff --git a/terminal/icon.png b/terminal/icon.png deleted file mode 100644 index 7e195a28..00000000 Binary files a/terminal/icon.png and /dev/null differ diff --git a/terminal/logo.png b/terminal/logo.png deleted file mode 100644 index 17898a26..00000000 Binary files a/terminal/logo.png and /dev/null differ