mirror of
https://github.com/YunoHost-Apps/lutim_ynh.git
synced 2024-09-03 19:36:24 +02:00
65 lines
1.8 KiB
TOML
65 lines
1.8 KiB
TOML
packaging_format = 2
|
|
|
|
id = "lutim"
|
|
name = "Lutim"
|
|
description.en = "Anonymous image hosting service"
|
|
description.fr = "Service d'hébergement anonyme d'images"
|
|
|
|
version = "0.12.1~ynh5"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0-only"
|
|
website = "https://lut.im"
|
|
demo = "https://lut.im/"
|
|
userdoc = "https://framagit.org/luc/lutim/wikis/home"
|
|
code = "https://framagit.org/fiat-tux/hat-softwares/lutim"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.1.17"
|
|
architectures = "all"
|
|
multi_instance = false
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/lutim"
|
|
|
|
[install.init_main_permission]
|
|
help.en = "If you set Lutim as visitors, everyone will be able to upload images and share them.<br>But even if not public, everyone can see an image from a link shared with your Lutim."
|
|
help.fr = "Si vous définissez Lutim comme visitors, tout le monde pourra télécharger des images et les partager.<br>Mais même si ce n'est pas public, tout le monde peut voir une image à partir d'un lien partagé avec votre Lutim."
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[install.always_encrypt]
|
|
ask.en = "Force the encryption of images?"
|
|
ask.fr = "Forcer le chiffrement des images ?"
|
|
type = "boolean"
|
|
default = true
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://framagit.org/fiat-tux/hat-softwares/lutim/-/archive/0.12.1/lutim-0.12.1.tar.gz"
|
|
sha256 = "141f142d47e3a8367e0c292304ddbecfc34b49ae7e561e2c3526000040318973"
|
|
autoupdate.strategy = "latest_gitlab_release"
|
|
|
|
[resources.ports]
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "carton perlmagick libpq-dev shared-mime-info"
|