mirror of
https://github.com/YunoHost-Apps/fluffychat_ynh.git
synced 2024-09-03 18:36:04 +02:00
Upgrade to v1.17.0
Changelog: https://github.com/krille-chan/fluffychat/releases/tag/v1.17.0
This commit is contained in:
parent
203779abd5
commit
a62642998d
1 changed files with 22 additions and 22 deletions
|
@ -7,9 +7,9 @@ name = "Fluffychat"
|
||||||
description.en = "Matrix messenger client"
|
description.en = "Matrix messenger client"
|
||||||
description.fr = "Client de messagerie Matrix"
|
description.fr = "Client de messagerie Matrix"
|
||||||
|
|
||||||
version = "1.16.0~ynh1"
|
version = "1.17.0~ynh1"
|
||||||
|
|
||||||
maintainers = ["OniriCorpe"]
|
maintainers = [ "OniriCorpe" ]
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
license = "AGPL-3.0-only"
|
license = "AGPL-3.0-only"
|
||||||
|
@ -34,32 +34,32 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
|
|
||||||
[install.domain]
|
[install.domain]
|
||||||
type = "domain"
|
type = "domain"
|
||||||
|
|
||||||
[install.path]
|
[install.path]
|
||||||
type = "path"
|
type = "path"
|
||||||
default = "/fluffychat"
|
default = "/fluffychat"
|
||||||
|
|
||||||
[install.init_main_permission]
|
[install.init_main_permission]
|
||||||
type = "group"
|
type = "group"
|
||||||
default = "visitors"
|
default = "visitors"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
|
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/krille-chan/fluffychat/releases/download/v1.16.0/fluffychat-web.tar.gz"
|
url = "https://github.com/krille-chan/fluffychat/releases/download/v1.16.0/fluffychat-web.tar.gz"
|
||||||
sha256 = "b7852559895d3a4dd2107f5b8f6814b5d8571a720ea2ec4e1174392fd7267bd1"
|
sha256 = "b7852559895d3a4dd2107f5b8f6814b5d8571a720ea2ec4e1174392fd7267bd1"
|
||||||
in_subdir = 2
|
in_subdir = 2
|
||||||
|
|
||||||
autoupdate.asset = "fluffychat-web.tar.gz"
|
autoupdate.asset = "fluffychat-web.tar.gz"
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
|
|
||||||
[resources.install_dir]
|
[resources.install_dir]
|
||||||
owner = "www-data:rx"
|
owner = "www-data:rx"
|
||||||
group = "www-data:rx"
|
group = "www-data:rx"
|
||||||
|
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
Loading…
Reference in a new issue