mirror of
https://github.com/YunoHost-Apps/armadietto_ynh.git
synced 2024-09-03 18:06:18 +02:00
fix linter
This commit is contained in:
parent
e9b0339184
commit
597a2c58b0
1 changed files with 2 additions and 3 deletions
|
@ -7,7 +7,7 @@ name = "Armadietto"
|
||||||
description.en = "RemoteStorage server running as a nodejs web service with systemd"
|
description.en = "RemoteStorage server running as a nodejs web service with systemd"
|
||||||
description.fr = "Serveur remoteStorage excécuté en tant que service web nodejs par systemd"
|
description.fr = "Serveur remoteStorage excécuté en tant que service web nodejs par systemd"
|
||||||
|
|
||||||
version = "0.2.0~ynh3"
|
version = "0.2.0~ynh4"
|
||||||
|
|
||||||
maintainers = ["bencharp"]
|
maintainers = ["bencharp"]
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ website = "https://remotestorage.io/"
|
||||||
code = "https://github.com/remotestorage/armadietto"
|
code = "https://github.com/remotestorage/armadietto"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.0.9"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
ldap = false
|
ldap = false
|
||||||
|
@ -28,7 +28,6 @@ ram.runtime = "100M"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
[install.domain]
|
[install.domain]
|
||||||
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
|
||||||
type = "domain"
|
type = "domain"
|
||||||
|
|
||||||
[install.init_main_permission]
|
[install.init_main_permission]
|
||||||
|
|
Loading…
Add table
Reference in a new issue