1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flohmarkt_ynh.git synced 2024-09-03 18:36:30 +02:00

Update manifest.toml

This commit is contained in:
Éric Gaspar 2024-05-10 11:21:29 +02:00
parent b475ce6375
commit c136cf1fdf

View file

@ -3,8 +3,9 @@
packaging_format = 2 packaging_format = 2
id = "flohmarkt" id = "flohmarkt"
name = "flohmarkt" name = "Flohmarkt"
description.en = "A decentral federated small ads platform" description.en = "Decentralized federated small ads platform"
description.fr = "Plateforme de petites annonces fédérées décentralisée"
version = "0.0~ynh5" version = "0.0~ynh5"
@ -25,7 +26,7 @@ code = "https://codeberg.org/flohmarkt/flohmarkt"
# fund = "???" # fund = "???"
[integration] [integration]
yunohost = ">= 11.2.11" yunohost = ">= 11.2"
architectures = "all" architectures = "all"
# https://codeberg.org/ChriChri/flohmarkt_ynh/issues/11 # https://codeberg.org/ChriChri/flohmarkt_ynh/issues/11
multi_instance = true multi_instance = true
@ -58,7 +59,7 @@ ram.runtime = "100M"
# e.g. 'https://doma.in/path' - might not work, needs to be tested: # e.g. 'https://doma.in/path' - might not work, needs to be tested:
# https://codeberg.org/ChriChri/flohmarkt_ynh/issues/4 # https://codeberg.org/ChriChri/flohmarkt_ynh/issues/4
type = "path" type = "path"
default = "/" default = "/flohmarkt"
[install.init_main_permission] [install.init_main_permission]
# who will be able to access the apps URL after installation? # who will be able to access the apps URL after installation?
@ -78,9 +79,9 @@ ram.runtime = "100M"
default = "flohmarkt" default = "flohmarkt"
type = "string" type = "string"
ask.en = "mail sender local part" ask.en = "mail sender local part"
help.en = "flohmarkt will send emails using the sender <mail_user>@<mail_domain>. Please provide the <mail_user> part." help.en = "Flohmarkt will send emails using the sender <mail_user>@<mail_domain>. Please provide the <mail_user> part."
ask.de = "E-Mail-Absender Benutzername" ask.de = "E-Mail-Absender Benutzername"
help.de = "flohmarkt verschickt emails unter dem Absender <mail_user>@<mail_domain>. Bitte gib Deinen <mail_user> ein." help.de = "Flohmarkt verschickt emails unter dem Absender <mail_user>@<mail_domain>. Bitte gib Deinen <mail_user> ein."
[install.mail_domain] [install.mail_domain]
# @@ is there a 'type' that makes sure that on this domain email service is enabled? # @@ is there a 'type' that makes sure that on this domain email service is enabled?
@ -93,8 +94,8 @@ ram.runtime = "100M"
[install.flohmarkt_name] [install.flohmarkt_name]
# flohmarkt.conf: "InstanceName" # flohmarkt.conf: "InstanceName"
type = "string" type = "string"
default = "my yunohost flohmarkt" default = "my yunohost Flohmarkt"
ask.en = "name of your flohmarkt instance" ask.en = "name of your Flohmarkt instance"
ask.de = "Name des Flohmarkts" ask.de = "Name des Flohmarkts"
[resources] [resources]
@ -155,7 +156,7 @@ ram.runtime = "100M"
[resources.apt] [resources.apt]
# python dependencies shall be installed in a venv using pip. # python dependencies shall be installed in a venv using pip.
# moreutils is needed for `ts` used in systemd.service # moreutils is needed for `ts` used in systemd.service
packages = "python3-pip python3-full curl apt-transport-https gnupg moreutils curl" packages = "python3-pip, python3-full, curl, apt-transport-https, gnupg, moreutils, curl"
# repo for couchdb - doesn't work, yet # repo for couchdb - doesn't work, yet
# extras.couchdb.repo = "deb https://apache.jfrog.io/artifactory/couchdb-deb/ __YNH_DEBIAN_VERSION__ main" # extras.couchdb.repo = "deb https://apache.jfrog.io/artifactory/couchdb-deb/ __YNH_DEBIAN_VERSION__ main"
# extras.couchdb.key = "https://couchdb.apache.org/repo/keys.asc" # extras.couchdb.key = "https://couchdb.apache.org/repo/keys.asc"