10 lines
193 B
Python
10 lines
193 B
Python
# nextcloud = [("172.104.145.146", {"ssh_user": "root"})]
|
|
|
|
joplin = [
|
|
(
|
|
"joplin.togetherdays.cz", {
|
|
"ssh_user": "root",
|
|
"web_server": True
|
|
}
|
|
)
|
|
]
|