This website works better with JavaScript.
首頁
探索
說明
登入
overmind
/
matrix-docker-ansible-deploy
镜像来自
https://github.com/spantaleev/matrix-docker-ansible-deploy
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Merge pull request
#675
from scottcrossen/slc/rename
Shameless refactor of all systemd descriptions for bridges
pull/676/head
Slavi Pantaleev
5 年之前
committed by
GitHub
父節點
5abd511368
fa5d85426b
當前提交
28c8b0fec0
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID:
4AEE18F83AFDEB23
共有
17 個文件被更改
,包括
17 次插入
和
17 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/matrix-bot-matrix-reminder-bot/templates/systemd/matrix-bot-matrix-reminder-bot.service.j2
+1
-1
roles/matrix-bridge-appservice-discord/templates/systemd/matrix-appservice-discord.service.j2
+1
-1
roles/matrix-bridge-appservice-irc/templates/systemd/matrix-appservice-irc.service.j2
+1
-1
roles/matrix-bridge-appservice-slack/templates/systemd/matrix-appservice-slack.service.j2
+1
-1
roles/matrix-bridge-appservice-webhooks/templates/systemd/matrix-appservice-webhooks.service.j2
+1
-1
roles/matrix-bridge-mautrix-facebook/templates/systemd/matrix-mautrix-facebook.service.j2
+1
-1
roles/matrix-bridge-mautrix-hangouts/templates/systemd/matrix-mautrix-hangouts.service.j2
+1
-1
roles/matrix-bridge-mautrix-telegram/templates/systemd/matrix-mautrix-telegram.service.j2
+1
-1
roles/matrix-bridge-mautrix-whatsapp/templates/systemd/matrix-mautrix-whatsapp.service.j2
+1
-1
roles/matrix-bridge-mx-puppet-discord/templates/systemd/matrix-mx-puppet-discord.service.j2
+1
-1
roles/matrix-bridge-mx-puppet-instagram/templates/systemd/matrix-mx-puppet-instagram.service.j2
+1
-1
roles/matrix-bridge-mx-puppet-skype/templates/systemd/matrix-mx-puppet-skype.service.j2
+1
-1
roles/matrix-bridge-mx-puppet-slack/templates/systemd/matrix-mx-puppet-slack.service.j2
+1
-1
roles/matrix-bridge-mx-puppet-steam/templates/systemd/matrix-mx-puppet-steam.service.j2
+1
-1
roles/matrix-bridge-mx-puppet-twitter/templates/systemd/matrix-mx-puppet-twitter.service.j2
+1
-1
roles/matrix-bridge-sms/templates/systemd/matrix-sms-bridge-database.service.j2
+1
-1
roles/matrix-bridge-sms/templates/systemd/matrix-sms-bridge.service.j2
+ 1
- 1
roles/matrix-bot-matrix-reminder-bot/templates/systemd/matrix-bot-matrix-reminder-bot.service.j2
查看文件
@@ -1,6 +1,6 @@
#jinja2: lstrip_blocks: "True"
[Unit]
Description=
matrix-reminder-
bot
Description=
Matrix reminder
bot
{% for service in matrix_bot_matrix_reminder_bot_systemd_required_services_list %}
Requires={{ service }}
After={{ service }}
+ 1
- 1
roles/matrix-bridge-appservice-discord/templates/systemd/matrix-appservice-discord.service.j2
查看文件
@@ -1,6 +1,6 @@
#jinja2: lstrip_blocks: "True"
[Unit]
Description=Matrix Appservice Discord
server
Description=Matrix Appservice Discord
bridge
{% for service in matrix_appservice_discord_systemd_required_services_list %}
Requires={{ service }}
After={{ service }}
+ 1
- 1
roles/matrix-bridge-appservice-irc/templates/systemd/matrix-appservice-irc.service.j2
查看文件
@@ -1,6 +1,6 @@
#jinja2: lstrip_blocks: "True"
[Unit]
Description=Matrix Appservice IRC
server
Description=Matrix Appservice IRC
bridge
{% for service in matrix_appservice_irc_systemd_required_services_list %}
Requires={{ service }}
After={{ service }}
+ 1
- 1
roles/matrix-bridge-appservice-slack/templates/systemd/matrix-appservice-slack.service.j2
查看文件
@@ -1,6 +1,6 @@
#jinja2: lstrip_blocks: "True"
[Unit]
Description=Matrix Appservice Slack
server
Description=Matrix Appservice Slack
bridge
{% for service in matrix_appservice_slack_systemd_required_services_list %}
Requires={{ service }}
After={{ service }}
+ 1
- 1
roles/matrix-bridge-appservice-webhooks/templates/systemd/matrix-appservice-webhooks.service.j2
查看文件
@@ -1,6 +1,6 @@
#jinja2: lstrip_blocks: "True"
[Unit]
Description=Matrix Appservice webhooks
server
Description=Matrix Appservice webhooks
bridge
{% for service in matrix_appservice_webhooks_systemd_required_services_list %}
Requires={{ service }}
After={{ service }}
+ 1
- 1
roles/matrix-bridge-mautrix-facebook/templates/systemd/matrix-mautrix-facebook.service.j2
查看文件
@@ -1,6 +1,6 @@
#jinja2: lstrip_blocks: "True"
[Unit]
Description=Matrix Mautrix Facebook
server
Description=Matrix Mautrix Facebook
bridge
{% for service in matrix_mautrix_facebook_systemd_required_services_list %}
Requires={{ service }}
After={{ service }}
+ 1
- 1
roles/matrix-bridge-mautrix-hangouts/templates/systemd/matrix-mautrix-hangouts.service.j2
查看文件
@@ -1,6 +1,6 @@
#jinja2: lstrip_blocks: "True"
[Unit]
Description=Matrix Mautrix Hangouts
server
Description=Matrix Mautrix Hangouts
bridge
{% for service in matrix_mautrix_hangouts_systemd_required_services_list %}
Requires={{ service }}
After={{ service }}
+ 1
- 1
roles/matrix-bridge-mautrix-telegram/templates/systemd/matrix-mautrix-telegram.service.j2
查看文件
@@ -1,6 +1,6 @@
#jinja2: lstrip_blocks: "True"
[Unit]
Description=Matrix Mautrix Telegram
server
Description=Matrix Mautrix Telegram
bridge
{% for service in matrix_mautrix_telegram_systemd_required_services_list %}
Requires={{ service }}
After={{ service }}
+ 1
- 1
roles/matrix-bridge-mautrix-whatsapp/templates/systemd/matrix-mautrix-whatsapp.service.j2
查看文件
@@ -1,6 +1,6 @@
#jinja2: lstrip_blocks: "True"
[Unit]
Description=Matrix Mautrix Whatsapp
server
Description=Matrix Mautrix Whatsapp
bridge
{% for service in matrix_mautrix_whatsapp_systemd_required_services_list %}
Requires={{ service }}
After={{ service }}
+ 1
- 1
roles/matrix-bridge-mx-puppet-discord/templates/systemd/matrix-mx-puppet-discord.service.j2
查看文件
@@ -1,6 +1,6 @@
#jinja2: lstrip_blocks: "True"
[Unit]
Description=Matrix Mx Puppet Discord
server
Description=Matrix Mx Puppet Discord
bridge
{% for service in matrix_mx_puppet_discord_systemd_required_services_list %}
Requires={{ service }}
After={{ service }}
+ 1
- 1
roles/matrix-bridge-mx-puppet-instagram/templates/systemd/matrix-mx-puppet-instagram.service.j2
查看文件
@@ -1,6 +1,6 @@
#jinja2: lstrip_blocks: "True"
[Unit]
Description=Matrix Mx Puppet Instagram
server
Description=Matrix Mx Puppet Instagram
bridge
{% for service in matrix_mx_puppet_instagram_systemd_required_services_list %}
Requires={{ service }}
After={{ service }}
+ 1
- 1
roles/matrix-bridge-mx-puppet-skype/templates/systemd/matrix-mx-puppet-skype.service.j2
查看文件
@@ -1,6 +1,6 @@
#jinja2: lstrip_blocks: "True"
[Unit]
Description=Matrix Mx Puppet Skype
server
Description=Matrix Mx Puppet Skype
bridge
{% for service in matrix_mx_puppet_skype_systemd_required_services_list %}
Requires={{ service }}
After={{ service }}
+ 1
- 1
roles/matrix-bridge-mx-puppet-slack/templates/systemd/matrix-mx-puppet-slack.service.j2
查看文件
@@ -1,6 +1,6 @@
#jinja2: lstrip_blocks: "True"
[Unit]
Description=Matrix Mx Puppet Slack
server
Description=Matrix Mx Puppet Slack
bridge
{% for service in matrix_mx_puppet_slack_systemd_required_services_list %}
Requires={{ service }}
After={{ service }}
+ 1
- 1
roles/matrix-bridge-mx-puppet-steam/templates/systemd/matrix-mx-puppet-steam.service.j2
查看文件
@@ -1,6 +1,6 @@
#jinja2: lstrip_blocks: "True"
[Unit]
Description=Matrix Mx Puppet Steam
server
Description=Matrix Mx Puppet Steam
bridge
{% for service in matrix_mx_puppet_steam_systemd_required_services_list %}
Requires={{ service }}
After={{ service }}
+ 1
- 1
roles/matrix-bridge-mx-puppet-twitter/templates/systemd/matrix-mx-puppet-twitter.service.j2
查看文件
@@ -1,6 +1,6 @@
#jinja2: lstrip_blocks: "True"
[Unit]
Description=Matrix Mx Puppet Twitter
server
Description=Matrix Mx Puppet Twitter
bridge
{% for service in matrix_mx_puppet_twitter_systemd_required_services_list %}
Requires={{ service }}
After={{ service }}
+ 1
- 1
roles/matrix-bridge-sms/templates/systemd/matrix-sms-bridge-database.service.j2
查看文件
@@ -1,6 +1,6 @@
#jinja2: lstrip_blocks: "True"
[Unit]
Description=
matrix-sms-bridge-database server
Description=
Matrix sms bridge database
{% for service in matrix_sms_bridge_database_systemd_required_services_list %}
Requires={{ service }}
After={{ service }}
+ 1
- 1
roles/matrix-bridge-sms/templates/systemd/matrix-sms-bridge.service.j2
查看文件
@@ -1,6 +1,6 @@
#jinja2: lstrip_blocks: "True"
[Unit]
Description=
matrix-sms-bridge server
Description=
Matrix sms bridge
{% for service in matrix_sms_bridge_systemd_required_services_list %}
Requires={{ service }}
After={{ service }}
Write
Preview
Loading…
取消
儲存