Upload files to "/"

This commit is contained in:
doesnm 2025-10-13 10:08:00 +02:00
parent 67dd0cb9ae
commit b74e138a83
3 changed files with 1383 additions and 0 deletions

6
config.json Normal file
View file

@ -0,0 +1,6 @@
{
"secretKey": "BmimUpNSpIYy2CDkZkpTZ4SfT79Tcf2MapXeIAT_H9Y",
"publicKey": "g0QRR3w7ViKB4puJukr6nJTU-eHoVPGIfV_IRQj8aXM",
"protocol": "https",
"delegation_cache": {}
}

1367
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

10
package.json Normal file
View file

@ -0,0 +1,10 @@
{
"dependencies": {
"@noble/ed25519": "^3.0.0",
"@noble/hashes": "^2.0.1",
"deasync": "^0.1.30",
"devzat": "^0.2.2",
"express": "^5.1.0",
"sync-fetch": "^0.6.0-2"
}
}