feat: add remote backup config
This commit is contained in:
@@ -122,3 +122,18 @@ rgb_a=226
|
||||
rgb_b=123
|
||||
rgb_c=177
|
||||
|
||||
#遠程備份類型 (留空不啟用)
|
||||
#webdav 或 smb
|
||||
remote_type=
|
||||
|
||||
#遠程地址
|
||||
#WebDAV例: http://192.168.1.100:8080/dav/
|
||||
#SMB例: //192.168.1.100/backup
|
||||
remote_url=
|
||||
|
||||
#遠程認證用戶名
|
||||
remote_user=
|
||||
|
||||
#遠程認證密碼
|
||||
remote_pass=
|
||||
|
||||
|
||||
Reference in New Issue
Block a user