mirror of
https://github.com/YunoHost-Apps/satdress_ynh.git
synced 2024-09-03 20:16:27 +02:00
commit
b13325becc
3 changed files with 4 additions and 5 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
Federated Lightning Address server anyone can self-host to receive Lightning payments at you@yourdomain.com noncustodially.
|
Federated Lightning Address server anyone can self-host to receive Lightning payments at you@yourdomain.com noncustodially.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 0.7.2~ynh2
|
**Shipped version:** 0.7.2~ynh3
|
||||||
|
|
||||||
**Demo:** https://github.com/nbd-wtf/satdress
|
**Demo:** https://github.com/nbd-wtf/satdress
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
Federated Lightning Address server anyone can self-host to receive Lightning payments at you@yourdomain.com noncustodially.
|
Federated Lightning Address server anyone can self-host to receive Lightning payments at you@yourdomain.com noncustodially.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 0.7.2~ynh2
|
**Version incluse :** 0.7.2~ynh3
|
||||||
|
|
||||||
**Démo :** https://github.com/nbd-wtf/satdress
|
**Démo :** https://github.com/nbd-wtf/satdress
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Satdress"
|
||||||
description.en = "Federated Lightning addresses server"
|
description.en = "Federated Lightning addresses server"
|
||||||
description.fr = "Serveur d'adresses Lightning fédéré"
|
description.fr = "Serveur d'adresses Lightning fédéré"
|
||||||
|
|
||||||
version = "0.7.2~ynh2"
|
version = "0.7.2~ynh3"
|
||||||
|
|
||||||
maintainers = ["Navan Chauhan"]
|
maintainers = ["Navan Chauhan"]
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ userdoc = "https://github.com/nbd-wtf/satdresss"
|
||||||
code = "https://github.com/nbd-wtf/satdress"
|
code = "https://github.com/nbd-wtf/satdress"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.15"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
@ -29,7 +29,6 @@ ram.runtime = "50M"
|
||||||
[install]
|
[install]
|
||||||
[install.domain]
|
[install.domain]
|
||||||
type = "domain"
|
type = "domain"
|
||||||
full_domain = true
|
|
||||||
|
|
||||||
[install.site_name]
|
[install.site_name]
|
||||||
ask.en = "Site name to be displayed"
|
ask.en = "Site name to be displayed"
|
||||||
|
|
Loading…
Add table
Reference in a new issue