This commit is contained in:
Fenris Wolf 2025-03-26 06:38:54 +00:00
parent 44fd89e06d
commit f5d443ccd2
2 changed files with 6 additions and 131 deletions

View file

@ -1,129 +0,0 @@
{
"version": "1",
"target": {
"kind": "borg",
"parameters": {
"repository": "ssh://pv-fensalir-kvasir///home/kvasir/repos/ramsch.sx",
"compression": "lz4"
}
},
"concerns": [
{
"active": true,
"name": "espe-database",
"kind": "postgresql_dump",
"parameters": {
"credentials": {
"host": "localhost",
"port": 5432,
"username": "espe_user",
"password": "852a478ece1b66d04d107ae488dd476a5a43b317f62729e25152e4bfba096cac",
"schema": "espe"
},
"name": "espe-database"
}
},
{
"active": true,
"name": "zeitbild-files",
"kind": "files",
"parameters": {
"path": "/opt/zeitbild",
"name": "zeitbild-files"
}
},
{
"active": true,
"name": "synapse-database",
"kind": "postgresql_dump",
"parameters": {
"credentials": {
"host": "localhost",
"port": 5432,
"username": "synapse_user",
"password": "b810e5beca5358b8baa344a5a4a9cefa5afbc48f4850b5cbcee32e08b2092dd8",
"schema": "synapse"
},
"name": "synapse-database"
}
},
{
"active": true,
"name": "hedgedoc-database",
"kind": "postgresql_dump",
"parameters": {
"credentials": {
"host": "localhost",
"port": 5432,
"username": "hedgedoc_user",
"password": "a2bbdb2de53523b8099b37013f251546f3d65dbe7a0774fa41af0a4176992fd4",
"schema": "hedgedoc"
},
"name": "hedgedoc-database"
}
},
{
"active": true,
"name": "wiki_js-database",
"kind": "postgresql_dump",
"parameters": {
"credentials": {
"host": "localhost",
"port": 5432,
"username": "wiki_js_user",
"password": "4adc33bd9fe74303c344be46e5916d65182fb218e248fe80452ab3f025b06c64",
"schema": "wiki_js"
},
"name": "wiki_js-database"
}
},
{
"active": true,
"name": "vikunja-database",
"kind": "postgresql_dump",
"parameters": {
"credentials": {
"host": "localhost",
"port": 5432,
"username": "vikunja_user",
"password": "8e54b0ca18020275e4aef1ca0eb5e197e066c065c1864817652a8a39c55402cd",
"schema": "vikunja"
},
"name": "vikunja-database"
}
},
{
"active": true,
"name": "forgejo-database",
"kind": "postgresql_dump",
"parameters": {
"credentials": {
"host": "localhost",
"port": 5432,
"username": "forgejo_user",
"password": "9a271f2a916b0b6ee6cecb2426f0b3206ef074578be55d9bc94f6f3fe3ab86aa",
"schema": "forgejo"
},
"name": "forgejo-database"
}
},
{
"active": true,
"name": "forgejo-files",
"kind": "files",
"parameters": {
"path": "/var/forgejo",
"name": "forgejo-files"
}
},
{
"active": true,
"name": "ownloud-files",
"kind": "files",
"parameters": {
"path": "/opt/owncloud/.ocis/storage",
"name": "owncloud-files"
}
}
]
}

View file

@ -1,5 +1,6 @@
namespace _mimir namespace _mimir
{ {
/** /**
*/ */
function get_stamp() : string function get_stamp() : string
@ -141,6 +142,9 @@ namespace _mimir
break; break;
} }
case "init": { case "init": {
/**
* @todo implement
*/
return Promise.reject(new Error("not implemented")); return Promise.reject(new Error("not implemented"));
break; break;
} }