mirror of
https://github.com/YunoHost-Apps/gamja_ynh.git
synced 2024-09-03 18:36:34 +02:00
commit
269faf4f2c
4 changed files with 12 additions and 9 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
A simple IRC web client.
|
A simple IRC web client.
|
||||||
|
|
||||||
**Shipped version:** 1.0.0-beta.8~ynh1
|
**Shipped version:** 1.0.0-beta.8~ynh2
|
||||||
|
|
||||||
**Demo:** https://web.libera.chat/gamja/
|
**Demo:** https://web.libera.chat/gamja/
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
|
|
||||||
A simple IRC web client.
|
A simple IRC web client.
|
||||||
|
|
||||||
**Version incluse :** 1.0.0-beta.8~ynh1
|
**Version incluse :** 1.0.0-beta.8~ynh2
|
||||||
|
|
||||||
**Démo :** https://web.libera.chat/gamja/
|
**Démo :** https://web.libera.chat/gamja/
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Websocket gateway to IRC networks
|
Description=Gamja: Websocket gateway to IRC networks
|
||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
|
|
@ -5,9 +5,9 @@ name = "Gamja"
|
||||||
description.en = "Simple IRC web client"
|
description.en = "Simple IRC web client"
|
||||||
description.fr = "Simple IRC web client"
|
description.fr = "Simple IRC web client"
|
||||||
|
|
||||||
version = "1.0.0-beta.8~ynh1"
|
version = "1.0.0-beta.8~ynh2"
|
||||||
|
|
||||||
maintainers = []
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
|
@ -16,7 +16,7 @@ demo = "https://web.libera.chat/gamja/"
|
||||||
code = "https://sr.ht/~emersion/gamja/"
|
code = "https://sr.ht/~emersion/gamja/"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.16"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = false
|
ldap = false
|
||||||
|
@ -27,13 +27,16 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[install.domain]
|
[install.domain]
|
||||||
type = "domain"
|
type = "domain"
|
||||||
full_domain = true
|
|
||||||
|
[install.init_main_permission]
|
||||||
|
type = "group"
|
||||||
|
default = "visitors"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
[resources.sources.webircgateway]
|
[resources.sources.webircgateway]
|
||||||
url = "https://github.com/kiwiirc/webircgateway/archive/a152bf28aa3ba37c0be78b1ef1c26e7f48ce84c2.tar.gz"
|
url = "https://github.com/kiwiirc/webircgateway/archive/bb110ab6c4ca864b623070e5d5c0a95486390a9b.tar.gz"
|
||||||
sha256 = "a2a6a08596ac1c2c71af09427490b7338d963e6f1c81ea3540e7be4092990340"
|
sha256 = "96ae87e0c4148dac731e5709068de41803ff464edd53821eaf1ffcc7e4c0e1ce"
|
||||||
autoupdate.upstream = "https://github.com/kiwiirc/webircgateway"
|
autoupdate.upstream = "https://github.com/kiwiirc/webircgateway"
|
||||||
autoupdate.strategy = "latest_github_commit"
|
autoupdate.strategy = "latest_github_commit"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue