mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-11 10:19:16 +00:00
40 lines
986 B
JSON
40 lines
986 B
JSON
|
{
|
||
|
"name": "FreshRSS",
|
||
|
"slug": "freshrss",
|
||
|
"categories": [
|
||
|
12
|
||
|
],
|
||
|
"date_created": "2025-02-10",
|
||
|
"type": "ct",
|
||
|
"updateable": true,
|
||
|
"privileged": false,
|
||
|
"interface_port": 80,
|
||
|
"documentation": "https://freshrss.github.io/FreshRSS/en/",
|
||
|
"website": "https://freshrss.org/",
|
||
|
"logo": "https://freshrss.org/images/icon.svg",
|
||
|
"description": "FreshRSS is a self-hosted RSS and Atom feed aggregator that lets users collect, organize, and read from multiple sources in one place. It is lightweight, easy to work with, powerful, and customizable.",
|
||
|
"install_methods": [
|
||
|
{
|
||
|
"type": "default",
|
||
|
"script": "ct/freshrss.sh",
|
||
|
"resources": {
|
||
|
"cpu": 2,
|
||
|
"ram": 1024,
|
||
|
"hdd": 4,
|
||
|
"os": "Debian",
|
||
|
"version": "12"
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"default_credentials": {
|
||
|
"username": null,
|
||
|
"password": null
|
||
|
},
|
||
|
"notes": [
|
||
|
{
|
||
|
"text": "Database credentials: `cat ~/freshrss.creds`",
|
||
|
"type": "info"
|
||
|
}
|
||
|
]
|
||
|
}
|