1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cowyo_ynh.git synced 2024-09-03 18:16:15 +02:00
cowyo_ynh/manifest.toml
2024-06-23 18:29:43 +02:00

62 lines
1.8 KiB
TOML

#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "cowyo"
name = "Cowyo"
description.en = "Feature-rich wiki webserver for minimalists"
description.fr = "Serveur de wiki minimaliste mais riche en fonctionnalités"
version = "2.12.0~ynh4"
maintainers = ["tituspijean"]
[upstream]
license = "MIT"
demo = "https://cowyo.com"
admindoc = "https://github.com/schollz/cowyo/blob/master/README.md"
code = "https://github.com/schollz/cowyo"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
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]
in_subdir = false
extract = false
rename = "cowyo"
amd64.url = "https://github.com/schollz/cowyo/releases/download/v2.12.0/cowyo_linux_amd64"
amd64.sha256 = "c2f43c87fc3ff73a6a7d12d9db7146c37375a94ecc5f37ae7b1f00b34782e241"
armhf.url = "https://github.com/schollz/cowyo/releases/download/v2.12.0/cowyo_linux_arm"
armhf.sha256 = "85a7bbfe930a636336bee6ee3e5c44d43826ac0ce56fe462f77878c14f5bc440"
i386.url = "https://github.com/schollz/cowyo/releases/download/v2.12.0/cowyo_linux_32bit"
i386.sha256 = "cd29400f8e8d5b4551d8a6d244c3df215072651984be7d67e3619bc26135a13e"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^cowyo_linux_amd64$"
autoupdate.asset.armhf = "^cowyo_linux_arm$"
autoupdate.asset.i386 = "^cowyo_linux_32bit$"
[resources.system_user]
[resources.install_dir]
[resources.ports]
[resources.permissions]
main.url = "/"