Enhance meta.json: format tag lists for consistency, add new entries … (#194)

* Enhance meta.json: format tag lists for consistency, add new entries for KaraKeep, FreshRSS, and Movary with detailed descriptions and links.

* Update blueprints/freshrss/docker-compose.yml

* Update blueprints/karakeep/docker-compose.yml

* Update blueprints/karakeep/docker-compose.yml

* Update blueprints/karakeep/docker-compose.yml

* Update blueprints/karakeep/docker-compose.yml

* Update blueprints/movary/docker-compose.yml

---------

Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
Jainil Prajapati 🪐
2025-06-25 09:29:20 +05:30
committed by GitHub
parent 3b8d33e429
commit 32e54beda1
10 changed files with 307 additions and 9 deletions

View File

@@ -155,7 +155,15 @@
"website": "https://stalw.art/",
"docs": "https://stalw.art/docs/"
},
"tags": ["email", "smtp", "jmap", "imap4", "pop3", "self-hosted", "mail-server"]
"tags": [
"email",
"smtp",
"jmap",
"imap4",
"pop3",
"self-hosted",
"mail-server"
]
},
{
"id": "datalens",
@@ -633,14 +641,10 @@
"logo": "typecho.png",
"links": {
"github": "https://github.com/typecho/typecho",
"website": "https://typecho.org/",
"website": "https://typecho.org/",
"docs": "http://docs.typecho.org"
},
"tags": [
"blog",
"cms",
"php"
]
"tags": ["blog", "cms", "php"]
},
{
"id": "gitea",
@@ -2508,10 +2512,75 @@
"website": "https://palmr.kyantech.com.br/",
"docs": "https://palmr.kyantech.com.br/docs/3.0-beta"
},
"tags": ["file-sharing", "self-hosted", "open-source"]
},
{
"id": "karakeep",
"name": "KaraKeep",
"version": "0.25.0",
"description": "A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search. Previously known as Hoarder.",
"logo": "karakeep.svg",
"links": {
"github": "https://github.com/karakeep-app/karakeep",
"website": "https://karakeep.app/",
"docs": "https://github.com/karakeep-app/karakeep/tree/main/docs"
},
"tags": [
"file-sharing",
"bookmarks",
"bookmark-manager",
"self-hosted",
"open-source"
"ai",
"search",
"notes",
"productivity"
]
},
{
"id": "freshrss",
"name": "FreshRSS",
"version": "latest",
"description": "A free, self-hostable RSS and Atom feed aggregator. Lightweight, easy to work with, powerful, and customizable with themes and extensions.",
"logo": "freshrss.svg",
"links": {
"github": "https://github.com/FreshRSS/FreshRSS",
"website": "https://freshrss.org/",
"docs": "https://freshrss.github.io/FreshRSS/"
},
"tags": [
"rss",
"feed-reader",
"news",
"self-hosted",
"aggregator",
"reader"
]
},
{
"id": "movary",
"name": "Movary",
"version": "0.66.2",
"description": "Self-hosted web app to track, rate and explore your movie watch history. Offers detailed statistics, third-party integrations for platforms like Trakt, Letterboxd, Netflix, and automated play tracking for Plex, Jellyfin, Emby or Kodi.",
"logo": "movary.png",
"links": {
"github": "https://github.com/leepeuker/movary",
"website": "https://movary.org/",
"docs": "https://movary.org/docs/",
"demo": "https://demo.movary.org/"
},
"tags": [
"movies",
"movie-tracker",
"self-hosted",
"plex",
"jellyfin",
"emby",
"kodi",
"trakt",
"letterboxd",
"netflix",
"tmdb",
"statistics",
"rating"
]
},
{