1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/privatebin_ynh.git synced 2024-09-03 20:15:56 +02:00
privatebin_ynh/manifest.toml
eric_G 25623568a2
Testing (#31)
* Auto-update README

* 1.5.1

* Auto-update README

* Php (#18)

* Update _common.sh

* Auto-update README

* add config panel

* fix

* Update config_panel.toml

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

* Upgrade auto-updater (#20)

* [autopatch] Upgrade auto-updater

* Auto-update README

---------

Co-authored-by: tituspijean <titus@pijean.ovh>

* Version 2 (#21)

* v2

* v2

* Auto-update README

* Update upgrade

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

* Update manifest.toml

* Auto-update README

* cleaning

* Auto-update README

* cleaning

* Delete ADMIN.md

* Auto-update README

* Update DESCRIPTION_fr.md

* Auto-update README

* Update manifest.toml

* Update manifest.toml

* 1.6.0

* Auto-update README

* Upgrade to v1.6.2 (#25)

* Update manifest.toml

* Update manifest.toml

* Auto-update README

* Update manifest.toml

* Update manifest.toml

* Auto-update README

* Update manifest.toml

* Auto-update README

* remove the empty string inside 'maintainers'

* Auto-update READMEs

* Upgrade to v1.7.2 (#30)

* Upgrade to v1.7.2

* Auto-update READMEs

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: tituspijean <titus@pijean.ovh>
Co-authored-by: OniriCorpe <github@oniricorpe.eu>
2024-05-06 06:34:12 +02:00

59 lines
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.2~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"
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.2.tar.gz"
sha256 = "f2ea504e1064e0bcdb140c5d9343b9d9724e91c5c23a7ebdb13bfab3360d205e"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "php8.2-fpm"