2023-04-03 11:43:36 +02:00
|
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
|
|
id = "hedgedoc"
|
|
|
|
|
name = "HedgeDoc"
|
|
|
|
|
description.en = "Collaborative editor to work on notes written in Markdown"
|
|
|
|
|
description.fr = "Éditeur collaboratif pour travailler sur des notes en Markdown"
|
|
|
|
|
|
2024-05-28 23:36:01 +02:00
|
|
|
|
version = "2.0.0~ynh1"
|
2023-04-03 11:43:36 +02:00
|
|
|
|
|
2024-02-14 11:02:30 +01:00
|
|
|
|
maintainers = []
|
2023-04-03 11:43:36 +02:00
|
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
|
license = "AGPL-3.0-only"
|
|
|
|
|
website = "https://hedgedoc.org"
|
|
|
|
|
demo = "https://demo.hedgedoc.org/"
|
|
|
|
|
admindoc = "https://docs.hedgedoc.org/"
|
|
|
|
|
code = "https://github.com/hedgedoc/hedgedoc"
|
|
|
|
|
|
|
|
|
|
[integration]
|
2023-08-13 14:28:01 +02:00
|
|
|
|
yunohost = ">= 11.2"
|
2023-04-03 11:43:36 +02:00
|
|
|
|
architectures = "all"
|
|
|
|
|
multi_instance = true
|
2023-11-15 18:56:53 +01:00
|
|
|
|
|
2023-04-03 11:43:36 +02:00
|
|
|
|
ldap = true
|
2023-11-15 18:56:53 +01:00
|
|
|
|
|
2023-04-03 11:43:36 +02:00
|
|
|
|
sso = true
|
2023-11-15 18:56:53 +01:00
|
|
|
|
|
2023-04-03 11:43:36 +02:00
|
|
|
|
disk = "50M"
|
2023-07-01 14:21:21 +02:00
|
|
|
|
ram.build = "900M"
|
2023-04-03 11:43:36 +02:00
|
|
|
|
ram.runtime = "50M"
|
|
|
|
|
|
|
|
|
|
[install]
|
|
|
|
|
[install.domain]
|
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
|
type = "path"
|
|
|
|
|
default = "/hedgedoc"
|
|
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
2023-07-14 13:46:30 +02:00
|
|
|
|
help.en = "Set to visitors, HedgeDoc will be accessible by people who do not have an account. This can be changed later via the webadmin."
|
|
|
|
|
help.fr = "Défini sur visiteurs, HedgeDoc sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
2023-04-03 11:43:36 +02:00
|
|
|
|
type = "group"
|
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
|
|
|
|
|
|
[resources.sources]
|
|
|
|
|
|
|
|
|
|
[resources.sources.main]
|
2024-05-28 23:36:01 +02:00
|
|
|
|
url = "https://github.com/hedgedoc/hedgedoc/archive/refs/tags/v2.0.0-alpha.2.tar.gz"
|
2024-05-28 23:44:52 +02:00
|
|
|
|
sha256 = "626bdb721b7ec13b4103bfc8b043cca6bc5037c87cbf73b5aace2e44758a0c2a"
|
2023-04-03 11:43:36 +02:00
|
|
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
|
|
|
|
|
|
[resources.ports]
|
2024-05-28 23:31:51 +02:00
|
|
|
|
frontend.default = 3001
|
|
|
|
|
backend.default = 3000
|
2023-04-03 11:43:36 +02:00
|
|
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
|
|
[resources.apt]
|
|
|
|
|
packages = "postgresql"
|
|
|
|
|
|
|
|
|
|
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
|
|
|
|
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
|
|
|
|
extras.yarn.packages = "yarn"
|
|
|
|
|
|
|
|
|
|
[resources.database]
|
|
|
|
|
type = "postgresql"
|