2024-02-29 10:11:40 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "diaspora"
name = "Diaspora"
description . en = "Distributed social networking service"
description . fr = "Service de réseau social distribué"
2024-03-09 14:10:11 +01:00
version = "0.7.18.2~ynh3"
2024-02-29 10:11:40 +01:00
2024-03-08 15:38:44 +01:00
maintainers = [ "autra" ]
2024-02-29 10:11:40 +01:00
[ upstream ]
license = "AGPL-3.0"
website = "https://diasporafoundation.org/"
admindoc = "https://wiki.diasporafoundation.org/FAQ_for_pod_maintainers"
userdoc = "https://wiki.diasporafoundation.org/FAQ_for_users"
code = "https://github.com/diaspora/diaspora"
[ integration ]
2024-05-20 23:29:07 +02:00
yunohost = ">=11.2.12"
2024-08-30 22:47:53 +02:00
helpers_version = "2.1"
2024-03-08 23:06:24 +01:00
architectures = "all"
2024-02-29 10:11:40 +01:00
multi_instance = true
ldap = false
sso = false
2024-03-04 14:26:51 +01:00
disk = "500M"
2024-03-03 16:35:14 +01:00
ram . build = "2000M"
ram . runtime = "2000M"
2024-02-29 10:11:40 +01:00
[ install ]
[ install . domain ]
type = "domain"
[ install . admin ]
type = "user"
[ install . init_main_permission ]
type = "group"
default = "visitors"
[ install . password ]
help . en = "Admin password. Must contain at least 10 characters, one lowercase letter, one uppercase letter, one number, and one symbol (e.g. '~!@#$%^&*()')."
help . fr = "Mot de passe pour l’ administrateur. Doit contenir au moins 10 caractères, une majuscule, une minuscule, un chiffre, et une ponctuation (ex. '~!@#$%^&*()')."
type = "password"
optional = false
[ resources ]
[ resources . sources . main ]
url = "https://github.com/diaspora/diaspora/archive/refs/tags/v0.7.18.2.tar.gz"
sha256 = "0b5828aa45af2361bfda4cd0f1e97070c322d90f1d16416bae2cba2418af9930"
autoupdate . strategy = "latest_github_release"
[ resources . system_user ]
2024-03-09 14:09:57 +01:00
allow_email = true
2024-02-29 10:11:40 +01:00
[ resources . install_dir ]
2024-08-30 22:47:53 +02:00
group = "www-data:r-x"
2024-02-29 10:11:40 +01:00
[ resources . permissions ]
main . url = "/"
[ resources . apt ]
packages = [
"cmake" ,
"imagemagick" ,
"ghostscript" ,
"curl" ,
"libmagickwand-dev" ,
"git" ,
"libpq-dev" ,
"redis-server" ,
"postgresql" ,
"libffi-dev" ,
"libgdbm-dev" ,
"libncurses5-dev" ,
"libyaml-dev" ,
"pkg-config" ,
"sqlite3" ,
"libgmp-dev" ,
"libssl-dev" ,
# For Ruby
"libjemalloc-dev" ,
"curl" ,
"build-essential" ,
"libreadline-dev" ,
"zlib1g-dev" ,
"libsqlite3-dev" ,
"libssl-dev" ,
"libxml2-dev" ,
"libxslt-dev" ,
"autoconf" ,
"automake" ,
"bison" ,
"libtool" ,
]
[ resources . database ]
type = "postgresql"