Skip to content

Commit

Permalink
ttrss
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed Dec 28, 2024
1 parent 12b9204 commit 3159645
Showing 1 changed file with 5 additions and 26 deletions.
31 changes: 5 additions & 26 deletions add_apps.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[
{
"name": "freshrss",
"trademark": "FreshRSS",
"name": "ttrss",
"trademark": "Tiny Tiny RSS",
"release": false,
"fork_url": "https://github.com/FreshRSS/FreshRSS/tree/edge/Docker",
"version_from": "https://hub.docker.com/r/freshrss/freshrss/tags",
"fork_url": "https://tt-rss.org/wiki/InstallationNotes/",
"version_from": "https://hub.docker.com/r/cthulhoo/ttrss-fpm-pgsql-static/tags",
"edition": [
{
"dist": "community",
Expand All @@ -17,28 +17,7 @@
"cpu": "2",
"memory": "4",
"disk": "1",
"url": "https://freshrss.org"
}
},
{
"name": "commafeed",
"trademark": "CommaFeed",
"release": false,
"fork_url": "https://hub.docker.com/r/athou/commafeed",
"version_from": "https://hub.docker.com/r/athou/commafeed/tags",
"edition": [
{
"dist": "community",
"version": [
"latest"
]
}
],
"requirements": {
"cpu": "2",
"memory": "4",
"disk": "1",
"url": "https://www.commafeed.com/"
"url": "https://tt-rss.org/"
}
}
]

0 comments on commit 3159645

Please sign in to comment.