-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmanifest.toml
70 lines (53 loc) · 1.77 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
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "ihatemoney"
name = "I Hate Money"
description.en = "Simple app to manage your collective expenses"
description.fr = "Gérez simplement vos dépenses collectives"
version = "6.1.3~ynh1"
maintainers = ["Jocelyn Delalande"]
[upstream]
license = "MIT"
website = "http://ihatemoney.org/"
admindoc = "https://ihatemoney.readthedocs.org/"
code = "https://github.com/spiral-project/ihatemoney"
demo = "https://ihatemoney.org/demo/"
[integration]
yunohost = ">= 11.1.21"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "300M"
ram.runtime = "100M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/ihatemoney"
[install.init_main_permission]
help.en = "Each ihatemoney project is protected by a password anyways"
help.fr = "Les projets ihatemoney sont protégés par un mot de passe dans tous les cas"
type = "group"
default = "visitors"
[install.password]
type = "password"
[resources]
[resources.sources.main]
url = "https://github.com/spiral-project/ihatemoney/archive/refs/tags/6.1.3.tar.gz"
sha256 = "5f47a1c4ba18684ce1c645869202d36cfea94f4dc3b974d694a6dcef292c38e9"
prefetch = false
# Only here as a notification source, need to change version in _common.sh
autoupdate.strategy = "latest_github_release"
autoupdate.needs_manual_tweaks = true
[resources.system_user]
[resources.install_dir]
group = "www-data:r-x"
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "mariadb-server, python3-dev, python3-venv, libffi-dev, libssl-dev"
[resources.database]
type = "mysql"