mirror of
https://github.com/YunoHost-Apps/armadietto_ynh.git
synced 2024-09-03 18:06:18 +02:00
66 lines
1.7 KiB
TOML
66 lines
1.7 KiB
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
packaging_format = 2
|
|
|
|
id = "armadietto"
|
|
name = "Armadietto"
|
|
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"
|
|
|
|
version = "0.2.0~ynh3"
|
|
|
|
maintainers = ["bencharp"]
|
|
|
|
[upstream]
|
|
license = "WTFPL"
|
|
website = "https://remotestorage.io/"
|
|
code = "https://github.com/remotestorage/armadietto"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.0.9"
|
|
architectures = "all"
|
|
multi_instance = false
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "500M"
|
|
ram.runtime = "100M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
|
type = "domain"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[install.is_signup]
|
|
ask.en = "Allow signups?"
|
|
ask.fr = "Accepter les inscriptions ?"
|
|
help.en = "Would you like to allow visitors to register and create an account?"
|
|
help.fr = "Souhaitez-vous autoriser les visiteurs à s'inscrire et créer un compte ?"
|
|
type = "boolean"
|
|
default = false
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
# NOT used in install script, only for autoupdate
|
|
url = "https://github.com/remotestorage/armadietto/archive/refs/tags/v0.2.0.tar.gz"
|
|
sha256 = "b12859a358fa5837eda612e8a2c86062a6d4f3a43fcc52b54decd84262a3bfcf"
|
|
prefetch = false
|
|
autoupdate.strategy = "latest_github_release"
|
|
autoupdate.needs_manual_tweaks = true
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
subdirs = ["storage"]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.ports]
|
|
main.default = 8008
|