mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-05-09 05:23:08 +00:00

* Prepare JSON files for new website feature * Update dashy.json * Update crafty-controller.json * Update ntfy.json * Update bookstack.json * Update add-lxc-iptag.json * Update zammad.json * Update adguard.json * Update apache-guacamole.json * Update authentik.json * Update authelia.json * Update gitea.json * Update forgejo.json * Update elementsynapse.json * Remove Whoogle --------- Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
37 lines
1001 B
JSON
37 lines
1001 B
JSON
{
|
|
"name": "OpenProject",
|
|
"slug": "openproject",
|
|
"categories": [
|
|
25
|
|
],
|
|
"date_created": "2025-04-10",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 80,
|
|
"documentation": "https://www.openproject.org",
|
|
"website": "https://www.openproject.org",
|
|
"logo": "https://raw.githubusercontent.com/opf/openproject/dev/docker/prod/logo.png",
|
|
"config_path": "",
|
|
"description": "OpenProject is a web-based project management software. Use OpenProject to manage your projects, tasks and goals. Collaborate via work packages and link them to your pull requests on Github. Read more about the OpenProject GitHub integration.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/openproject.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 4096,
|
|
"hdd": 8,
|
|
"os": "Debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": "admin",
|
|
"password": "admin"
|
|
},
|
|
"notes": []
|
|
}
|
|
|