mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-05-31 08:49:02 +00:00
* Update jsons * push * more * Switch to CDN * push new Icons into Branch * Update dotnetaspwebapi.json * add proxmox logo * Update wger.json * switch to webp * Update apt-cacher-ng.json * Update homarr.json * finalize * Update sqlserver2022.json * fixes * merge --------- Co-authored-by: tremor021 <arezina.slavisa@gmail.com> Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
36 lines
1014 B
JSON
36 lines
1014 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://cdn.jsdelivr.net/gh/selfhst/icons/webp/openproject.webp",
|
|
"config_path": "/etc/openproject/conf.d/env",
|
|
"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": []
|
|
}
|