diff options
| author | Thomas <51749973+Thovi98@users.noreply.github.com> | 2025-08-21 10:42:04 +0200 |
|---|---|---|
| committer | Thomas <51749973+Thovi98@users.noreply.github.com> | 2025-08-21 10:42:04 +0200 |
| commit | e827fbe4a89c0dcd51308457e5f00a9fc5dcc18b (patch) | |
| tree | 2f1bc893b809539efdd81568897cafcf183a7131 /manifest.toml | |
| parent | 1d2bff59e07dba330f3ee73b9ac08835c9a0640b (diff) | |
| download | mastodon_ynh-e827fbe4a89c0dcd51308457e5f00a9fc5dcc18b.tar.gz mastodon_ynh-e827fbe4a89c0dcd51308457e5f00a9fc5dcc18b.tar.bz2 mastodon_ynh-e827fbe4a89c0dcd51308457e5f00a9fc5dcc18b.zip | |
convert to helpers v2.1 and try to upgrade to latest version
Diffstat (limited to 'manifest.toml')
| -rw-r--r-- | manifest.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/manifest.toml b/manifest.toml index fd14664..2e00d20 100644 --- a/manifest.toml +++ b/manifest.toml @@ -19,7 +19,8 @@ cpe = "cpe:2.3:a:joinmastodon:mastodon" fund = "https://joinmastodon.org/sponsors" [integration] -yunohost = ">= 11.2.12" +yunohost = ">= 12.0.10" +helpers_version = "2.1" architectures = "all" multi_instance = true @@ -60,6 +61,7 @@ ram.runtime = "500M" allow_email = true [resources.install_dir] + group = "www-data:r-x" [resources.permissions] main.url = "/" |
