-
Notifications
You must be signed in to change notification settings - Fork 15
/
manifest.toml
55 lines (42 loc) · 1.56 KB
/
manifest.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
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~ynh3"
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, redis-server"
[resources.database]
type = "postgresql"