mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
10 lines
190 B
JSON
10 lines
190 B
JSON
{
|
|
"hostname": "localhost",
|
|
"password": "your_password",
|
|
"ssh_port": 22,
|
|
"ssh_user": "your_username",
|
|
"ssh_key_path": "/path/to/ssh/key",
|
|
"storage_limit": "90"
|
|
}
|
|
|