1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/distbin_ynh.git synced 2024-09-03 18:26:10 +02:00
distbin_ynh/manifest.toml

60 lines
1.2 KiB
TOML
Raw Normal View History

2023-08-15 12:19:13 +02:00
packaging_format = 2
id = "distbin"
name = "Distbin"
2023-09-23 14:02:46 +02:00
description.en = "Distributed pastebin with ActivityPub"
description.fr = "Pastebin distribué utilisant le protocole ActivityPub"
2023-08-15 12:19:13 +02:00
version = "1.3.0~ynh12"
maintainers = ["yalh76"]
[upstream]
license = "Apache-2.0"
website = "https://distbin.com/about"
demo = "https://distbin.com/"
code = "https://github.com/gobengo/distbin"
[integration]
2023-08-15 12:31:35 +02:00
yunohost = ">= 11.2"
architectures = "all"
2023-08-15 12:19:13 +02:00
multi_instance = true
2023-08-15 12:31:35 +02:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-08-15 12:19:13 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/distbin"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
url = "https://github.com/gobengo/distbin/archive/v1.3.0.tar.gz"
sha256 = "65d9774cafbb5829b82d09b0ea0d3d5d1ec5f076fadef2b8576d29a901c58a90"
2023-09-23 14:02:46 +02:00
autoupdate.strategy = "latest_github_tag"
2023-08-15 12:19:13 +02:00
[resources.system_user]
2023-08-15 12:31:35 +02:00
[resources.ports]
2023-08-15 12:19:13 +02:00
[resources.install_dir]
[resources.data_dir]
2023-08-15 12:31:35 +02:00
subdirs =["distbin-db, distbin-db/activities, distbin-db/inbox"]
2023-08-15 12:19:13 +02:00
[resources.permissions]
main.url = "/"
2023-08-15 12:31:35 +02:00
[resources.apt]
2023-09-23 14:02:46 +02:00
packages = "ca-certificates, curl, rsync"