mirror of
https://github.com/YunoHost-Apps/privatebin_ynh.git
synced 2024-09-03 20:15:56 +02:00
ac70ec54bf
* Update manifest.toml * Auto-update READMEs * cleaning * helpers 2.1 * Update manifest.toml * Update tests.toml --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org>
60 lines
No EOL
1.3 KiB
TOML
60 lines
No EOL
1.3 KiB
TOML
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"
|
|
|
|
version = "1.7.4~ynh1"
|
|
|
|
maintainers = []
|
|
|
|
[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]
|
|
yunohost = ">= 11.2.20"
|
|
helpers_version = "2.1"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
ram.build = "150M"
|
|
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]
|
|
url = "https://github.com/PrivateBin/PrivateBin/archive/refs/tags/1.7.4.tar.gz"
|
|
sha256 = "ee90331a9a955d1bf7efe178d89a92359092123d1071ee2aab1866c0ab43af97"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "php8.3-fpm"
|
|
|