2024-03-19 22:15:36 +01:00
|
|
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
|
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "zerobin"
|
|
|
|
name = "Zerobin"
|
|
|
|
description.en = "Minimalist pastebin where the server has zero knowledge of pasted data"
|
|
|
|
description.fr = "Pastebin minimaliste où le serveur n'a aucune connaissance des données copiées"
|
|
|
|
|
2024-03-19 22:34:16 +01:00
|
|
|
version = "1.7.1~ynh1"
|
2024-03-19 22:15:36 +01:00
|
|
|
|
2024-04-06 17:31:27 +02:00
|
|
|
maintainers = []
|
2024-03-19 22:15:36 +01:00
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "Zlib"
|
|
|
|
website = "https://privatebin.info/"
|
|
|
|
demo = "https://privatebin.net/"
|
|
|
|
admindoc = "https://github.com/PrivateBin/PrivateBin/wiki"
|
|
|
|
code = "https://github.com/PrivateBin/PrivateBin"
|
|
|
|
|
|
|
|
[integration]
|
2024-06-06 09:33:46 +02:00
|
|
|
yunohost = ">= 11.2"
|
2024-03-19 22:31:12 +01:00
|
|
|
architectures = "all"
|
2024-03-19 22:15:36 +01:00
|
|
|
multi_instance = true
|
2024-03-19 22:31:12 +01:00
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
2024-03-19 22:15:36 +01:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/zerobin"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
help.en = "If private, only YunoHost users can create a paste, but everyone can read it."
|
|
|
|
help.fr = "Si privé, seul les utilisateurs YunoHost peuvent créer un paste, mais tout le monde peut lire."
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.sources.main]
|
2024-03-19 22:31:12 +01:00
|
|
|
url = "https://github.com/PrivateBin/PrivateBin/archive/refs/tags/1.7.1.tar.gz"
|
|
|
|
sha256 = "136faa5ba0c2d51ace916a2c0b282f5c7d5376265406040c91730e28233367ff"
|
2024-03-19 22:15:36 +01:00
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
2024-03-19 22:31:12 +01:00
|
|
|
|
|
|
|
[resources.apt]
|
2024-03-19 22:34:16 +01:00
|
|
|
packages = "php8.2 php8.2-gd"
|