1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-05-05 07:43:09 +00:00
ProxmoxVE/frontend/public/json/readeck.json
Slaviša Arežina c842943b1b
Website: Add missing docs and config paths (#4131)
* Fix docs and config paths

* Update

* Update

* Update

* Update

* Update

* Update

* Update

* Update
2025-04-30 15:11:44 +02:00

36 lines
863 B
JSON

{
"name": "Readeck",
"slug": "readeck",
"categories": [
12
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 8000,
"documentation": "https://readeck.org/en/docs/",
"website": "https://readeck.org/",
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/readeck.svg",
"config_path": "/opt/readeck/config.toml",
"description": "Readeck helps you keep all that web content you want to revisit in an hour, tomorrow, or in 20 years.",
"install_methods": [
{
"type": "default",
"script": "ct/readeck.sh",
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 2,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}