mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
8d5c559dc0
* Upgrade to v0.24.1 (#63) * Upgrade to v0.24.1 * Auto-update READMEs * Update manifest.toml * Auto-update READMEs * Update manifest.toml * Update install * Update upgrade * Update upgrade * Update _common.sh --------- Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> * Auto-update READMEs * cleaning * cleaning * Update manifest.toml * Update manifest.toml * Auto-update READMEs * Auto-update READMEs * Update manifest.toml * Auto-update READMEs * Upgrade to v0.27.1 (#72) * Upgrade sources - `main` v0.27.1: https://github.com/movim/movim/releases/tag/0.27.1 * Auto-update READMEs --------- Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org>
73 lines
1.5 KiB
TOML
73 lines
1.5 KiB
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
packaging_format = 2
|
|
|
|
id = "movim"
|
|
name = "Movim"
|
|
description.en = "Decentralized social platform based on XMPP"
|
|
description.fr = "Plateforme sociale décentralisée basée sur XMPP"
|
|
|
|
version = "0.27.1~ynh1"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0-or-later"
|
|
website = "https://movim.eu"
|
|
demo = "https://nl.movim.eu/?login"
|
|
admindoc = "https://github.com/movim/movim/wiki"
|
|
code = "https://github.com/movim/movim"
|
|
cpe = "cpe:2.3:a:movim:movim"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2.20"
|
|
architectures = "all"
|
|
multi_instance = false
|
|
|
|
ldap = false
|
|
|
|
sso = true
|
|
|
|
disk = "50M"
|
|
ram.build = "100M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/movim/movim/archive/refs/tags/v0.27.1.tar.gz"
|
|
sha256 = "64be341ba2914ce3ab2ed29c97cdcbfbe72e2b404ae1faeaf78c909c3964be42"
|
|
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.ports]
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = [
|
|
"php8.3-curl",
|
|
"php8.3-mbstring",
|
|
"php8.3-imagick",
|
|
"php8.3-gd",
|
|
"php8.3-pgsql",
|
|
"php8.3-xml",
|
|
"postgresql",
|
|
"postgresql-contrib",
|
|
"apt-transport-https",
|
|
]
|
|
|
|
[resources.database]
|
|
type = "postgresql"
|