1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lemmy_ynh.git synced 2024-09-03 19:36:09 +02:00
lemmy_ynh/manifest.toml
Éric Gaspar c5d6a3d377 v2
2023-05-26 16:48:51 +02:00

62 lines
1.7 KiB
TOML

packaging_format = 2
id = "lemmy"
name = "Lemmy"
description.en = "Link aggregator/Reddit clone for the fediverse"
description.fr = "Agrégateur de liens/clone Reddit pour le fedivers"
version = "0.16.7~ynh1"
maintainers = []
[upstream]
license = "GPL-3.0"
website = "https://join-lemmy.org/"
demo = "https://lemmy.ml/"
admindoc = "https://join-lemmy.org/docs/en/"
code = "https://github.com/LemmyNet/lemmy"
[integration]
yunohost = ">= 11.1.19"
architectures = "all"
multi_instance = false
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install.domain]
type = "domain"
full_domain = true
[resources]
[resources.sources]
[resources.sources.docker-image-extract]
url = "https://codeload.github.com/jjlin/docker-image-extract/tar.gz/a9e455e44bbbfba897bf3342d9661b182cee67a9"
sha256 = "9eb0c734e83a3fd7102fc7209af4977024ec467fbc819782491af47295675f67"
[resources.sources.lemmy-translations]
url = "https://codeload.github.com/LemmyNet/lemmy-translations/tar.gz/00e4efbef6c3ac34cd2f5f444a95eddce9ec12d7"
sha256 = "0587c1867c785e6d229d1519a37fc9a280e78f356d919f868f21a896abddff71"
#REMOVEME? port_lemmy=$(ynh_find_port --port=8536)
#REMOVEME? ynh_app_setting_set --app=$app --key=port_lemmy --value=$port_lemmy
#REMOVEME? port_ui=$(ynh_find_port --port=1235)
#REMOVEME? ynh_app_setting_set --app=$app --key=port_ui --value=$port_ui
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
subdirs = ["pictrs-data"]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "postgresql espeak"
[resources.database]
type = "postgresql"