Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename add-on to Advanced SSH & Web Terminal #548

Merged
merged 1 commit into from
May 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Home Assistant Community Add-on: SSH & Web Terminal
# Home Assistant Community Add-on: Advanced SSH & Web Terminal

[![GitHub Release][releases-shield]][releases]
![Project Stage][project-stage-shield]
Expand Down Expand Up @@ -41,8 +41,8 @@ usability, flexibility and also provides access using a web interface.

## WARNING

The SSH & Web Terminal add-on is very powerful and gives you access to almost
all tools and hardware of your system.
The advanced SSH & Web Terminal add-on is very powerful and gives you access
to almost all tools and hardware of your system.

While this add-on is created and maintained with care and with security in mind,
in the wrong or inexperienced hands, it could damage your system.
Expand Down
6 changes: 3 additions & 3 deletions ssh/.README.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Home Assistant Community Add-on: SSH & Web Terminal
# Home Assistant Community Add-on: Advanced SSH & Web Terminal

[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]

Expand Down Expand Up @@ -26,8 +26,8 @@ usability, flexibility and also provides access using a web interface.

## WARNING

The SSH & Web Terminal add-on is a really powerful and gives you virtually
access to all tools and almost all hardware of your system.
The advanced SSH & Web Terminal add-on is a really powerful and gives you
virtually access to all tools and almost all hardware of your system.

While this add-on is created and maintained with care and with security in mind,
in the wrong or inexperienced hands, it could damage your system.
Expand Down
10 changes: 5 additions & 5 deletions ssh/DOCS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Home Assistant Community Add-on: SSH & Web Terminal
# Home Assistant Community Add-on: Advanced SSH & Web Terminal

This add-on allows you to log in to your Home Assistant instance using
SSH or a Web Terminal, giving you to access your folders and
Expand All @@ -11,8 +11,8 @@ usability, flexibility and also provides access using a web interface.

## WARNING

The SSH & Web Terminal add-on is very powerful and gives you access to almost
all tools and hardware of your system.
The advanced SSH & Web Terminal add-on is very powerful and gives you access
to almost all tools and hardware of your system.

While this add-on is created and maintained with care and with security in mind,
in the wrong or inexperienced hands, it could damage your system.
Expand Down Expand Up @@ -68,8 +68,8 @@ comparison to installing any other Home Assistant add-on.

1. Click the "Install" button to install the add-on.
1. Configure the `username` and `password`/`authorized_keys` options.
1. Start the "SSH & Web Terminal" add-on.
1. Check the logs of the "SSH & Web Terminal" add-on to see if everything
1. Start the "Advanced SSH & Web Terminal" add-on.
1. Check the logs of the "Advanced SSH & Web Terminal" add-on to see if everything
went well.

