mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-07-16 02:47:37 +00:00
Add JSON for each Script and a metadata.json file (#86)
* Generated JSON from database with changes suggested by maintainers. Includes a categories.json file that contains all the possible categories * Renamed categories.json to metadata.json
This commit is contained in:
34
json/zipline.json
Normal file
34
json/zipline.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "Zipline",
|
||||
"slug": "zipline",
|
||||
"categories": [
|
||||
16
|
||||
],
|
||||
"date_created": "2024-09-16",
|
||||
"type": "ct",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": "3000",
|
||||
"documentation": null,
|
||||
"website": "https://zipline.diced.sh/",
|
||||
"logo": "https://raw.githubusercontent.com/diced/zipline/trunk/public/zipline_small.png",
|
||||
"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": []
|
||||
}
|
Reference in New Issue
Block a user