mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
filling
This commit is contained in:
parent
9006854ac4
commit
e7665bf14a
1 changed files with 78 additions and 72 deletions
150
manifest.toml
150
manifest.toml
|
@ -1,103 +1,109 @@
|
||||||
packaging_format = 2
|
packaging_format = 2
|
||||||
|
|
||||||
id = "gotosocial"
|
|
||||||
name = "GoToSocial"
|
|
||||||
description.en = "An ActivityPub social network server, written in Golang."
|
description.en = "An ActivityPub social network server, written in Golang."
|
||||||
description.fr = "Un serveur de réseau social basé sur ActivityPub écrit en Golang."
|
description.fr = "Un serveur de réseau social basé sur ActivityPub écrit en Golang."
|
||||||
|
id = "gotosocial"
|
||||||
|
name = "GoToSocial"
|
||||||
|
|
||||||
version = "0.5.2~ynh1"
|
version = "0.5.2~ynh1"
|
||||||
|
|
||||||
maintainers = ["OniriCorpe"]
|
maintainers = ["OniriCorpe"]
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
license = "AGPL-3.0-only"
|
admindoc = "https://docs.gotosocial.org/en/latest/"
|
||||||
website = "https://docs.gotosocial.org/"
|
code = "https://github.com/superseriousbusiness/gotosocial"
|
||||||
demo = ""
|
|
||||||
admindoc = "https://docs.gotosocial.org/en/latest/"
|
|
||||||
userdoc = "https://docs.gotosocial.org/en/latest/"
|
|
||||||
code = "https://github.com/superseriousbusiness/gotosocial"
|
|
||||||
cpe = "???" # FIXME: optional but recommended if relevant, this is meant to contain the Common Platform Enumeration, which is sort of a standard id for applications defined by the NIST. In particular, Yunohost may use this is in the future to easily track CVE (=security reports) related to apps. The CPE may be obtained by searching here: https://nvd.nist.gov/products/cpe/search. For example, for Nextcloud, the CPE is 'cpe:2.3:a:nextcloud:nextcloud' (no need to include the version number)
|
cpe = "???" # FIXME: optional but recommended if relevant, this is meant to contain the Common Platform Enumeration, which is sort of a standard id for applications defined by the NIST. In particular, Yunohost may use this is in the future to easily track CVE (=security reports) related to apps. The CPE may be obtained by searching here: https://nvd.nist.gov/products/cpe/search. For example, for Nextcloud, the CPE is 'cpe:2.3:a:nextcloud:nextcloud' (no need to include the version number)
|
||||||
fund = "???" # FIXME: optional but recommended (or remove if irrelevant / not applicable). This is meant to be an URL where people can financially support this app, especially when its development is based on volunteers and/or financed by its community. YunoHost may later advertise it in the webadmin.
|
demo = ""
|
||||||
|
fund = "https://github.com/superseriousbusiness/gotosocial#sponsorship--funding" # FIXME: optional but recommended (or remove if irrelevant / not applicable). This is meant to be an URL where people can financially support this app, especially when its development is based on volunteers and/or financed by its community. YunoHost may later advertise it in the webadmin.
|
||||||
|
license = "AGPL-3.0-only"
|
||||||
|
userdoc = "https://docs.gotosocial.org/en/latest/"
|
||||||
|
website = "https://docs.gotosocial.org/"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.0.6"
|
architectures = [
|
||||||
architectures = "all" # FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64/armel), for example: ["amd64", "i386"]
|
"amd64",
|
||||||
|
"i386",
|
||||||
|
"arm64",
|
||||||
|
"armv6",
|
||||||
|
"armv7",
|
||||||
|
]
|
||||||
|
disk = "100M"
|
||||||
|
ldap = "false"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = "?" # FIXME: replace with true, false, or "not_relevant"
|
ram.build = "50M"
|
||||||
sso = "?" # FIXME: replace with true, false, or "not_relevant"
|
ram.runtime = "200M"
|
||||||
disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
|
sso = "false"
|
||||||
ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
yunohost = ">= 11.1.2"
|
||||||
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
[install.alpha_software]
|
[install.alpha_software]
|
||||||
ask.en = "Please note that GoToSocial is in early development stage. It may contain changing or unstable features, bugs, and security vulnerability."
|
ask.en = "Please note that GoToSocial is in early development stage. It may contain changing or unstable features, bugs, and security vulnerability."
|
||||||
ask.fr = "Veuillez noter que GoToSocial est au tout début de son développment. Il pourrait contenir des fonctionnalités changeantes ou instables, des bugs, et des failles de sécurité."
|
ask.fr = "Veuillez noter que GoToSocial est au tout début de son développment. Il pourrait contenir des fonctionnalités changeantes ou instables, des bugs, et des failles de sécurité."
|
||||||
type = "display_text"
|
type = "display_text"
|
||||||
|
|
||||||
[install.domain]
|
[install.domain]
|
||||||
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
||||||
type = "domain"
|
full_domain = true
|
||||||
full_domain = true
|
type = "domain"
|
||||||
|
|
||||||
[install.admin]
|
[install.admin]
|
||||||
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
||||||
help.en = "Must be in lower case and without special characters."
|
example = "johndoe"
|
||||||
help.fr = "Doit être en minuscule et sans caractère special."
|
help.en = "Must be in lower case and without special characters."
|
||||||
type = "string"
|
help.fr = "Doit être en minuscule et sans caractère special."
|
||||||
example = "johndoe"
|
type = "string"
|
||||||
|
|
||||||
[install.email]
|
[install.email]
|
||||||
ask.en = "The email adress of your admin account."
|
ask.en = "The email adress of your admin account."
|
||||||
ask.fr = "L'adresse e-mail de votre compte admin."
|
ask.fr = "L'adresse e-mail de votre compte admin."
|
||||||
type = "string"
|
example = "johndoe@example.com"
|
||||||
example = "johndoe@example.com"
|
type = "string"
|
||||||
|
|
||||||
[install.password]
|
[install.password]
|
||||||
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
||||||
help.en = "Must contain: upper case, lower case, number and special character."
|
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."
|
help.fr = "Il doit contenir : majuscule, minuscule, chiffre et caractère spécial."
|
||||||
type = "password"
|
type = "password"
|
||||||
|
|
||||||
[install.accounts_registration_open]
|
[install.accounts_registration_open]
|
||||||
ask.en = "Open registration?"
|
ask.en = "Open registration?"
|
||||||
ask.fr = "Inscriptions ouvertes ?"
|
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)?"
|
default = 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) ?"
|
help.en = "Do you want people to be able to just submit sign up requests (true), or do you want invite only (false)?"
|
||||||
type = "boolean"
|
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) ?"
|
||||||
default = false
|
type = "boolean"
|
||||||
|
|
||||||
[install.accounts_approval_required]
|
[install.accounts_approval_required]
|
||||||
ask.en = "Registration approval?"
|
ask.en = "Registration approval?"
|
||||||
ask.fr = "Vérification manuelle des inscriptions ?"
|
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?"
|
default = true
|
||||||
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 ?"
|
help.en = "Do sign up requests require approval from an admin/moderator before an account can sign in/use the server?"
|
||||||
type = "boolean"
|
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 ?"
|
||||||
default = true
|
type = "boolean"
|
||||||
|
|
||||||
[install.accounts_reason_required]
|
[install.accounts_reason_required]
|
||||||
ask.en = "Request registration reason?"
|
ask.en = "Request registration reason?"
|
||||||
ask.fr = "Demande de motif pour les inscriptions ?"
|
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)?"
|
default = true
|
||||||
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) ?"
|
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)?"
|
||||||
type = "boolean"
|
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) ?"
|
||||||
default = true
|
type = "boolean"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
[resources.install_dir]
|
[resources.install_dir]
|
||||||
|
|
||||||
[resources.data_dir]
|
[resources.data_dir]
|
||||||
|
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
main.default = 8095
|
main.default = 8095
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "postgresql, postgresql-contrib"
|
packages = "postgresql, postgresql-contrib"
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
type = "postgresql"
|
type = "postgresql"
|
||||||
|
|
Loading…
Add table
Reference in a new issue