mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
Re-branding of core add-ons (#1046)
* Re-branding of core add-ons * Update title README * Fix ada description Co-Authored-By: Paulus Schoutsen <balloob@gmail.com> Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
@@ -67,7 +67,7 @@ RUN \
|
||||
ADD https://raw.githubusercontent.com/scopatz/nanorc/master/yaml.nanorc /usr/share/nano/yaml.nanorc
|
||||
RUN sed -i 's/^#[[:space:]]*\(include "\/usr\/share\/nano\/\*\.nanorc".*\)/\1/' /etc/nanorc
|
||||
|
||||
# Hass.io CLI
|
||||
# Home Assistant CLI
|
||||
ARG BUILD_ARCH
|
||||
ARG CLI_VERSION
|
||||
RUN curl -Lso /usr/bin/hassio \
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
# Hass.io Core Add-on: SSH server
|
||||
# Home Assistant Add-on: SSH server
|
||||
|
||||
Allow logging in remotely to Hass.io using SSH.
|
||||
Allow logging in remotely to Home Assistant using SSH.
|
||||
|
||||
![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armhf Architecture][armhf-shield] ![Supports armv7 Architecture][armv7-shield] ![Supports i386 Architecture][i386-shield]
|
||||
|
||||
## About
|
||||
|
||||
Setting up an SSH server allows access to your Hass.io folders with any SSH
|
||||
client. It also includes a command-line tool to access the Hass.io API.
|
||||
Setting up an SSH server allows access to your Home Assistant folders with any SSH
|
||||
client. It also includes a command-line tool to access the Home Assistant API.
|
||||
|
||||
Try it out using:
|
||||
|
||||
@@ -66,7 +66,7 @@ Set a password for login. **We do NOT recommend this variant**.
|
||||
## Known issues and limitations
|
||||
|
||||
- This add-on will not enable you to install packages or do anything as root.
|
||||
This is not working with Hass.io.
|
||||
This is not working with Home Assistant.
|
||||
|
||||
## Support
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "SSH server",
|
||||
"version": "8.2",
|
||||
"slug": "ssh",
|
||||
"description": "Allows connections over SSH",
|
||||
"description": "Allow logging in remotely to Home Assistant using SSH",
|
||||
"url": "https://github.com/home-assistant/hassio-addons/tree/master/ssh",
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
"startup": "services",
|
||||
|
||||
@@ -51,7 +51,7 @@ touch /data/.bash_history
|
||||
chmod 600 /data/.bash_history
|
||||
ln -s -f /data/.bash_history /root/.bash_history
|
||||
|
||||
# Make Hass.io TOKEN available on the CLI
|
||||
# Make Home Assistant TOKEN available on the CLI
|
||||
echo "export HASSIO_TOKEN=${HASSIO_TOKEN}" >> /etc/profile.d/hassio.sh
|
||||
|
||||
# Remove old HASSIO_TOKEN from bash profile (if exists)
|
||||
|
||||
Reference in New Issue
Block a user