diff --git a/resources/dev/BACKLOG.md b/resources/dev/BACKLOG.md index fa12951..7459ba2 100644 --- a/resources/dev/BACKLOG.md +++ b/resources/dev/BACKLOG.md @@ -7,6 +7,7 @@ Projects that require a further vetting process. - [Yacht](https://github.com/SelfhostedPro/Yacht) - Might be abandoned - [Lorien](https://github.com/mbrlabs/Lorien) - [Freeplane](https://github.com/freeplane/freeplane) +- [Papermark](https://github.com/mfts/papermark) - [HomeBox](https://github.com/sysadminsmedia/homebox) - [Pinry](https://github.com/pinry/pinry) - [olmocr](https://github.com/allenai/olmocr) @@ -30,9 +31,12 @@ Prospective candidates that don't quite make it onto this list, as of now, but a - [pad.ws](https://github.com/pad-ws/pad.ws) - [Polaris](https://github.com/agersant/polaris) - [AM](https://github.com/ivan-hc/AM) +- [Cartridges](https://github.com/kra-mo/cartridges) - Waiting on stars - [kunkun](https://github.com/kunkunsh/kunkun) - Only waiting on stars - [gauntlet](https://github.com/project-gauntlet/gauntlet) - Only waiting on stars - [Raindrop.io](https://github.com/raindropio) +- [Astra Monitor](https://github.com/AstraExt/astra-monitor) - Waiting on stars +- [Klee](https://github.com/signerlabs/Klee) - Very new and not sure about longevity - [SwarmUI](https://github.com/mcmonkeyprojects/SwarmUI) - [MochiDiffusion](https://github.com/MochiDiffusion/MochiDiffusion) - [RustPad](https://github.com/ekzhang/rustpad) diff --git a/source/components/tags.md b/source/components/tags.md index 5e4c73b..3f4cf9e 100644 --- a/source/components/tags.md +++ b/source/components/tags.md @@ -56,4 +56,4 @@ `CLI`, `Plugin`, `Extension`, `Web UI` > [!NOTE] -> Cross, MacOS, Linux, and Windows tags, by default, imply that the app ships as a binary (EX: exe, dmg) unless they are accompanied by the `manual` tag that indicates another runtime or installation method. \ No newline at end of file +> Cross, MacOS, Linux, and Windows tags, by default, imply that the app ships as a binary (EX: exe, dmg) unless they are accompanied by the `manual` tag that indicates another runtime or installation method. The same goes for `SelfHost`, which by default, implies the app can be installed via Docker. \ No newline at end of file diff --git a/source/data/applications.json b/source/data/applications.json index 153f01c..d071b25 100644 --- a/source/data/applications.json +++ b/source/data/applications.json @@ -7572,7 +7572,7 @@ "selfhost", "web-cloud" ], - "category": "", + "category": "diagrams", "stars": 27854, "flags": [], "last_commit": "04/24/2025", @@ -7770,6 +7770,59 @@ "language": "", "license": "", "homepage_url": "" + }, + { + "name": "Liam ERD", + "description": "", + "repo_url": "https://github.com/liam-hq/liam", + "tags": [ + "manual" + ], + "platforms": [ + "web-cloud", + "selfhost" + ], + "category": "diagrams", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" + }, + { + "name": "c/ua", + "description": "", + "repo_url": "https://github.com/trycua/cua", + "tags": [ + "manual" + ], + "platforms": [ + "cross" + ], + "category": "agent", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" + }, + { + "name": "Argo CD", + "description": "", + "repo_url": "https://github.com/argoproj/argo-cd", + "tags": [], + "platforms": [ + "selfhost" + ], + "category": "containers", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" } ] } \ No newline at end of file diff --git a/source/data/categories.json b/source/data/categories.json index 12424a2..6e7f245 100644 --- a/source/data/categories.json +++ b/source/data/categories.json @@ -678,6 +678,18 @@ "parent": "ai", "description": "" }, + { + "name": "Image Editing", + "id": "image-editing", + "parent": "media", + "description": "" + }, + { + "name": "Diagrams", + "id": "diagrams", + "parent": "media", + "description": "" + }, { "name": "Other", "id": "other",