mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
944e09a743
Co-authored-by: OniriCorpe <oniricorpe@disroot.org> Co-authored-by: OniriCorpe <github@oniricorpe.eu> Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> Co-authored-by: Yunohost-Bot <> Co-authored-by: Salamandar <6552989+Salamandar@users.noreply.github.com>
119 lines
4.6 KiB
TOML
119 lines
4.6 KiB
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
packaging_format = 2
|
|
|
|
id = "gotosocial"
|
|
name = "GoToSocial"
|
|
description.en = "Fast ActivityPub social network server written in Go"
|
|
description.nl = "some test to see if my local script will work"
|
|
description.fr = "Serveur de réseau social véloce basé sur ActivityPub écrit en Go"
|
|
|
|
version = "0.14.2~ynh1"
|
|
|
|
maintainers = ["OniriCorpe"]
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0-only"
|
|
website = "https://gotosocial.org/"
|
|
admindoc = "https://docs.gotosocial.org/en/latest/"
|
|
userdoc = "https://docs.gotosocial.org/en/latest/"
|
|
code = "https://github.com/superseriousbusiness/gotosocial"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2.6"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "100M"
|
|
ram.runtime = "100M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.admin]
|
|
ask.en = "Name your admin user for GoToSocial"
|
|
ask.fr = "Nommez votre compte administrateur pour GoToSocial"
|
|
help.en = "Must be in lower case and without special characters."
|
|
help.fr = "Doit être en minuscule et sans caractère special."
|
|
type = "string"
|
|
example = "johndoe"
|
|
|
|
[install.email]
|
|
ask.en = "The email adress of your admin account."
|
|
ask.fr = "L'adresse e-mail de votre compte admin."
|
|
type = "string"
|
|
example = "johndoe@example.com"
|
|
|
|
[install.password]
|
|
help.en = "Must contain: upper case, lower case, number and special character."
|
|
help.fr = "Il doit contenir : majuscule, minuscule, chiffre et caractère spécial."
|
|
type = "password"
|
|
|
|
[install.accounts_registration_open]
|
|
ask.en = "Open registration?"
|
|
ask.fr = "Inscriptions ouvertes ?"
|
|
help.en = "Do you want people to be able to just submit sign up requests (true), or do you want invite only (false)?"
|
|
help.fr = "Voulez-vous que les gens puissent envoyer des demandes d'inscription (true) ou voulez-vous que les inscriptions soient uniquement sur invitation (false) ?"
|
|
type = "boolean"
|
|
default = false
|
|
|
|
[install.accounts_approval_required]
|
|
ask.en = "Registration approval?"
|
|
ask.fr = "Vérification manuelle des inscriptions ?"
|
|
help.en = "Do sign up requests require approval from an admin/moderator before an account can sign in/use the server?"
|
|
help.fr = "Les demandes d'inscription doivent-elles être approuvées par un-e administrateur-ice/modérateur-ice avant qu'un compte puisse se connecter et utiliser le serveur ?"
|
|
type = "boolean"
|
|
default = true
|
|
|
|
[install.accounts_reason_required]
|
|
ask.en = "Request registration reason?"
|
|
ask.fr = "Demande de motif pour les inscriptions ?"
|
|
help.en = "Are sign up requests required to submit a reason for the request (eg., an explanation of why they want to join the instance)?"
|
|
help.fr = "Les demandes d'inscription doivent-elles être accompagnée d'un motif (par exemple, une explication de la raison pour laquelle la personne veut rejoindre l'instance) ?"
|
|
type = "boolean"
|
|
default = true
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
in_subdir = false
|
|
i386.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.14.2/gotosocial_0.14.2_linux_386.tar.gz"
|
|
i386.sha256 = "17d4b4cdd0cfb60387f4441d5342f30a8f1df674c8111abeac5c1491e8cafc25"
|
|
amd64.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.14.2/gotosocial_0.14.2_linux_amd64.tar.gz"
|
|
amd64.sha256 = "ff6d2628c359fc9718febd4717d1f5a17675da798360273caa63b11c85b52717"
|
|
armv6.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.14.2/gotosocial_0.14.2_linux_armv6.tar.gz"
|
|
armv6.sha256 = "caebc1aa612ff99bf225d406c5b32c6a08398901908efbbcfa8c2be7c25b49fc"
|
|
armv7.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.14.2/gotosocial_0.14.2_linux_armv7.tar.gz"
|
|
armv7.sha256 = "83d5abc428f46be4e904bb4a8f6c7a9c018423e03f827403f29b1e1e1484ffc3"
|
|
arm64.url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v0.14.2/gotosocial_0.14.2_linux_arm64.tar.gz"
|
|
arm64.sha256 = "6cadec6fb1c350a7dcfbd232ab18eb5521b2aae031fc914c556dc5ce964eaed2"
|
|
|
|
autoupdate.asset.i386 = "gotosocial_.*linux_386.tar.gz$"
|
|
autoupdate.asset.amd64 = "gotosocial_.*linux_amd64.tar.gz$"
|
|
autoupdate.asset.armv6 = "gotosocial_.*linux_armv6.tar.gz$"
|
|
autoupdate.asset.armv7 = "gotosocial_.*linux_armv7.tar.gz$"
|
|
autoupdate.asset.arm64 = "gotosocial_.*linux_arm64.tar.gz$"
|
|
autoupdate.strategy = "latest_github_release"
|
|
|
|
[resources.system_user]
|
|
allow_email = true
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
main.allowed = "visitors"
|
|
main.protected = true
|
|
main.show_tile = false
|
|
|
|
[resources.ports]
|
|
|
|
[resources.apt]
|
|
packages = "postgresql, postgresql-contrib"
|
|
|
|
[resources.database]
|
|
type = "postgresql"
|