mirror of
https://github.com/YunoHost-Apps/conduit_ynh.git
synced 2024-09-03 18:16:30 +02:00
bump version
This commit is contained in:
parent
e7a01ea320
commit
e87bc62ba0
1 changed files with 25 additions and 25 deletions
|
@ -5,9 +5,9 @@ name = "Conduit"
|
||||||
description.en = "Simple, fast and reliable chat server powered by Matrix"
|
description.en = "Simple, fast and reliable chat server powered by Matrix"
|
||||||
description.fr = "Serveur de chat simple, rapide et fiable alimenté par Matrix"
|
description.fr = "Serveur de chat simple, rapide et fiable alimenté par Matrix"
|
||||||
|
|
||||||
version = "0.6.0~ynh5"
|
version = "0.6.0~ynh6"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = [ "eric_G" ]
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
@ -18,7 +18,7 @@ fund = "https://liberapay.com/timokoesters/"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.2"
|
yunohost = ">= 11.2"
|
||||||
architectures = ["arm64", "amd64", "armhf"]
|
architectures = [ "arm64", "amd64", "armhf" ]
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
|
|
||||||
ldap = "not_relevant"
|
ldap = "not_relevant"
|
||||||
|
@ -69,27 +69,27 @@ ram.runtime = "50M"
|
||||||
armhf.url = "https://gitlab.com/famedly/conduit/-/jobs/artifacts/master/raw/build-output/linux_arm_v7/conduit?job=docker:master"
|
armhf.url = "https://gitlab.com/famedly/conduit/-/jobs/artifacts/master/raw/build-output/linux_arm_v7/conduit?job=docker:master"
|
||||||
armhf.sha256 = "595534a8eb19496f7ac39130e62a29645fc04b001faad72032144ab97467d394"
|
armhf.sha256 = "595534a8eb19496f7ac39130e62a29645fc04b001faad72032144ab97467d394"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
[resources.install_dir]
|
[resources.install_dir]
|
||||||
|
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
main.show_tile = false
|
main.show_tile = false
|
||||||
|
|
||||||
server_api.url = "__DOMAIN__/_matrix"
|
server_api.url = "__DOMAIN__/_matrix"
|
||||||
server_api.label = "Server access for client apps."
|
server_api.label = "Server access for client apps."
|
||||||
server_api.show_tile = false
|
server_api.show_tile = false
|
||||||
server_api.allowed = "visitors"
|
server_api.allowed = "visitors"
|
||||||
server_api.auth_header = false
|
server_api.auth_header = false
|
||||||
server_api.protected = true
|
server_api.protected = true
|
||||||
|
|
||||||
server_client_infos.url = "__SERVER_NAME__/.well-known/matrix"
|
server_client_infos.url = "__SERVER_NAME__/.well-known/matrix"
|
||||||
server_client_infos.label = "Server info for federation. (well-known)"
|
server_client_infos.label = "Server info for federation. (well-known)"
|
||||||
server_client_infos.show_tile = false
|
server_client_infos.show_tile = false
|
||||||
server_client_infos.allowed = "visitors"
|
server_client_infos.allowed = "visitors"
|
||||||
server_client_infos.auth_header = false
|
server_client_infos.auth_header = false
|
||||||
server_client_infos.protected = true
|
server_client_infos.protected = true
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
main.default = 6167
|
main.default = 6167
|
||||||
|
|
Loading…
Add table
Reference in a new issue