mirror of
https://github.com/YunoHost-Apps/actual_ynh.git
synced 2024-09-03 20:36:16 +02:00
64 lines
1.4 KiB
TOML
64 lines
1.4 KiB
TOML
packaging_format = 2
|
|
|
|
id = "actual"
|
|
name = "Actual"
|
|
description.en = "Local-first personal finance tool"
|
|
description.fr = "Premier outil de finances personnelles local"
|
|
|
|
version = "24.3.0~ynh1"
|
|
|
|
maintainers = ["eric_G"]
|
|
|
|
[upstream]
|
|
license = "MIT"
|
|
admindoc = "https://actualbudget.github.io/docs/"
|
|
code = "https://github.com/actualbudget/actual-server"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
ram.build = "850M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://github.com/actualbudget/actual-server/archive/refs/tags/v24.3.0.tar.gz"
|
|
sha256 = "08a482d071b9fdd0fa1a186d6d4a3e797154b6f34ae7e3bcfc190a005dbc5fec"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
subdirs = ["data/user-files", "data/server-files"]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.ports]
|
|
main.default = 5006
|
|
|
|
[resources.apt]
|
|
packages = "sqlite3"
|
|
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
|
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
|
extras.yarn.packages = "yarn"
|