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"
|
|
|
|
|
2023-06-23 21:43:08 +02:00
|
|
|
version = "0.18.0~ynh1"
|
2023-05-26 16:42:26 +02:00
|
|
|
|
|
|
|
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-06-23 21:05:01 +02:00
|
|
|
yunohost = ">= 11.1.21"
|
2023-05-26 16:48:51 +02:00
|
|
|
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
|
|
|
|
|
2023-06-23 20:53:49 +02:00
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
2023-05-26 16:42:26 +02:00
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
2023-05-26 17:48:57 +02:00
|
|
|
|
2023-05-26 17:48:35 +02:00
|
|
|
[resources.sources.main]
|
2023-06-11 17:25:52 +02:00
|
|
|
url = "https://github.com/jjlin/docker-image-extract/archive/b664b29a1de37d25f732e885e1331a8e90f67dcd.tar.gz"
|
|
|
|
sha256 = "7b2c8baeec6e9a67c905d4d55e4dc0944815cf55bd6bf11fadbb6eb8990b4912"
|
|
|
|
autoupdate.upstream = "https://github.com/jjlin/docker-image-extract"
|
|
|
|
autoupdate.strategy = "latest_github_commit"
|
2023-05-26 16:42:26 +02:00
|
|
|
|
|
|
|
[resources.sources.lemmy-translations]
|
2023-06-23 20:16:21 +02:00
|
|
|
url = "https://github.com/LemmyNet/lemmy-translations/archive/a241fe1255a6363c7ae1ec5a09520c066745e6ce.tar.gz"
|
|
|
|
sha256 = "3e3ac4c547c1040a80833d526bc0bd4e6bbad252a168de3ed81ee9d36aee8e5e"
|
2023-06-11 17:25:52 +02:00
|
|
|
autoupdate.upstream = "https://github.com/LemmyNet/lemmy-translations/"
|
|
|
|
autoupdate.strategy = "latest_github_commit"
|
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"
|