From e5c3bf8dee07089998151c2204ead401afe40b49 Mon Sep 17 00:00:00 2001 From: Jorim Tielemans Date: Sun, 4 Nov 2018 17:21:45 +0100 Subject: [PATCH] Fix /backup path (#439) * Fix /backup path * Update CHANGELOG.md * Update config.json * Update config.json * Update CHANGELOG.md --- samba/CHANGELOG.md | 3 +++ samba/config.json | 2 +- samba/smb.conf | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/samba/CHANGELOG.md b/samba/CHANGELOG.md index 6846b64..a0fc973 100644 --- a/samba/CHANGELOG.md +++ b/samba/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 8 +- Fix access to /backup + ## 7 - Remove guest access - Cleanup structure diff --git a/samba/config.json b/samba/config.json index 2d05f98..2cf0bb3 100644 --- a/samba/config.json +++ b/samba/config.json @@ -1,6 +1,6 @@ { "name": "Samba share", - "version": "7", + "version": "8", "slug": "samba", "description": "Expose Hass.io folders with SMB/CIFS", "url": "https://home-assistant.io/addons/samba/", diff --git a/samba/smb.conf b/samba/smb.conf index 1fb5d99..ddb625c 100644 --- a/samba/smb.conf +++ b/samba/smb.conf @@ -54,7 +54,7 @@ [backup] browseable = yes writeable = yes - path = /share + path = /backup valid users = %%USERNAME%% force user = root