## Configuration
Expand Down
5 changes: 2 additions & 3 deletions ssh/config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
---
name: SSH & Web Terminal
name: Advanced SSH & Web Terminal
version: dev
slug: ssh
description: SSH & Web Terminal access to your Home Assistant instance
description: A supercharged SSH & Web Terminal access to your Home Assistant instance
url: https://github.com/hassio-addons/addon-ssh
codenotary: codenotary@frenck.dev
advanced: true
startup: services
ingress: true
ingress_port: 0
Expand Down
2 changes: 1 addition & 1 deletion ssh/rootfs/etc/s6-overlay/s6-rc.d/init-docker/run
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# shellcheck shell=bash
# shellcheck disable=SC2207
# ==============================================================================
# Home Assistant Community Add-on: SSH & Web Terminal
# Home Assistant Community Add-on: Advanced SSH & Web Terminal
# Enables Docker by moving the Docker executable in place.
# ==============================================================================
if bashio::var.false "$(bashio::addon.protected)"; then
Expand Down
2 changes: 1 addition & 1 deletion ssh/rootfs/etc/s6-overlay/s6-rc.d/init-mosquitto/run
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/command/with-contenv bashio
# shellcheck shell=bash
# ==============================================================================
# Home Assistant Community Add-on: SSH & Web Terminal
# Home Assistant Community Add-on: Advanced SSH & Web Terminal
# Pre-configures the Mosquitto clients, if the service is available
# ==============================================================================
declare host
Expand Down
2 changes: 1 addition & 1 deletion ssh/rootfs/etc/s6-overlay/s6-rc.d/init-mysql/run
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/command/with-contenv bashio
# shellcheck shell=bash
# ==============================================================================
# Home Assistant Community Add-on: SSH & Web Terminal
# Home Assistant Community Add-on: Advanced SSH & Web Terminal
# Pre-configures the MySQL clients, if the service is available
# ==============================================================================
declare host
Expand Down
2 changes: 1 addition & 1 deletion ssh/rootfs/etc/s6-overlay/s6-rc.d/init-ssh/run
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/command/with-contenv bashio
# shellcheck shell=bash
# ==============================================================================
# Home Assistant Community Add-on: SSH & Web Terminal
# Home Assistant Community Add-on: Advanced SSH & Web Terminal
# Configures the SSH daemon
# ==============================================================================
readonly SSH_AUTHORIZED_KEYS_PATH=/etc/ssh/authorized_keys
Expand Down
2 changes: 1 addition & 1 deletion ssh/rootfs/etc/s6-overlay/s6-rc.d/init-user/run
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/command/with-contenv bashio
# shellcheck shell=bash
# ==============================================================================
# Home Assistant Community Add-on: SSH & Web Terminal
# Home Assistant Community Add-on: Advanced SSH & Web Terminal
# Executes configured customizations & persists user settings
# ==============================================================================
readonly -a DIRECTORIES=(addons backup config media share ssl)
Expand Down
2 changes: 1 addition & 1 deletion ssh/rootfs/etc/s6-overlay/s6-rc.d/sshd/finish
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/command/with-contenv bashio
# shellcheck shell=bash
# ==============================================================================
# Home Assistant Community Add-on: SSH & Web Terminal
# Home Assistant Community Add-on: Advanced SSH & Web Terminal
# Take down the S6 supervision tree when the SSH daemon fails
# ==============================================================================
declare exit_code
Expand Down
2 changes: 1 addition & 1 deletion ssh/rootfs/etc/s6-overlay/s6-rc.d/sshd/run
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/command/with-contenv bashio
# shellcheck shell=bash
# ==============================================================================
# Home Assistant Community Add-on: SSH & Web Terminal
# Home Assistant Community Add-on: Advanced SSH & Web Terminal
# Starts the SSH service
# ==============================================================================
declare -a options
Expand Down
2 changes: 1 addition & 1 deletion ssh/rootfs/etc/s6-overlay/s6-rc.d/ttyd/finish
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/command/with-contenv bashio
# ==============================================================================
# Home Assistant Community Add-on: SSH & Web Terminal
# Home Assistant Community Add-on: Advanced SSH & Web Terminal
# Take down the S6 supervision tree when the ttyd daemon fails
# ==============================================================================
declare exit_code
Expand Down
2 changes: 1 addition & 1 deletion ssh/rootfs/etc/s6-overlay/s6-rc.d/ttyd/run
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/command/with-contenv bashio
# shellcheck shell=bash
# ==============================================================================
# Home Assistant Community Add-on: SSH & Web Terminal
# Home Assistant Community Add-on: Advanced SSH & Web Terminal
# Runs the ttyd daemon
# ==============================================================================
declare ttyd_command
Expand Down
4 changes: 2 additions & 2 deletions ssh/rootfs/usr/local/bin/docker
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/command/with-contenv bashio
# ==============================================================================
# Home Assistant Community Add-on: SSH & Web Terminal
# Home Assistant Community Add-on: Advanced SSH & Web Terminal
# This script gives the user instructions on how to enable Docker access.
# ==============================================================================
bashio::log.yellow "PROTECTION MODE ENABLED!"
Expand All @@ -12,7 +12,7 @@ bashio::log.yellow ""
bashio::log.yellow "Steps:"
bashio::log.yellow " - Go to the Configuration Panel."
bashio::log.yellow " - Enter the 'Add-ons, Backups & Supervisor' menu."
bashio::log.yellow " - Click on the SSH & Web Terminal add-on."
bashio::log.yellow " - Click on the Advanced SSH & Web Terminal add-on."
bashio::log.yellow " - Set the 'Protection mode' switch to off."
bashio::log.yellow " - Restart the add-on."
bashio::log.yellow ""
Expand Down
2 changes: 1 addition & 1 deletion ssh/rootfs/usr/local/bin/reboot
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/command/with-contenv bashio
# ==============================================================================
# Home Assistant Community Add-on: SSH & Web Terminal
# Home Assistant Community Add-on: Advanced SSH & Web Terminal
# This script overrides the reboot command to reboot the host machine.
# ==============================================================================
bashio::host.reboot
2 changes: 1 addition & 1 deletion ssh/rootfs/usr/local/bin/shutdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/command/with-contenv bashio
# ==============================================================================
# Home Assistant Community Add-on: SSH & Web Terminal
# Home Assistant Community Add-on: Advanced SSH & Web Terminal
# This script overrides the shutdown command to shutdown the host machine.
# ==============================================================================
bashio::host.shutdown