Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ttrss json, icon, and updated index #9

Merged
merged 2 commits into from
Mar 20, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions INDEX
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,11 @@
"icon": "https://www.trueos.org/iocage-icons/bru-server.png",
"description": "BRU Server™ Backup and Recovery Software by TOLIS Group, Inc.",
"license": "https://raw.githubusercontent.com/freenas/iocage-plugin-bru-server/master/bru-license"
},
"tt-rss": {
"MANIFEST": "ttrss.json",
"name": "TinyTinyRSS",
"icon": "",
"description": "Open source web-based news feed (RSS/Atom) aggregator, designed to allow you to read news from any location."
}
}
Binary file added icons/ttrss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions ttrss.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "TinyTinyRSS",
"release": "11.1-RELEASE",
"artifact": "https://github.com/freenas/iocage-plugin-ttrss",
"pkgs": [
"www/tt-rss"
],
"packagesite": "http://pkg.cdn.trueos.org/iocage",
"fingerprints": {
"iocage-plugins": [
{
"function": "sha256",
"fingerprint": "226efd3a126fb86e71d60a37353d17f57af816d1c7ecad0623c21f0bf73eb0c7"
}
]
}
}