1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00
pixelfed_ynh/manifest.toml
2024-07-03 09:33:59 +02:00

55 lines
1.5 KiB
TOML

packaging_format = 2
id = "pixelfed"
name = "Pixelfed"
description.en = "ActivityPub Federated Image Sharing"
description.fr = "Logiciel de partage d'image fédéré via ActivityPub"
version = "0.12.3~ynh1"
maintainers = ["yalh76", "Lapineige"]
[upstream]
license = "AGPL-3.0-or-later"
website = "https://pixelfed.org/"
admindoc = "https://docs.pixelfed.org/running-pixelfed/administration.html"
userdoc = "https://docs.pixelfed.org/"
code = "https://github.com/pixelfed/pixelfed"
[integration]
yunohost = ">= 11.2.12"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "500M"
ram.build = "1000M"
ram.runtime = "100M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
url = "https://github.com/pixelfed/pixelfed/archive/refs/tags/v0.12.3.tar.gz"
sha256 = "04c9c0528d7b315eb909a792ab4efccbc4314fb2a8ddfe9eefc5f500a97b2992"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
allow_email = true
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "postgresql, libgd3, jpegoptim, optipng, pngquant, ffmpeg, imagemagick, supervisor, php8.2-redis, php8.2-bcmath, php8.2-cli, php8.2-ctype, php8.2-curl, php8.2-exif, php8.2-gd, php8.2-iconv, php8.2-intl, php8.2-mbstring, php8.2-tokenizer, php8.2-xml, php8.2-zip, php8.2-pdo, php8.2-pgsql, php8.2-fileinfo, php8.2-imagick"
[resources.database]
type = "postgresql"