Initial commit

This commit is contained in:
s4luorth
2026-02-07 13:04:04 +01:00
commit 5e0fceab15
82 changed files with 30348 additions and 0 deletions

11
.vscode/sftp.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "skrift",
"host": "ae975.netcup.net",
"protocol": "ftp",
"port": 21,
"username": "skriftp",
"remotePath": "/",
"uploadOnSave": true,
"useTempFile": false,
"openSsh": false
}