Sfoglia il codice sorgente

[STEAM] Move docker source from icewind1991 to tilosp fixed repo

pull/1729/head
RoiArthurB 4 anni fa
parent
commit
b38c7371a9
3 ha cambiato i file con 8 aggiunte e 7 eliminazioni
  1. +1
    -0
      docs/self-building.md
  2. +6
    -6
      group_vars/matrix_servers
  3. +1
    -1
      roles/matrix-bridge-mx-puppet-steam/defaults/main.yml

+ 1
- 0
docs/self-building.md Vedi File

@@ -33,6 +33,7 @@ List of roles where self-building the Docker image is currently possible:
- `matrix-bridge-mautrix-signal` - `matrix-bridge-mautrix-signal`
- `matrix-bridge-mautrix-whatsapp` - `matrix-bridge-mautrix-whatsapp`
- `matrix-bridge-mx-puppet-skype` - `matrix-bridge-mx-puppet-skype`
- `matrix-bridge-mx-puppet-steam`
- `matrix-bot-mjolnir` - `matrix-bot-mjolnir`
- `matrix-bot-honoroit` - `matrix-bot-honoroit`
- `matrix-bot-matrix-reminder-bot` - `matrix-bot-matrix-reminder-bot`


+ 6
- 6
group_vars/matrix_servers Vedi File

@@ -908,7 +908,7 @@ matrix_mx_puppet_discord_database_password: "{{ '%s' | format(matrix_homeserver_
# We don't enable bridges by default. # We don't enable bridges by default.
matrix_mx_puppet_steam_enabled: false matrix_mx_puppet_steam_enabled: false


matrix_mx_puppet_steam_container_image_self_build: "{{ matrix_architecture != 'amd64' }}"
matrix_mx_puppet_steam_container_image_self_build: "{{ matrix_architecture not in ['arm64', 'amd64'] }}"


matrix_mx_puppet_steam_systemd_required_services_list: | matrix_mx_puppet_steam_systemd_required_services_list: |
{{ {{
@@ -1552,11 +1552,11 @@ matrix_ssl_domains_to_obtain_certificates_for: |
}} }}


matrix_ssl_architecture: "{{ matrix_ssl_architecture: "{{
{
'amd64': 'amd64',
'arm32': 'arm32v6',
'arm64': 'arm64v8',
}[matrix_architecture]
{
'amd64': 'amd64',
'arm32': 'arm32v6',
'arm64': 'arm64v8',
}[matrix_architecture]
}}" }}"


matrix_ssl_pre_obtaining_required_service_name: "{{ 'matrix-dynamic-dns' if matrix_dynamic_dns_enabled else '' }}" matrix_ssl_pre_obtaining_required_service_name: "{{ 'matrix-dynamic-dns' if matrix_dynamic_dns_enabled else '' }}"


+ 1
- 1
roles/matrix-bridge-mx-puppet-steam/defaults/main.yml Vedi File

@@ -5,7 +5,7 @@
matrix_mx_puppet_steam_enabled: true matrix_mx_puppet_steam_enabled: true


matrix_mx_puppet_steam_container_image_self_build: false matrix_mx_puppet_steam_container_image_self_build: false
matrix_mx_puppet_steam_container_image_self_build_repo: "https://github.com/icewind1991/mx-puppet-steam.git"
matrix_mx_puppet_steam_container_image_self_build_repo: "https://github.com/tilosp/mx-puppet-steam.git"


# Controls whether the mx-puppet-steam container exposes its HTTP port (tcp/8432 in the container). # Controls whether the mx-puppet-steam container exposes its HTTP port (tcp/8432 in the container).
# #


Caricamento…
Annulla
Salva