my_config/.nemo.json

41 lines
1.0 KiB
JSON
Raw Normal View History

2023-06-10 22:10:03 +02:00
[
{
2024-03-24 07:47:01 +01:00
"name": "scan@scan",
2023-06-10 22:10:03 +02:00
"prot": "ftp",
"user": "scan",
2024-03-24 07:47:01 +01:00
"remote_host": "scan",
2023-06-10 22:10:03 +02:00
"port": 21,
"remote_path": "/",
"password": "scan",
"local_path": "/usr/data/dirk/local/mnt/scan"
},
{
2025-01-06 15:08:57 +01:00
"name": "dirk@nas:/data/video",
2023-06-10 22:10:03 +02:00
"prot": "ssh",
"user": "dirk",
2025-01-06 15:08:57 +01:00
"remote_host": "nas",
2023-06-10 22:10:03 +02:00
"port": 22,
2025-01-06 15:08:57 +01:00
"remote_path": "/data/video",
"local_path": "/usr/data/dirk/local/mnt/nas/video"
2023-06-10 22:10:03 +02:00
},
{
"name": "root@mount-mockery.de:/",
"prot": "ssh",
"user": "root",
"remote_host": "mount-mockery.de",
"port": 22,
"remote_path": "/",
"local_path": "/usr/data/dirk/local/mnt/mount-mockery"
},
{
2025-01-06 15:08:57 +01:00
"name": "dirk@NextCloud",
2023-06-10 22:10:03 +02:00
"prot": "dav",
"user": "dirk",
2025-01-06 15:08:57 +01:00
"remote_host": "https://nextcloud.mount-mockery.de/",
2023-06-10 22:10:03 +02:00
"port": 443,
"remote_path": "remote.php/dav/files/dirk",
2025-01-06 15:08:57 +01:00
"local_path": "/usr/data/dirk/local/mnt/nextcloud"
2023-06-10 22:10:03 +02:00
}
]