mirror of
https://github.com/YunoHost-Apps/airsonic_ynh.git
synced 2024-09-03 18:06:14 +02:00
d7ce18ff43
* Upgrade to version 10.6.0 * Update system config to latest version * fix startup of systemd service * update upstream version 10.6.1 (#29) * Remove comment + add new emplty line * Upgrade to 10.6.2 * add ynh_multimedia_addaccess * Fix multimedia (#35) * fix typos * [enh] give write access to multimedia folder So music can be uploaded from web ui * bump version in manifest Co-authored-by: Kay0u <pierre@kayou.io>
68 lines
2.1 KiB
JSON
68 lines
2.1 KiB
JSON
{
|
||
"name": "Airsonic",
|
||
"id": "airsonic",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Stream and manage your music collection",
|
||
"fr": "Streamez et gérez votre collection de musique"
|
||
},
|
||
"version": "10.6.2~ynh2",
|
||
"url": "http://airsonic.github.io",
|
||
"license": "GPL-3.0-or-later",
|
||
"maintainer": {
|
||
"name": "Gofannon",
|
||
"email": "gofannon@riseup.net"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 3.5"
|
||
},
|
||
"multi_instance": true,
|
||
"services": [
|
||
"nginx"
|
||
],
|
||
"arguments": {
|
||
"install" : [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain",
|
||
"ask": {
|
||
"en": "Choose a domain name for Airsonic",
|
||
"fr": "Choisissez un nom de domaine pour Airsonic"
|
||
},
|
||
"example": "example.com"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"ask": {
|
||
"en": "Choose a path for Airsonic",
|
||
"fr": "Choisissez un chemin pour Airsonic"
|
||
},
|
||
"example": "/airsonic",
|
||
"default": "/airsonic"
|
||
},
|
||
{
|
||
"name": "admin",
|
||
"type": "user",
|
||
"ask": {
|
||
"en": "Choose an admin user",
|
||
"fr": "Choisissez l’administrateur"
|
||
},
|
||
"help": {
|
||
"en": "This user will have full control on this application and will be able to configure it.",
|
||
"fr": "Cet utilisateur aura le controle total de l'application et pourra la configurer."
|
||
},
|
||
"example": "johndoe"
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"ask": {
|
||
"en": "Is it a public application?",
|
||
"fr": "Est-ce une application publique ?"
|
||
},
|
||
"default": true
|
||
}
|
||
]
|
||
}
|
||
}
|