1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shuri_ynh.git synced 2024-09-03 20:16:20 +02:00
shuri_ynh/manifest.toml

53 lines
1 KiB
TOML
Raw Permalink Normal View History

2023-09-26 23:59:18 +02:00
packaging_format = 2
id = "shuri"
name = "Shuri"
description.en = "Simple URL Shortener"
description.fr = "Racourcisseur basique d'URL"
2024-04-16 21:30:06 +02:00
version = "1.0~ynh2"
2023-09-26 23:59:18 +02:00
maintainers = ["frju365"]
[upstream]
license = "MIT"
2023-10-08 02:00:52 +02:00
code = "https://github.com/pips-/shuri"
2023-09-26 23:59:18 +02:00
[integration]
2023-09-27 00:07:27 +02:00
yunohost = ">= 11.2"
architectures = "all"
2023-09-26 23:59:18 +02:00
multi_instance = true
2023-09-27 00:07:27 +02:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-09-26 23:59:18 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/shuri"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
url = "https://github.com/pips-/shuri/archive/3204be01ad0ffefbfee7507c4a05694a64c761fb.tar.gz"
sha256 = "d9f8b6ef06cf08b593850e180be4f8efba5f5e3495045930f21e7927b4beb95c"
autoupdate.strategy = "latest_github_commit"
2023-09-26 23:59:18 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-09-27 00:07:27 +02:00
[resources.apt]
2023-09-27 00:15:33 +02:00
packages = "php8.1-fpm, php8.1-gd"