2023-06-10 21:45:19 +02:00
|
|
|
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"
|
|
|
|
|
2023-06-10 22:38:45 +02:00
|
|
|
version = "5.2.0~ynh3"
|
2023-06-10 21:45:19 +02:00
|
|
|
|
|
|
|
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]
|
2023-06-10 22:38:45 +02:00
|
|
|
yunohost = ">= 11.1.21"
|
|
|
|
architectures = "all"
|
2023-06-10 21:45:19 +02:00
|
|
|
multi_instance = true
|
2023-06-10 22:38:45 +02:00
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
2023-06-10 21:45:19 +02:00
|
|
|
|
|
|
|
[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.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
[resources.apt]
|
2023-06-10 22:38:45 +02:00
|
|
|
packages = "python3-dev, python3-venv, libffi-dev, libssl-dev"
|
2023-06-10 21:45:19 +02:00
|
|
|
|
|
|
|
[resources.database]
|
|
|
|
type = "mysql"
|