ssh: Add YAML highlighting for nano (#319)

* ssh: Add YAML highlighting for nano, include /usr/share/nano/*.nanorc

* ssh: Bump to 3.7
This commit is contained in:
Ville Skyttä
2018-06-12 15:42:14 +03:00
committed by Pascal Vizeli
parent 594d0433ec
commit 76b5025d30
3 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
# Changelog
## 3.7
- Add YAML highlighting for nano
## 3.6
- Update Hass.io CLI to 1.3.1

View File

@@ -12,6 +12,10 @@ RUN apk add --no-cache \
# Replace bash as default shell
RUN sed -i "s/ash/bash/" /etc/passwd
# Add YAML highlighting for nano
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
ARG BUILD_ARCH
ARG CLI_VERSION

View File

@@ -1,6 +1,6 @@
{
"name": "SSH server",
"version": "3.6",
"version": "3.7",
"slug": "ssh",
"description": "Allows connections over SSH",
"url": "https://home-assistant.io/addons/ssh/",