mirror of
https://github.com/YunoHost-Apps/turtl_ynh.git
synced 2024-09-03 20:26:35 +02:00
60 lines
1.2 KiB
TOML
60 lines
1.2 KiB
TOML
packaging_format = 2
|
|
|
|
id = "turtl"
|
|
name = "Turtl"
|
|
description.en = "Share notes, bookmarks, and documents for sensitive projects"
|
|
description.fr = "Partagez des notes, des marque-pages et autre documents pour des projets sensibles"
|
|
|
|
version = "2021.03.05~ynh1"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "MIT"
|
|
website = "https://turtlapp.com"
|
|
admindoc = "https://turtlapp.com/docs/"
|
|
code = "https://github.com/turtl/server"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = false
|
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/turtl/server/archive/0e59ee0a47fc5937600999d14ceb1aca6392aec8.tar.gz"
|
|
sha256 = "be1482756fed2fc80dd8592049c2282727439c883eae732844a6e30856eb55da"
|
|
autoupdate.strategy = "latest_github_commit"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "postgresql, postgresql-contrib"
|
|
|
|
[resources.database]
|
|
type = "postgresql"
|
|
|
|
[resources.ports]
|