2023-10-04 21:42:20 +02:00
|
|
|
joplin_old = [
|
2023-10-04 18:05:47 +02:00
|
|
|
(
|
|
|
|
"joplin.togetherdays.cz", {
|
|
|
|
"ssh_user": "root",
|
|
|
|
"web_server": True
|
|
|
|
}
|
|
|
|
)
|
|
|
|
]
|
2023-10-04 21:42:20 +02:00
|
|
|
|
|
|
|
joplin_new = [
|
|
|
|
(
|
|
|
|
"test.joplin.togetherdays.cz", {
|
|
|
|
"ssh_user": "root",
|
|
|
|
"web_server": True
|
|
|
|
}
|
|
|
|
)
|
|
|
|
]
|