mirror of
https://github.com/YunoHost-Apps/mautrix_discord_ynh.git
synced 2024-09-03 19:36:35 +02:00
commit
206b62e720
9 changed files with 8 additions and 13 deletions
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Matrix-Discord bridge for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/mautrix_discord)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/mautrix_discord/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=mautrix_discord)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ No se debe editar a mano.
|
|||
|
||||
# Matrix-Discord bridge para Yunohost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/mautrix_discord)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/mautrix_discord/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=mautrix_discord)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ EZ editatu eskuz.
|
|||
|
||||
# Matrix-Discord bridge YunoHost-erako
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/mautrix_discord)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/mautrix_discord/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=mautrix_discord)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ Il NE doit PAS être modifié à la main.
|
|||
|
||||
# Matrix-Discord bridge pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/mautrix_discord)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/mautrix_discord/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=mautrix_discord)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ NON debe editarse manualmente.
|
|||
|
||||
# Matrix-Discord bridge para YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/mautrix_discord)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/mautrix_discord/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=mautrix_discord)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
# YunoHost 上的 Matrix-Discord bridge
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/mautrix_discord)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/mautrix_discord/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=mautrix_discord)
|
||||
|
||||
|
|
|
@ -34,8 +34,7 @@ ram.runtime = "1024M"
|
|||
ask.en = "Choose the local Synapse instance to communicate with mautrix_discord."
|
||||
ask.fr = "Choisissez l'instance Synapse qui doit communiquer avec mautrix_discord."
|
||||
type = "app"
|
||||
pattern.regexp = "synapse(__)*[0-9]*"
|
||||
pattern.error = "Invalid app selected. Please select a Synapse instance."
|
||||
filter = "match(id, '^(synapse|conduit|dendrite)(__[0-9]+)?$')"
|
||||
help.en = "Usually the Synapse instances contain a number after it is installed more than one time. E.g. synapse__1 will be the second instance."
|
||||
help.fr = "En général, les instances de Synapse contiennent un numéro après avoir été installées plus d'une fois. Par exemple, synapse__1 sera la deuxième instance."
|
||||
default = "synapse"
|
||||
|
@ -86,7 +85,7 @@ ram.runtime = "1024M"
|
|||
arm64.sha256 = "080b520871a51ddbe866ad83c889d47323452e6c25ee1b785e04a690884a77d9"
|
||||
armhf.url = "https://github.com/mautrix/discord/releases/download/v0.6.5/mautrix-discord-arm"
|
||||
armhf.sha256 = "e3a9eb3f64dc6d9e568f34f79b0b22cd08584c01779d22788ee6e966f5cde827"
|
||||
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.amd64 = "^mautrix-discord-amd64$"
|
||||
autoupdate.asset.arm64 = "^mautrix-discord-arm64$"
|
||||
|
|
2
sources/extra_files/app/.gitignore
vendored
2
sources/extra_files/app/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*~
|
||||
*.sw[op]
|
2
sources/patches/.gitignore
vendored
2
sources/patches/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
*~
|
||||
*.sw[op]
|
Loading…
Add table
Reference in a new issue