Update config.json

This commit is contained in:
Bvoxl 2022-09-23 22:33:10 +00:00 committed by GitHub
parent d0c0828534
commit bc8da6ae71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
"name": "Navidrome", "name": "Navidrome",
"available": true, "available": true,
"port": 4533, "port": 4533,
"id": "navidrome", # This should be the same name as the folder "id": "navidrome"
"description": "Modern Music Server and Streamer compatible with Subsonic/Airsonic", # Long description of the app "description": "Modern Music Server and Streamer compatible with Subsonic/Airsonic",
"tipi_version": 1, # Always 1 if you are adding a new app "tipi_version": 1,
"version": "0.47.5", # The actual version of the app (not the tipi version) "version": "0.47.5",
"categories": ["media", "music"], # One or more categories for the app "categories": ["media", "music"],
"short_desc": "A selfhosted music server", # Short description of the app "short_desc": "A selfhosted music server",
"author": "https://github.com/Bvoxl", # Link or name of the author "author": "https://github.com/Bvoxl",
"source": "https://github.com/navidrome/navidrome/", # Link for git repo "source": "https://github.com/navidrome/navidrome/",
"form_fields": [] # Used to ask for more info to the user before installing. Will be explained further "form_fields": []
} }