Update New CLI (#500)

* Update New CLI

* Fix shell

* ssh: Include hassio bash completion (#501)
This commit is contained in:
Pascal Vizeli
2019-01-09 13:59:44 +01:00
committed by GitHub
parent d8bbc59e95
commit e8fa8aa5c8
47 changed files with 25 additions and 43 deletions

View File

@@ -1,17 +1,17 @@
# Changelog
## 8
## 8.0
- Fix access to /backup
## 7
## 7.0
- Remove guest access
- Cleanup structure
- Use hostname for samba device name
## 6
## 6.0
- Enable ntlm auth for Windows10
## 5
## 5.0
- Update Samba to version 4.8.4
## 4.1

View File

@@ -12,6 +12,4 @@ RUN apk add --no-cache \
COPY run.sh /
COPY smb.conf /etc/
RUN chmod a+x /run.sh
CMD [ "/run.sh" ]

0
samba/run.sh Normal file → Executable file
View File