mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
* Upgrade to v0.11.13 (#253) * Upgrade to v0.11.13 * Auto-update README * Auto-update README --------- Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org>
55 lines
1.5 KiB
TOML
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.11.13~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.4"
|
|
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.11.13.tar.gz"
|
|
sha256 = "e284a99a427f3d0835f885d513a61c74def2b1df4cb3bf7d2c378df42607b1e4"
|
|
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"
|