mirror of
https://github.com/YunoHost-Apps/lutim_ynh.git
synced 2024-09-03 19:36:24 +02:00
b15a2db5d5
* cleaning up * Cleaning up (#66) * Fix * Auto-update README Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Apply example_ynh * Auto-update README * Apply example_ynh * Update lutim.conf.template Co-authored-by: ericgaspar <junk.eg@free.fr> Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org>
66 lines
No EOL
2.1 KiB
JSON
66 lines
No EOL
2.1 KiB
JSON
{
|
|
"name": "Lutim",
|
|
"id": "lutim",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Anonymous image hosting service",
|
|
"fr": "Service d'hébergement anonyme d'images"
|
|
},
|
|
"version": "0.12.1~ynh4",
|
|
"url": "https://lut.im",
|
|
"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"
|
|
},
|
|
"license": "AGPL-3.0-only",
|
|
"maintainer": {
|
|
"name": "",
|
|
"email": ""
|
|
},
|
|
"previous_maintainers": [{
|
|
"name": "Maniack Crudelis et matlink",
|
|
"email": "maniackc_dev@crudelis.fr"
|
|
}],
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/lutim",
|
|
"default": "/lutim"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": false,
|
|
"help": {
|
|
"en": "If you set Lutim as public, 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.",
|
|
"fr": "Si vous définissez Lutim comme public, 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."
|
|
}
|
|
},
|
|
{
|
|
"name": "always_encrypt",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Force the encryption of images?",
|
|
"fr": "Forcer le chiffrement des images ?"
|
|
},
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
} |