mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-08 14:44:20 +01:00
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:
committed by
Pascal Vizeli
parent
594d0433ec
commit
76b5025d30
@@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 3.7
|
||||
- Add YAML highlighting for nano
|
||||
|
||||
## 3.6
|
||||
- Update Hass.io CLI to 1.3.1
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user