Commit Graph

10 Commits

Author SHA1 Message Date
Steve Easley
132ca099e9 Fixed bash PS1 escaping (#2310) 2021-12-23 11:27:42 +01:00
Pascal Vizeli
585d81392c Make SSH promt a bit color full (#2190)
* Make SSH promt a bit color full

* Update CHANGELOG.md

* Update build.json

* upgrade Alpine
2021-09-22 15:55:59 +02:00
Pascal Vizeli
b593f795c5 Update CLI 4.11.0 (#1920) 2021-03-15 15:03:00 +01:00
Pascal Vizeli
1abda8bfed SSH: Use new banner and tempio (#1800)
* SSH: Use new banner and tempio

* fix change for tests

* Update ssh/build.json

Co-authored-by: Franck Nijhof <git@frenck.dev>

* fix build

Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-02-02 19:05:08 +01:00
Pascal Vizeli
a9010c898d SSH: update cli & overwrite commands (#1568)
* SSH: update cli & overwrite commands

* add new lines

* add new line v2
2020-09-12 17:28:53 +02:00
adamgreg
98b234f9f7 SSH: Add local TCP forwarding option (#1364)
* SSH: Add local TCP forwarding option

Add allow_tcp_forwarding option, to allow local port forwarding by the SSH add-on. Code lifted from the more advanced [SSH & Web Terminal](https://github.com/hassio-addons/addon-ssh) add-on.

* Bump version to 8.6.0

* SSH: Rename tcp_forwarding option

* Update ssh.sh

* Update DOCS.md

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2020-06-03 16:32:00 +02:00
Pascal Vizeli
9e18140dd6 Add support for new openzwave (#1273)
* Add support for new openzwave

* Fix pipeline

* fix log output

* Support auth / discovery

* Add basic structs

* fix lint

* Fix start order
2020-05-07 14:12:27 +02:00
Pascal Vizeli
a258fdc96d Fix certificate request logic & S6-Overlay (#1166)
* Fix certificate request logic (#1148)

* Fix Certbot logic

* Resolved multiple directory issue

* Only scan for directories

* Typo

* Quote the path passed to realpath

* Use find and awk and sort and tail instead of ls

* Add numeric flag to sort

* Remove unnecessary if..then in awk

* Update run.sh

* Update run.sh

* Update run.sh

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>

* S6-overlay

* Fix version

* Fix lint

* Fix check
2020-03-25 23:45:46 +01:00
Pascal Vizeli
7639eef0e7 Show information/warning if the SSH port is disable (#1156)
* Show information/warning if the SSH port is disable

* Update config.json

* Update CHANGELOG.md
2020-03-01 14:42:31 +01:00
Pascal Vizeli
c853fcef65 Add support for new audo layer (#1153)
* Add support for new audo layer

* Add layer

* restucture

* better struct

* Improve devcontainer

* Fix container

* Fix LN

* disable lint

* ignore
2020-03-01 13:08:12 +01:00