mirror of
https://github.com/YunoHost-Apps/satdress_ynh.git
synced 2024-09-03 20:16:27 +02:00
70 lines
1.7 KiB
TOML
70 lines
1.7 KiB
TOML
packaging_format = 2
|
|
|
|
id = "satdress"
|
|
name = "Satdress"
|
|
description.en = "Federated Lightning addresses server"
|
|
description.fr = "Serveur d'adresses Lightning fédéré"
|
|
|
|
version = "0.8.0~ynh1"
|
|
|
|
maintainers = ["Navan Chauhan"]
|
|
|
|
[upstream]
|
|
license = "MIT"
|
|
demo = "https://github.com/nbd-wtf/satdress"
|
|
admindoc = "https://github.com/nbd-wtf/satdress"
|
|
userdoc = "https://github.com/nbd-wtf/satdresss"
|
|
code = "https://github.com/nbd-wtf/satdress"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2.12"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.site_name]
|
|
ask.en = "Site name to be displayed"
|
|
ask.fr = "Nom du site à afficher"
|
|
type = "string"
|
|
example = "YUNOSatdress"
|
|
|
|
[install.site_owner]
|
|
ask.en = "Site owner handle to be displayed"
|
|
ask.fr = "Identifiant du propriétaire du site à afficher"
|
|
type = "string"
|
|
example = "@yhuser"
|
|
|
|
[install.site_owner_url]
|
|
ask.en = "Site owner's URL to be displayed"
|
|
ask.fr = "URL du propriétaire du site à afficher"
|
|
type = "string"
|
|
example = "https://t.me/someuser"
|
|
|
|
[install.init_main_permission]
|
|
help.en = "Allow non-YunoHost users"
|
|
help.fr = "Autoriser les utilisateurs non-YunoHost"
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/nbd-wtf/satdress/archive/refs/tags/v0.8.0.tar.gz"
|
|
sha256 = "465868053314520526f591b75f9ddfe446aba47ee793d76c74b4d9d9c20f4979"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.ports]
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|