This repository was archived by the owner on Aug 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmanifest.toml
More file actions
100 lines (77 loc) · 2.16 KB
/
manifest.toml
File metadata and controls
100 lines (77 loc) · 2.16 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
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "acropolis"
name = "Acropolis"
description.en = "Dynamic fork of diaspora*'s federated social network"
description.fr = "Fourche dynamique du réseau social fédéré de diaspora*"
version = "2022.01.29~ynh2"
maintainers = ["weex"]
[upstream]
license = "AGPL-3.0-or-later"
website = "https://magicstone.dev"
code = "https://github.com/magicstone-dev/acropolis"
[integration]
yunohost = ">=11.2.12"
architectures = "all"
multi_instance = false
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.admin]
type = "user"
[install.init_main_permission]
help.en = "For federation to work, this needs to be true. False is ok if you want to run a private instance."
type = "group"
default = "visitors"
[install.email]
ask.en = "Enter email address for administative notifications."
type = "string"
[install.password]
type = "password"
[resources]
[resources.sources.main]
url = "https://github.com/magicstone-dev/acropolis/archive/f586f64b4cee0b2a50f45b5cf6de4e1fd749def8.tar.gz"
sha256 = "716d9c5e1e8e7d2694dbe6d2c1b5e48e5a5537a29ec8a8d0a722e6750fffae56"
autoupdate.strategy = "latest_github_commit"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
web.default = 3000
[resources.apt]
packages = [
"g++",
# "libjemalloc1|libjemalloc2",
"libjemalloc-dev",
"zlib1g-dev",
"libreadline-dev",
"libpq-dev",
"libssl-dev",
"libyaml-dev",
"libcurl4-dev",
"libapr1-dev",
"libxslt1-dev",
"libidn11-dev",
"libxml2-dev",
"vim",
"imagemagick",
"postgresql",
"postgresql-server-dev-all",
"postgresql-contrib",
"optipng",
"jhead",
"jpegoptim",
"gifsicle",
"brotli",
"nodejs",
"cmake",
"pkg-config"
]
[resources.database]
type = "postgresql"