2023-06-10 11:39:13 +02:00
|
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
|
|
id = "isso"
|
|
|
|
|
name = "Isso"
|
|
|
|
|
description.en = "Lightweight commenting server"
|
|
|
|
|
description.fr = "Système de commentaire léger"
|
|
|
|
|
|
|
|
|
|
version = "0.13.0~ynh1"
|
|
|
|
|
|
|
|
|
|
maintainers = ["Navan Chauhan"]
|
|
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
|
license = "MIT"
|
|
|
|
|
website = "https://isso-comments.de"
|
|
|
|
|
demo = "https://isso-comments.de"
|
|
|
|
|
admindoc = "https://isso-comments.de/docs/reference/server-config/"
|
|
|
|
|
userdoc = "https://isso-comments.de/docs/reference/client-config/"
|
|
|
|
|
code = "https://github.com/posativ/isso"
|
|
|
|
|
|
|
|
|
|
[integration]
|
2023-06-10 11:50:32 +02:00
|
|
|
|
yunohost = ">= 11.1.20"
|
|
|
|
|
architectures = "all"
|
2023-06-10 11:39:13 +02:00
|
|
|
|
multi_instance = true
|
2023-06-10 11:50:32 +02:00
|
|
|
|
ldap = false
|
|
|
|
|
sso = false
|
|
|
|
|
disk = "50M"
|
|
|
|
|
ram.build = "50M"
|
|
|
|
|
ram.runtime = "50M"
|
2023-06-10 11:39:13 +02:00
|
|
|
|
|
|
|
|
|
[install]
|
|
|
|
|
[install.domain]
|
|
|
|
|
type = "domain"
|
|
|
|
|
full_domain = true
|
|
|
|
|
|
|
|
|
|
[install.target_domain]
|
2023-06-10 11:50:32 +02:00
|
|
|
|
ask.en = "your website or blog (not the location of Isso!). Please do not add a trailing `/` in the target_domain"
|
|
|
|
|
ask.fr = "votre site Web ou votre blog (pas l'emplacement d'Isso !). Veuillez ne pas ajouter de `/` à la fin du domaine_cible"
|
2023-06-10 11:39:13 +02:00
|
|
|
|
type = "string"
|
2023-06-10 11:50:32 +02:00
|
|
|
|
example = "https://someotherwebsite.com"
|
2023-06-10 11:39:13 +02:00
|
|
|
|
|
|
|
|
|
[install.admin]
|
|
|
|
|
help.en = "User who will receive moderation emails"
|
2023-06-10 11:50:32 +02:00
|
|
|
|
help.fr = "Utilisateur qui recevra les emails de modération"
|
2023-06-10 11:39:13 +02:00
|
|
|
|
type = "user"
|
|
|
|
|
|
|
|
|
|
[install.password]
|
2023-06-10 11:50:32 +02:00
|
|
|
|
help.en = "Password for the admin interface."
|
|
|
|
|
help.fr = "Mot de passe pour l'interface d'administration."
|
2023-06-10 11:39:13 +02:00
|
|
|
|
type = "password"
|
|
|
|
|
|
|
|
|
|
[resources]
|
2023-06-10 11:50:32 +02:00
|
|
|
|
|
|
|
|
|
[resources.ports]
|
|
|
|
|
|
2023-06-10 11:39:13 +02:00
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
|
|
[resources.data_dir]
|
|
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
|
main.url = "/"
|
2023-06-10 11:50:32 +02:00
|
|
|
|
admin.url = "/admin"
|
|
|
|
|
admin.allowed = "admins"
|
2023-06-10 12:03:18 +02:00
|
|
|
|
api.url = "/api"
|
|
|
|
|
api.allowed = "visitors"
|
|
|
|
|
api.show_tile = false
|
|
|
|
|
api.protected = true
|
2023-06-10 11:50:32 +02:00
|
|
|
|
|
|
|
|
|
[resources.apt]
|
|
|
|
|
packages = "git curl python3 python3-pip python3-venv libpq-dev libsasl2-dev python3-dev libssl-dev libffi-dev python3-cffi"
|