update repository references and improve script handling
This commit is contained in:
17
hassio-google-drive-backup/dev/data/drive_options.json
Normal file
17
hassio-google-drive-backup/dev/data/drive_options.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"supervisor_url": "http://localhost:56153/",
|
||||
"hassio_header": "test_header",
|
||||
"data_cache_file_path": "hassio-google-drive-backup/dev/data/data_cache.json",
|
||||
"retained_file_path": "hassio-google-drive-backup/dev/data/retained.json",
|
||||
"backup_directory_path": "hassio-google-drive-backup/dev/backup",
|
||||
"certfile": "hassio-google-drive-backup/dev/ssl/fullchain.pem",
|
||||
"keyfile": "hassio-google-drive-backup/dev/ssl/privkey.pem",
|
||||
"secrets_file_path": "hassio-google-drive-backup/dev/data/secrets.yaml",
|
||||
"credentials_file_path": "hassio-google-drive-backup/dev/data/credentials.dat",
|
||||
"folder_file_path": "hassio-google-drive-backup/dev/data/folder.dat",
|
||||
"ingress_token_file_path": "hassio-google-drive-backup/dev/data/ingress.dat",
|
||||
"id_file_path": "hassio-google-drive-backup/dev/data/id.json",
|
||||
"stop_addon_state_path": "hassio-google-drive-backup/dev/data/stop_addon_state.json",
|
||||
"ingress_port": 56155,
|
||||
"port": 56156
|
||||
}
|
||||
Reference in New Issue
Block a user