mirror of
https://github.com/YunoHost-Apps/trustyhash_ynh.git
synced 2024-09-04 01:15:56 +02:00
commit
9118dd1bcb
3 changed files with 8 additions and 5 deletions
|
@ -21,7 +21,7 @@ computes SHA-256 hash values on both local files and on remote URLs, with a
|
||||||
strong emphasis on a process that will allow you to trust the results.
|
strong emphasis on a process that will allow you to trust the results.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.0~ynh3
|
**Shipped version:** 1.0~ynh4
|
||||||
|
|
||||||
**Demo:** https://sprin.github.io/TrustyHash/
|
**Demo:** https://sprin.github.io/TrustyHash/
|
||||||
## Documentation and resources
|
## Documentation and resources
|
||||||
|
|
|
@ -21,7 +21,7 @@ computes SHA-256 hash values on both local files and on remote URLs, with a
|
||||||
strong emphasis on a process that will allow you to trust the results.
|
strong emphasis on a process that will allow you to trust the results.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 1.0~ynh3
|
**Version incluse :** 1.0~ynh4
|
||||||
|
|
||||||
**Démo :** https://sprin.github.io/TrustyHash/
|
**Démo :** https://sprin.github.io/TrustyHash/
|
||||||
## Documentations et ressources
|
## Documentations et ressources
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "TrustyHash"
|
||||||
description.en = "SHA-256 Hash Calculator"
|
description.en = "SHA-256 Hash Calculator"
|
||||||
description.fr = "Calculateur de hachage SHA-256"
|
description.fr = "Calculateur de hachage SHA-256"
|
||||||
|
|
||||||
version = "1.0~ynh3"
|
version = "1.0~ynh4"
|
||||||
|
|
||||||
maintainers = ["jarod5001"]
|
maintainers = ["jarod5001"]
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ userdoc = "https://github.com/sprin/TrustyHash"
|
||||||
code = "https://github.com/sprin/TrustyHash"
|
code = "https://github.com/sprin/TrustyHash"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.21"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
@ -33,12 +33,15 @@ ram.runtime = "50M"
|
||||||
type = "path"
|
type = "path"
|
||||||
default = "/trustyhash"
|
default = "/trustyhash"
|
||||||
|
|
||||||
|
[install.init_main_permission]
|
||||||
|
type = "group"
|
||||||
|
default = "visitors"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/sprin/TrustyHash/archive/refs/heads/master.zip"
|
url = "https://github.com/sprin/TrustyHash/archive/refs/heads/master.zip"
|
||||||
sha256 = "52b48d4f6e18144424d158ad01e4adf0609a2d475792929b41265c56f5fa2d51"
|
sha256 = "52b48d4f6e18144424d158ad01e4adf0609a2d475792929b41265c56f5fa2d51"
|
||||||
|
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
[resources.install_dir]
|
[resources.install_dir]
|
||||||
|
|
Loading…
Reference in a new issue