-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathmanifest.toml
More file actions
101 lines (80 loc) · 2.63 KB
/
manifest.toml
File metadata and controls
101 lines (80 loc) · 2.63 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "friendica"
name = "Friendica"
description.en = "Decentralized Social Network"
description.fr = "Réseau social décentralisé"
version = "2026.01~ynh3"
maintainers = ["trendless"]
[upstream]
license = "AGPL-3.0-only"
website = "http://friendi.ca"
demo = "https://dir.friendica.social/servers"
admindoc = "https://github.com/friendica/friendica/wiki"
userdoc = "https://wiki.friendi.ca/"
code = "https://github.com/friendica/friendica"
[integration]
yunohost = ">= 12.1.38"
helpers_version = "2.1"
architectures = "all"
multi_instance = true
ldap = true
sso = true
disk = "250M"
ram.build = "200M"
ram.runtime = "150M"
[install]
[install.domain]
type = "domain"
[install.admin]
type = "user"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "select"
choices = [ "de", "en", "es", "fr", "it", "pt" ]
default = "en"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/friendica/friendica/archive/refs/tags/2026.01.tar.gz"
sha256 = "743ff44afb14003af6d7b180b6269c17fdde2b399367b4c224d019dc0a224ec8"
autoupdate.strategy = "latest_github_release"
[resources.sources.addons]
url = "https://github.com/friendica/friendica-addons/archive/refs/tags/2026.01.tar.gz"
sha256 = "43c55f157f717ea615f4b45d88544b3db344858016c010fe349080cafb92247e"
autoupdate.upstream = "https://github.com/friendica/friendica-addons"
autoupdate.strategy = "latest_github_tag"
[resources.sources.bookface]
url = "https://gitlab.com/randompenguin/bookface/-/archive/2.0/bookface-2.0.tar.gz"
sha256 = "a0318f862b421c4fdfe03cef20198ec6520ac9e143d92322399875e4e0de1607"
#autoupdate.upstream = "https://gitlab.com/randompenguin/bookface"
#autoupdate.strategy = "latest_gitlab_release"
#autoupdate.asset = ".*\\.tar\\.gz"
[resources.system_user]
[resources.install_dir]
group = "www-data:r-x"
[resources.data_dir]
subdirs = ["storage"]
group = "www-data:rwx"
[resources.permissions]
main.url = "/"
main.show_tile = true
main.allowed = [ "visitors", "all_users" ]
main.protected = true
[resources.apt]
packages = ["mariadb-server",
"php8.4-fpm", # DO NOT DROP THIS LINE, this fixes `phpapi` selection going south
"php8.4-imagick",
"php8.4-curl",
"php8.4-mbstring",
"php8.4-xml",
"php8.4-zip",
"php8.4-mysql",
"php8.4-gd",
"php8.4-gmp",
"php8.4-intl",
"php8.4-ldap",
"php8.4-imap"]
[resources.database]
type = "mysql"