2023-04-18 09:37:51 +02:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "privatebin"
|
|
|
|
name = "PrivateBin"
|
|
|
|
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-05-13 20:24:26 +02:00
|
|
|
version = "1.7.3~ynh1"
|
2023-04-18 09:37:51 +02:00
|
|
|
|
2024-05-01 02:08:43 +02:00
|
|
|
maintainers = []
|
2023-04-18 09:37:51 +02: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]
|
2023-08-27 23:06:06 +02:00
|
|
|
yunohost = ">= 11.2"
|
2023-04-18 09:37:51 +02:00
|
|
|
architectures = "all"
|
|
|
|
multi_instance = true
|
2023-12-17 14:37:55 +01:00
|
|
|
|
2023-04-18 09:37:51 +02:00
|
|
|
ldap = false
|
2023-12-17 14:37:55 +01:00
|
|
|
|
2023-04-18 09:37:51 +02:00
|
|
|
sso = false
|
2023-12-17 14:37:55 +01:00
|
|
|
|
2023-04-18 09:37:51 +02:00
|
|
|
disk = "50M"
|
2023-07-09 09:48:16 +02:00
|
|
|
ram.build = "150M"
|
2023-04-18 09:37:51 +02:00
|
|
|
ram.runtime = "50M"
|
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/privatebin"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.sources.main]
|
2024-05-13 20:24:26 +02:00
|
|
|
url = "https://github.com/PrivateBin/PrivateBin/archive/refs/tags/1.7.3.tar.gz"
|
|
|
|
sha256 = "85b3b8db81e893b684364b12085cd2ee9eef172d96e6d831ebbc021fcb32fb99"
|
2023-08-27 23:06:39 +02:00
|
|
|
autoupdate.strategy = "latest_github_tag"
|
2023-04-18 09:37:51 +02:00
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
[resources.apt]
|
2023-07-09 09:39:12 +02:00
|
|
|
packages = "php8.2-fpm"
|
2024-05-01 02:08:43 +02:00
|
|
|
|