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

62 lines
1.5 KiB
TOML
Raw Normal View History

2023-05-26 16:42:26 +02:00
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]
2023-05-26 16:48:51 +02:00
yunohost = ">= 11.1.19"
architectures = "all"
2023-05-26 16:42:26 +02:00
multi_instance = false
2023-05-26 16:48:51 +02:00
ldap = false
sso = false
disk = "50M"
2023-05-26 17:19:20 +02:00
ram.build = "100M"
2023-05-26 16:48:51 +02:00
ram.runtime = "50M"
2023-05-26 16:42:26 +02:00
[install.domain]
type = "domain"
full_domain = true
[resources]
[resources.sources]
[resources.sources.docker-image-extract]
2023-05-26 17:12:12 +02:00
url = "https://codeload.github.com/jjlin/docker-image-extract/tar.gz/b664b29a1de37d25f732e885e1331a8e90f67dcd"
sha256 = "7b2c8baeec6e9a67c905d4d55e4dc0944815cf55bd6bf11fadbb6eb8990b4912"
2023-05-26 16:42:26 +02:00
[resources.sources.lemmy-translations]
2023-05-26 17:12:12 +02:00
url = "https://codeload.github.com/LemmyNet/lemmy-translations/tar.gz/ddf0d3a4dcfba5eddbcdb702db2470b52abb3815"
sha256 = "7df72cdba8a6c23c9dca528d3fd71dce13f5263b7a59c8512253364d94797757"
2023-05-26 16:42:26 +02:00
2023-05-26 16:54:23 +02:00
[resources.ports]
main.default = 8536
ui.default = 8537
2023-05-26 16:42:26 +02:00
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
2023-05-26 16:48:51 +02:00
subdirs = ["pictrs-data"]
2023-05-26 16:42:26 +02:00
[resources.permissions]
main.url = "/"
2023-05-26 16:48:51 +02:00
[resources.apt]
packages = "postgresql espeak"
2023-05-26 16:42:26 +02:00
[resources.database]
type = "postgresql"