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

50 lines
1.1 KiB
TOML
Raw Normal View History

2023-09-01 22:22:34 +02:00
packaging_format = 2
id = "proxitok"
name = "ProxiTok"
description.en = "Alternative frontend for TikTok"
description.fr = "Frontend alternatif à TikTok"
version = "2.4.3.6~ynh1"
maintainers = []
[upstream]
license = "AGPL-3.0-only"
website = "https://proxitok.herokuapp.com"
demo = "https://proxitok.herokuapp.com/"
code = "https://github.com/pablouser1/ProxiTok"
[integration]
2023-09-01 22:27:50 +02:00
yunohost = ">= 11.2"
2023-09-01 23:06:35 +02:00
architectures = "all"
2023-09-01 22:22:34 +02:00
multi_instance = true
2023-09-01 23:06:35 +02:00
ldap = false
sso = false
disk = "50M"
2023-09-01 22:27:50 +02:00
ram.build = "50M"
ram.runtime = "50M"
2023-09-01 22:22:34 +02:00
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
url = "https://github.com/pablouser1/ProxiTok/archive/refs/tags/v2.4.3.6.tar.gz"
sha256 = "32a149bee2171cb7dfb0eb2222d2cf62e8b49499a3fa61cf9b4fc27c0238ff11"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-09-01 22:27:50 +02:00
[resources.apt]
packages = "php8.2-xml php8.2-zip php8.2-redis php8.2-mbstring php8.2-curl"