Files
ProxmoxVE-Local/scripts/json/freshrss.json
Michel Roegl-Brunner 5cb7bc95fa Add filter Buttons
2025-11-13 15:26:49 +01:00

45 lines
1.3 KiB
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://cdn.jsdelivr.net/gh/selfhst/icons/webp/freshrss.webp",
"config_path": "/opt/freshrss/data/config.php",
"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"
},
{
"text": "Per FreshRSS documentation, a cron job to actualize FreshRSS will be setup at `/etc/cron.d/freshrss-actualize`. This can be adjusted as needed",
"type": "info"
}
],
"repository_url": "https://github.com/community-scripts/ProxmoxVE"
}