app-store/apps/grav/config.json
Stavros 1cc62c2202
Add supported architectures to all apps. (#1493)
* Add the extra config to the first 50 apps and modify tests,

* Add arch to extra 55 apps.

* Fix tests error.

* Fix tests (again).

* Andd the last 77 apps.

* Change photoprism from latest to a version.

* Fixes.

* Drop arm support for peppermint.

---------

Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
2023-10-29 21:43:17 +02:00

18 lines
833 B
JSON

{
"$schema": "../schema.json",
"name": "Grav",
"port": 8161,
"available": true,
"exposable": true,
"id": "grav",
"tipi_version": 2,
"version": "1.7.39.4-ls97",
"categories": ["social", "media"],
"description": "Grav is a Fast, Simple, and Flexible, file-based Web-platform. There is Zero installation required. It follows similar principles to other flat-file CMS platforms, but has a different design philosophy than most. Grav comes with a powerful Package Management System to allow for simple installation and upgrading of plugins and themes, as well as simple updating of Grav itself.",
"short_desc": "Grav is a Fast, Simple, and Flexible, file-based Web-platform. ",
"author": "Grav",
"source": "https://github.com/getgrav/grav",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
}