Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
node_modules /
pm2 /
node_modules /
@pm2 /
io /
Delete
Unzip
Name
Size
Permission
Date
Action
.vscode
[ DIR ]
drwxr-xr-x
2025-04-08 13:05
build
[ DIR ]
drwxr-xr-x
2025-04-08 13:05
node_modules
[ DIR ]
drwxr-xr-x
2025-04-08 13:05
pres
[ DIR ]
drwxr-xr-x
2025-04-08 13:05
.drone.jsonnet
2.29
KB
-rw-r--r--
2025-04-08 13:05
.mocharc.js
280
B
-rw-r--r--
2025-04-08 13:05
LICENSE.md
11.08
KB
-rw-r--r--
2025-04-08 13:05
README.md
16.43
KB
-rw-r--r--
2025-04-08 13:05
bun.lockb
185.27
KB
-rwxr-xr-x
2025-04-08 13:05
package.json
1.37
KB
-rw-r--r--
2025-04-08 13:05
test.sh
567
B
-rw-r--r--
2025-04-08 13:05
Save
Rename
local pipeline(version) = { kind: "pipeline", name: "node-v" + version, steps: [ { name: "tests", image: "node:" + version, commands: [ "node -v", "uname -r", "npm install", "npm test" ] }, ], services: [ { name: "mongodb", image: "mongo:3.4", environment: { AUTH: "no" }, }, { name: "redis", image: "redis:5", }, { name: "mysql", image: "mysql:5", environment: { MYSQL_DATABASE: "test", MYSQL_ROOT_PASSWORD: "password" }, }, { name: "postgres", image: "postgres:11", environment: { POSTGRES_DB: "test", POSTGRES_PASSWORD: "password" }, }, ], trigger: { event: ["push", "pull_request"] }, }; [ pipeline("8"), pipeline("10"), pipeline("12"), pipeline("13"), pipeline("14"), { kind: "pipeline", name: "build & publish", trigger: { event: "tag" }, steps: [ { name: "build", image: "node:8", commands: [ "export PATH=$PATH:./node_modules/.bin/", "yarn 2> /dev/null", "mkdir build", "yarn run build", ], }, { name: "publish", image: "plugins/npm", settings: { username: { from_secret: "npm_username" }, password: { from_secret: "npm_password" }, email: { from_secret: "npm_email" }, }, }, ], }, { kind: "secret", name: "npm_username", get: { path: "secret/drone/npm", name: "username", }, }, { kind: "secret", name: "npm_email", get: { path: "secret/drone/npm", name: "email", }, }, { kind: "secret", name: "npm_password", get: { path: "secret/drone/npm", name: "password", }, } ]