I am not proud of it.

Why did I choose to do this.
I could get some more sleep but I choose to write this.
I just want some snapshot before I start breaking stuff.
This commit is contained in:
rony5394
2026-01-31 21:54:14 +01:00
commit 91c16cf429
10 changed files with 504 additions and 0 deletions

15
config.json Normal file
View File

@@ -0,0 +1,15 @@
{
"Nodes": {
"rpi":{
"Ip": "192.168.1.175",
"DockerVolumePath": "/var/lib/docker/volumes"
},
"arnost":{
"Ip": "192.168.1.9",
"DockerVolumePath": "/home/blazena/volumes"
}
},
"DockerManagerBaseUrl": "http://localhost:1234",
"User": "blazena",
"LocalBasePath": "/archive/@backups"
}