mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-01 03:05:49 +01:00
Fix /backup path (#439)
* Fix /backup path * Update CHANGELOG.md * Update config.json * Update config.json * Update CHANGELOG.md
This commit is contained in:
committed by
Pascal Vizeli
parent
f425a5b1d9
commit
e5c3bf8dee
@@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 8
|
||||
- Fix access to /backup
|
||||
|
||||
## 7
|
||||
- Remove guest access
|
||||
- Cleanup structure
|
||||
|
||||
@@ -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/",
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
[backup]
|
||||
browseable = yes
|
||||
writeable = yes
|
||||
path = /share
|
||||
path = /backup
|
||||
|
||||
valid users = %%USERNAME%%
|
||||
force user = root
|
||||
|
||||
Reference in New Issue
Block a user