manifest.toml 738 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
  2. packaging_format = 2
  3. id = "vpnclient"
  4. name = "VPN Client"
  5. description.en = "Tunnel the internet traffic through a VPN"
  6. description.fr = "Fait passer le trafic internet à travers un VPN"
  7. version = "2.2~ynh6"
  8. maintainers = []
  9. [upstream]
  10. license = "AGPL-3.0"
  11. website = "https://labriqueinter.net"
  12. [integration]
  13. yunohost = ">= 11.2"
  14. architectures = "all"
  15. multi_instance = false
  16. ldap = "not_relevant"
  17. sso = "not_relevant"
  18. disk = "50M"
  19. ram.build = "50M"
  20. ram.runtime = "50M"
  21. [install]
  22. [resources]
  23. [resources.system_user]
  24. [resources.permissions]
  25. [resources.apt]
  26. packages = "sipcalc, dnsutils, openvpn, curl, fake-hwclock"