2023-09-05 17:12:36 +02:00
|
|
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
|
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"
|
|
|
|
|
2024-08-09 13:40:32 +02:00
|
|
|
version = "6.1.3~ynh1"
|
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"
|
2023-09-05 17:12:36 +02:00
|
|
|
ram.build = "300M"
|
|
|
|
ram.runtime = "100M"
|
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]
|
2024-08-09 13:36:21 +02:00
|
|
|
[resources.sources.main]
|
2024-08-09 13:40:32 +02:00
|
|
|
url = "https://github.com/spiral-project/ihatemoney/archive/refs/tags/6.1.3.tar.gz"
|
|
|
|
sha256 = "5f47a1c4ba18684ce1c645869202d36cfea94f4dc3b974d694a6dcef292c38e9"
|
2024-08-09 13:36:21 +02:00
|
|
|
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
|
|
|
|
|
2023-06-10 21:45:19 +02:00
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
2023-09-08 22:53:08 +02:00
|
|
|
group = "www-data:r-x"
|
2023-06-10 21:45:19 +02:00
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
[resources.apt]
|
2023-09-05 13:52:18 +02:00
|
|
|
packages = "mariadb-server, python3-dev, python3-venv, libffi-dev, libssl-dev"
|
2023-06-10 21:45:19 +02:00
|
|
|
|
|
|
|
[resources.database]
|
|
|
|
type = "mysql"
|