first commit

This commit is contained in:
2026-06-29 09:52:02 +02:00
commit da2f7c3c86
31 changed files with 2306 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "Webserver Lokal",
"host": "10.10.18.17",
"protocol": "sftp",
"port": 22,
"username": "administrator",
"password": "EPI2016asta",
"remotePath": "/var/www/html/episupport",
"uploadOnSave": true,
"useTempFile": false,
"openSsh": true,
"ignore": [
".vscode",
".git",
".git/**",
".env",
"data/**"
]
}