#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json packaging_format = 2 id = "discourse" name = "Discourse" description.en = "Discussion platform" description.fr = "Plateforme de discussion" version = "2.8.14~ynh3" maintainers = ["JimboJoe"] [upstream] license = "GPL-2.0" website = "http://Discourse.org" demo = "https://try.discourse.org" code = "https://github.com/discourse/discourse" cpe = "cpe:2.3:a:discourse:discourse" [integration] yunohost = ">=11.2.12" architectures = "all" multi_instance = true ldap = true sso = false disk = "50M" ram.build = "50M" ram.runtime = "1G" [install] [install.domain] type = "domain" [install.path] type = "path" default = "/forum" [install.init_main_permission] type = "group" default = "visitors" [install.admin] type = "user" [resources] [resources.sources] [resources.sources.main] url = "https://github.com/discourse/discourse/archive/v2.8.14.tar.gz" sha256 = "b4b9a2857515ab79b2bc71cc0bdd09f9bf749d506c095b76d86846c9adf62623" autoupdate.strategy = "latest_github_tag" [resources.sources.ldap-auth] url = "https://github.com/jonmbake/discourse-ldap-auth/archive/v0.6.0.tar.gz" sha256 = "1f64f90f648f53b40608912221adb60d86c8c13856aaba68c645cd88279445d4" autoupdate.strategy = "latest_github_tag" autoupdate.upstream = "https://github.com/jonmbake/discourse-ldap-auth" [resources.system_user] [resources.install_dir] [resources.permissions] main.url = "/" [resources.apt] packages = [ "advancecomp", "brotli", "cmake", "g++", "gifsicle", "imagemagick", "jhead", "jpegoptim", "libapr1-dev", "libcurl4-dev", "libcurl4-openssl-dev", "libjemalloc-dev", "libjemalloc2", "libjpeg-turbo-progs", "libpq-dev", "libreadline-dev", "libssl-dev", "libtcmalloc-minimal4", "libunwind-dev", "libxml2-dev", "libxslt1-dev", "libyaml-dev", "optipng", "pngcrush", "pngquant", "vim", "zlib1g-dev", "postgresql", "postgresql-client", "postgresql-contrib", "postgresql-server-dev-all", ] 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"