ProxmoxVE/frontend/public/json/zipline.json
Slaviša Arežina ef7c774a24
Refactor (#6829)
2025-08-14 21:05:44 +02:00

36 lines
1.2 KiB
JSON

{
"name": "Zipline",
"slug": "zipline",
"categories": [
11
],
"date_created": "2024-09-16",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 3000,
"documentation": "https://zipline.diced.sh/docs/get-started",
"website": "https://zipline.diced.sh/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/zipline.webp",
"config_path": "/opt/zipline/.env",
"description": "Zipline is a file-sharing and URL-shortening server designed for easy setup and extensive features. It allows users to upload files, organize them into folders, create shortened URLs, and manage uploads through a user-friendly dashboard. Additional features include image compression, video thumbnails, password protection, 2FA, OAuth2 registration, and API access for custom control. It supports integrations with platforms like Discord.",
"install_methods": [
{
"type": "default",
"script": "ct/zipline.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 5,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "administrator",
"password": "password"
},
"notes": []
}