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

82 lines
2.4 KiB
TOML

packaging_format = 2
id = "writefreely"
name = "WriteFreely"
description.en = "For starting a minimalist, federated blog or an entire community"
description.fr = "Permet de créer un blog fédéré minimaliste ou une communauté entière"
version = "0.15.0~ynh1"
maintainers = ["yalh76"]
[upstream]
license = "AGPL-3.0-or-later"
website = "https://writefreely.org"
demo = "https://write.as/new"
userdoc = "https://writefreely.org/start"
code = "https://github.com/writeas/writefreely"
[integration]
yunohost = ">= 11.2"
architectures = ["arm64", "amd64", "armhf"]
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"
[install.admin]
type = "user"
[install.password]
type = "password"
[install.single_user]
ask.en = "Choose if you want a Single User Blog?"
ask.fr = "Souhaitez vous un blog pour un seul utilisateur ?"
type = "boolean"
default = true
[resources]
[resources.sources]
[resources.sources.main]
arm64.url = "https://github.com/writefreely/writefreely/releases/download/v0.15.0/writefreely_0.15.0_linux_arm64.tar.gz"
arm64.sha256 = "f19bef1d6457d9a37a0443d12dcf62fe58297aabe1daca3a85b5482b56904feb"
amd64.url = "https://github.com/writefreely/writefreely/releases/download/v0.15.0/writefreely_0.15.0_linux_amd64.tar.gz"
amd64.sha256 = "1bda54b9b1759f3112981692540cd622300b3da10961c9d8448fb0654f307232"
armhf.url = "https://github.com/writefreely/writefreely/releases/download/v0.15.0/writefreely_0.15.0_linux_arm7.tar.gz"
armhf.sha256 = "95363045295b1f2301d9d9f8dcaad4b119faed520bbeaed7d4a2034e873d1eda"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.arm64 = "^writefreely_.*_linux_arm64.tar.gz$"
autoupdate.asset.amd64 = "^writefreely_.*_linux_amd64.tar.gz$"
autoupdate.asset.armhf = "^writefreely_.*_linux_arm7.tar.gz$"
[resources.system_user]
[resources.install_dir]
[resources.ports]
[resources.permissions]
main.url = "/"
api.url = "/api"
api.allowed= "visitors"
api.auth_header= false
api.show_tile= false
api.protected= true
[resources.apt]
packages = "mariadb-server"
[resources.database]
type = "mysql"