app-store/apps/memos/config.json
renovate[bot] e107e25c1a
chore(deps): update neosmemo/memos docker tag to v0.13.0 (#558)
* chore(deps): update neosmemo/memos docker tag to v0.13.0

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2023-05-21 12:06:23 -04:00

24 lines
548 B
JSON

{
"$schema": "../schema.json",
"name": "Memos",
"available": true,
"exposable": true,
"port": 5230,
"id": "memos",
"tipi_version": 5,
"version": "0.13.0",
"categories": [
"utilities"
],
"description": "Memo hub for knowledge management and collaboration.",
"short_desc": "Memo hub for knowledge management and collaboration.",
"author": "boojack",
"website": "https://usememos.com/",
"source": "https://github.com/usememos/memos",
"supported_architectures": [
"arm64",
"amd64"
],
"form_fields": []
}