forked from aymhce/diaspora_ynh
-
Notifications
You must be signed in to change notification settings - Fork 5
/
manifest.toml
108 lines (88 loc) · 2.66 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
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
102
103
104
105
106
107
108
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "diaspora"
name = "Diaspora"
description.en = "Distributed social networking service"
description.fr = "Service de réseau social distribué"
version = "0.9.0.0~ynh1"
maintainers = ["autra"]
[upstream]
license = "AGPL-3.0"
website = "https://diasporafoundation.org/"
admindoc = "https://wiki.diasporafoundation.org/FAQ_for_pod_maintainers"
userdoc = "https://wiki.diasporafoundation.org/FAQ_for_users"
code = "https://github.com/diaspora/diaspora"
[integration]
yunohost = ">=11.2.12"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "500M"
ram.build = "2000M"
ram.runtime = "2000M"
[install]
[install.domain]
type = "domain"
[install.admin]
type = "user"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.password]
help.en = "Admin password. Must contain at least 10 characters, one lowercase letter, one uppercase letter, one number, and one symbol (e.g. '~!@#$%^&*()')."
help.fr = "Mot de passe pour l’administrateur. Doit contenir au moins 10 caractères, une majuscule, une minuscule, un chiffre, et une ponctuation (ex. '~!@#$%^&*()')."
type = "password"
optional = false
[resources]
[resources.sources.main]
url = "https://github.com/diaspora/diaspora/archive/refs/tags/v0.9.0.0.tar.gz"
sha256 = "11c79d8cc86412f0a94de62f5a8cc115428d978333c6129c96bbf44f39adc31d"
autoupdate.strategy = "latest_github_release"
[resources.system_user]
allow_email = true
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = [
"build-essential",
"curl",
"gsfonts",
"imagemagick",
"libmagickwand-dev",
"redis-server",
"libssl-dev",
"libcurl4-openssl-dev",
"libxml2-dev",
"libxslt1-dev",
"libidn11-dev",
"libpq-dev",
"postgresql",
# Is it still required?
"cmake",
"ghostscript",
"libffi-dev",
"libgdbm-dev",
"libncurses5-dev",
"libyaml-dev",
"pkg-config",
"sqlite3",
"libgmp-dev",
# For Ruby
"libjemalloc-dev",
"libreadline-dev",
"zlib1g-dev",
"libsqlite3-dev",
"libxslt-dev",
"autoconf",
"automake",
"bison",
"libtool",
]
[resources.apt.extras.yarn]
repo = "deb https://dl.yarnpkg.com/debian/ stable main"
key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
packages = ["yarn"]
[resources.database]
type = "postgresql"