mirror of
https://github.com/YunoHost-Apps/teddit_ynh.git
synced 2024-09-03 20:26:31 +02:00
57 lines
1.4 KiB
TOML
57 lines
1.4 KiB
TOML
packaging_format = 2
|
||
|
||
id = "teddit"
|
||
name = "Teddit"
|
||
description.en = "Open source alternative Reddit front-end"
|
||
description.fr = "Front-end libre alternatif à Reddit"
|
||
|
||
version = "2023.09.17~ynh1"
|
||
|
||
maintainers = []
|
||
|
||
[upstream]
|
||
license = "AGPL-3.0-only"
|
||
website = "https://teddit.net/"
|
||
demo = "https://teddit.net/"
|
||
code = "https://codeberg.org/teddit/teddit"
|
||
|
||
[integration]
|
||
yunohost = ">= 11.2"
|
||
architectures = "all"
|
||
multi_instance = true
|
||
|
||
ldap = false
|
||
|
||
sso = true
|
||
|
||
disk = "50M"
|
||
ram.build = "50M"
|
||
ram.runtime = "50M"
|
||
|
||
[install]
|
||
[install.domain]
|
||
type = "domain"
|
||
|
||
[install.init_main_permission]
|
||
help.en = "If enabled, Teddit will be accessible by people who do not have an account. This can be changed later via the webadmin."
|
||
help.fr = "Si cette case est cochée, Teddit sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
type = "group"
|
||
default = "visitors"
|
||
|
||
[resources]
|
||
[resources.sources.main]
|
||
url = "https://codeberg.org/teddit/teddit/archive/4536a7f4608f0f17bbee4188f9875fad8bfa954f.tar.gz"
|
||
sha256 = "fd46a65aa9ddbed2a98be3e02510c170a07409bfe537d5324f2c6097e89f01db"
|
||
autoupdate.strategy = "latest_forgejo_commit"
|
||
|
||
[resources.ports]
|
||
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|
||
|
||
[resources.apt]
|
||
packages = "ffmpeg"
|