1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/plainpad_ynh.git synced 2024-09-03 20:05:53 +02:00
plainpad_ynh/manifest.toml

81 lines
2.1 KiB
TOML
Raw Normal View History

2024-06-19 19:41:30 +02:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
2023-03-27 18:56:29 +02:00
packaging_format = 2
id = "plainpad"
name = "Plainpad"
description.en = "Note taking application"
description.fr = "Prise de notes auto-hébergée"
2023-04-04 09:17:12 +02:00
version = "1.0.0~ynh3"
2023-03-27 18:56:29 +02:00
2024-02-14 17:43:31 +01:00
maintainers = []
2023-03-27 18:56:29 +02:00
[upstream]
license = "AGPL-3.0-only"
website = "https://alextselegidis.com/get/plainpad"
demo = "https://alextselegidis.com/try/plainpad/#/login"
admindoc = "https://alextselegidis.com/get/plainpad/self-hosted"
code = "https://github.com/alextselegidis/plainpad"
[integration]
2023-08-17 22:13:02 +02:00
yunohost = ">= 11.2"
2023-04-03 21:19:10 +02:00
architectures = "all"
2023-03-27 18:56:29 +02:00
multi_instance = true
2023-04-03 21:19:10 +02:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-03-27 18:56:29 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/plainpad"
[install.init_main_permission]
help.en = "If enabled, Plainpad will be accessible by people who do not have an account. This can be changed later via the webadmin."
help.fr = "Si cette case est cochée, Plainpad sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
type = "group"
default = "visitors"
[resources]
2023-03-27 19:03:15 +02:00
2024-06-19 19:41:57 +02:00
[resources.sources.main]
url = "https://github.com/alextselegidis/plainpad/releases/download/1.0.0-beta.4/plainpad-1.0.0-beta.4.zip"
sha256 = "578252e15dbc16b63bf1ed7eedc0b1452ca67bf2d4f621c4439931710c3035d3"
in_subdir = false
# Upstream has no proper tag nor releases ...
#autoupdate.strategy = "latest_github_release"
#autoupdate.asset = "^plainpad-.*\\.zip"
2024-06-19 19:41:57 +02:00
2023-03-27 18:56:29 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-03-27 19:03:15 +02:00
api.url = "/api"
api.allowed="visitors"
api.auth_header = false
api.show_tile = false
api.protected = true
[resources.apt]
2024-06-19 19:41:52 +02:00
packages = [
"mariadb-server",
"php8.0-zip",
"php8.0-fileinfo",
"php8.0-xml",
"php8.0-bcmath",
"php8.0-mbstring",
"php8.0-mysql",
]
2023-03-27 18:56:29 +02:00
[resources.database]
type = "mysql"