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

115 lines
2.9 KiB
TOML
Raw Normal View History

2024-07-14 18:00:01 +02:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
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.19.5~ynh3"
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-07-29 13:26:25 +02:00
yunohost = ">= 11.2"
2023-07-01 12:30:03 +02:00
architectures = ["amd64"]
2023-05-26 16:42:26 +02:00
multi_instance = false
2023-12-26 09:40:40 +01:00
2023-05-26 16:48:51 +02:00
ldap = false
2023-12-26 09:40:40 +01:00
2023-05-26 16:48:51 +02:00
sso = false
2023-12-26 09:40:40 +01:00
2023-05-26 16:48:51 +02:00
disk = "50M"
2023-07-12 08:00:26 +02:00
ram.build = "500M"
2023-05-26 16:48:51 +02:00
ram.runtime = "50M"
2023-05-26 16:42:26 +02:00
[install.domain]
type = "domain"
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]
2024-07-14 18:00:01 +02:00
[resources.sources.main]
url = "https://github.com/LemmyNet/lemmy/archive/refs/tags/0.19.5.tar.gz"
sha256 = "55fc078688867ce662416f6eaf1fabe33d6a9551226abbc341ec4b42dcf78610"
# Actually not used, just here for autoupdate
prefetch = false
2024-07-14 18:18:30 +02:00
autoupdate.strategy = "latest_github_release"
2024-07-14 18:00:01 +02:00
[resources.sources.docker-image-extract]
2024-07-14 18:18:30 +02:00
url = "https://github.com/jjlin/docker-image-extract/archive/4273b2796da5055e431b4db5efe29a71bba12b45.tar.gz"
sha256 = "8e582bb186bdb1053051ad6be8829ebb4af418cb4e43005efc9d7749e0269cba"
2024-07-14 18:00:01 +02:00
autoupdate.upstream = "https://github.com/jjlin/docker-image-extract"
autoupdate.strategy = "latest_github_commit"
2023-05-26 16:42:26 +02:00
2024-07-14 18:00:01 +02:00
[resources.sources.lemmy-translations]
url = "https://github.com/LemmyNet/lemmy-translations/archive/bc9b5305769900c5a59d8f139f110e004085f92b.tar.gz"
sha256 = "c726e5102c5df2db0dd2c1aebb2675e76eef0bb70eab0328f149f1529cd7c65b"
2024-07-14 18:00:01 +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
pictrs.default = 8080
2023-06-23 23:17:27 +02:00
ui.default = 1235
2023-05-26 16:42:26 +02:00
[resources.system_user]
2023-12-23 22:32:16 +01:00
allow_email = true
2023-05-26 16:42:26 +02:00
[resources.install_dir]
[resources.data_dir]
2023-07-30 13:26:01 +02:00
subdirs = ["pictrs-data", "sled", "exports", "magick"]
2023-05-26 16:42:26 +02:00
[resources.permissions]
main.url = "/"
2023-07-12 10:38:06 +02:00
2023-12-26 10:43:51 +01:00
pictrs.url = "/pictrs"
pictrs.allowed = "visitors"
pictrs.show_tile = false
pictrs.protected = true
2024-07-14 18:00:01 +02:00
api.url = "/api"
api.allowed = "visitors"
api.auth_header = false
api.show_tile = false
api.protected = true
2023-05-26 16:42:26 +02:00
inbox.url = "/inbox"
inbox.allowed = "visitors"
inbox.auth_header = false
inbox.show_tile = false
inbox.protected = true
2023-05-26 16:42:26 +02:00
2023-05-26 16:48:51 +02:00
[resources.apt]
2024-07-14 18:15:20 +02:00
packages = [
"postgresql",
"espeak",
"rsync",
"libfuse2",
"libimage-exiftool-perl",
"ffmpeg",
]
[resources.apt.extras.yarn]
repo = "deb https://dl.yarnpkg.com/debian/ stable main"
key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
packages = "yarn"
2023-05-26 16:48:51 +02:00
2023-05-26 16:42:26 +02:00
[resources.database]
type = "postgresql"