app-store/apps/dokuwiki/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

19 lines
1.0 KiB
JSON

{
"$schema": "../schema.json",
"name": "DokuWiki",
"port": 8149,
"available": true,
"exposable": true,
"id": "dokuwiki",
"tipi_version": 2,
"version": "2022-07-31a-ls158",
"categories": ["media"],
"description": "DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database. It is loved by users for its clean and readable syntax. The ease of maintenance, backup and integration makes it an administrator's favorite. Built in access controls and authentication connectors make DokuWiki especially useful in the enterprise context and the large number of plugins contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.",
"short_desc": "DokuWiki is a simple to use and highly versatile Open Source wiki software ",
"author": "https://github.com/dokuwiki",
"source": "https://github.com/dokuwiki/dokuwiki",
"website": "https://www.dokuwiki.org/dokuwiki",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
}