1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-05-11 12:47:26 +00:00
ProxmoxVE/frontend/public/json/plant-it.json
Michel Roegl-Brunner 945a32dfef
Prepare JSON files for new website feature (#4004)
* 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>
2025-04-24 11:49:40 +02:00

45 lines
1.6 KiB
JSON

{
"name": "Plant-it",
"slug": "plant-it",
"categories": [
24
],
"date_created": "2025-03-11",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 3000,
"documentation": "https://docs.plant-it.org/latest/",
"website": "https://plant-it.org/",
"logo": "https://raw.githubusercontent.com/MDeLuise/plant-it/refs/heads/main/images/plant-it-logo.png",
"config_path": "/opt/plant-it/backend/server.env",
"description": "Plant-it is a self-hosted, open-source app designed to help users manage and track plant care. It allows users to add plants, log activities like watering, fertilizing, and pruning, set reminders, and upload photos for visual tracking. The app includes a database of over 400,000 plant species, offering detailed care information such as optimal growing conditions and maintenance tips.\n\nUsers can organize their plant collection, monitor growth, and share data with others. The app is free to use and works on Android, iOS, and the web.",
"install_methods": [
{
"type": "default",
"script": "ct/plant-it.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 5,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "This Script use Adoptium JDK 21 - Sometimes the installation of these takes a while",
"type": "info"
},
{
"text": "After the initial start, the backend requires approx. 1-2 minutes boot time",
"type": "info"
}
]
}