app-store/apps/wizarr/config.json
Stavros 0a912cab8e
fix(wizarr): use version 3.5.1 (#2081)
* fix(wizarr): use version 3.5.1

* fix(wizarr): update version on config.json
2024-01-17 15:06:25 +02:00

24 lines
843 B
JSON

{
"$schema": "../schema.json",
"name": "Wizarr",
"port": 5690,
"available": true,
"exposable": true,
"id": "wizarr",
"tipi_version": 8,
"version": "3.5.1",
"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"
]
}