mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-13 07:10:51 +02: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:
32
json/collabora.json
Normal file
32
json/collabora.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "Collabora Online",
|
||||
"slug": "collabora-online",
|
||||
"categories": [],
|
||||
"date_created": "2024-09-05",
|
||||
"type": "LXC",
|
||||
"updateable": 1,
|
||||
"privileged": 0,
|
||||
"interface_port": "9980",
|
||||
"documentation": "",
|
||||
"website": "https://www.collaboraonline.com/collabora-online/",
|
||||
"logo": "https://wiki.calculate-linux.org/download_images/original/collabora-logo.png",
|
||||
"description": "Collabora Online is a cloud-based office suite that enables real-time collaboration on documents, spreadsheets, and presentations. It supports multiple formats and integrates with platforms like Nextcloud and SharePoint",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "bash -c \"$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/collabora-online.sh)\"",
|
||||
"resources": {
|
||||
"cpu": "",
|
||||
"ram": "",
|
||||
"hdd": "",
|
||||
"os": "",
|
||||
"version": ""
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": "admin",
|
||||
"password": "admin"
|
||||
},
|
||||
"alerts": []
|
||||
}
|
||||
Reference in New Issue
Block a user