mirror of
https://github.com/YunoHost-Apps/torrelay_ynh.git
synced 2024-09-03 20:26:36 +02:00
Update manifest.toml
This commit is contained in:
parent
816e4c539b
commit
e3c77a6da0
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ name = "Tor relay"
|
||||||
description.en = "Defend Your Privacy! How To Create Your Own Tor Relay!"
|
description.en = "Defend Your Privacy! How To Create Your Own Tor Relay!"
|
||||||
description.fr = "Défendez votre vie privée ! Comment créer votre propre relais Tor !"
|
description.fr = "Défendez votre vie privée ! Comment créer votre propre relais Tor !"
|
||||||
|
|
||||||
version = "0.4.6.10~ynh2"
|
version = "0.4.7.13~ynh3"
|
||||||
|
|
||||||
maintainers = []
|
maintainers = []
|
||||||
|
|
||||||
|
@ -17,12 +17,12 @@ code = "https://github.com/torproject/tor"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.17"
|
yunohost = ">= 11.1.17"
|
||||||
architectures = "all"
|
architectures = ["amd64", "arm64", "i386"]
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
ldap ="not_relevant"
|
ldap ="not_relevant"
|
||||||
sso = "not_relevant"
|
sso = "not_relevant"
|
||||||
disk = "50M"
|
disk = "50M"
|
||||||
ram.build = "50M"
|
ram.build = "100M"
|
||||||
ram.runtime = "50M"
|
ram.runtime = "50M"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
|
|
Loading…
Add table
Reference in a new issue