diff --git a/manifest.toml b/manifest.toml index 616dce4..6f5365f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -2,8 +2,8 @@ packaging_format = 2 id = "iceshrimp" name = "Iceshrimp" -description.en = "$app is a decentralized and federated social networking service, implementing the ActivityPub standard." -description.fr = "$app est un service de réseau social décentralisé et fédéré, implémentant le standard ActivityPub." +description.en = "Decentralized and federated social networking service" +description.fr = "Service de réseau social décentralisé et fédéré" version = "2023.12.1~ynh1" @@ -16,11 +16,13 @@ code = "https://iceshrimp.dev/iceshrimp/iceshrimp" [integration] yunohost = ">= 11.2" -architectures = "all" +architectures = "all" multi_instance = false -ldap = "not_relevant" -sso = "not_relevant" -disk = "50M" + +ldap = "not_relevant" +sso = "not_relevant" + +disk = "50M" ram.build = "2G" ram.runtime = "2G"