{ "name": "TrustyHash", "id": "trustyhash", "packaging_format": 1, "description": { "en": "SHA-256 Hash Calculator", "fr": "Calculateur de hachage SHA-256" }, "version": "1.0~ynh1", "url": "https://github.com/sprin/TrustyHash", "upstream": { "license": "MIT", "website": "https://github.com/sprin/TrustyHash", "demo": "https://sprin.github.io/TrustyHash/", "userdoc": "https://github.com/sprin/TrustyHash", "code": "https://github.com/sprin/TrustyHash" }, "license": "MIT", "maintainer": { "name": "jarod5001", "email": "" }, "requirements": { "yunohost": ">= 11.0.9" }, "multi_instance": true, "services": [ "nginx", "php7.4-fpm" ], "arguments": { "install" : [ { "name": "domain", "type": "domain" }, { "name": "path", "type": "path", "example": "/trustyhash", "default": "/trustyhash" } ] } }