Add service.

This commit is contained in:
JOLIMAITRE Matthieu 2025-05-26 23:09:47 +02:00
parent 4094afff3d
commit adfaa2afe2
6 changed files with 86 additions and 3 deletions

View file

@ -29,7 +29,7 @@ export async function config_default() {
"$schema": "https://git.barnulf.net/mb/feseur/raw/branch/master/asset/config_schema.json",
file_path: join(await home_path(), "todo"),
repo_path: join(await home_path(), ".local", "share", "feseur"),
remote_url: "ssh://git.barnulf.net/mb/todo.git",
remote_url: "ssh://forgejo@barnulf.net/mb/todo.git",
} as ConfigType
}