1cc62c2202
* 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>
21 lines
838 B
JSON
21 lines
838 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Wizarr",
|
|
"port": 5690,
|
|
"available": true,
|
|
"exposable": true,
|
|
"id": "wizarr",
|
|
"tipi_version": 5,
|
|
"version": "latest-3.4.2",
|
|
"categories": [
|
|
"utilities"
|
|
],
|
|
"description": "Wizarr is an automatic user invitation system for Plex and Jellyfin. Create a unique link and share it to a user and they will be invited to your Media Server after they complete there signup proccess! They can even be guided to download the clients and read instructions on how to use your media software!",
|
|
"short_desc": "Wizarr is an automatic user invitation system for Plex and Jellyfin.",
|
|
"author": "https://github.com/Wizarrrr",
|
|
"source": "https://github.com/Wizarrrr/wizarr",
|
|
"website": "https://docs.wizarr.dev/",
|
|
"form_fields": [],
|
|
"supported_architectures": ["arm64", "amd64"]
|
|
}
|