diff --git a/bigbluebutton.yml b/bigbluebutton.yml index 9e9e50f4f0e91bc41f892223a7e881fc02afeb52..5867c076d9275f025acb3b7d0f5c9bccfb8a327a 100644 --- a/bigbluebutton.yml +++ b/bigbluebutton.yml @@ -23,3 +23,9 @@ bbb_greenlight_secret: "{{ lookup('password', 'credentials/greenlight_secret length=50') }}" bbb_hostname: bbb.sfconservancy.org bbb_letsencrypt_email: REDACTED + - community.docker.docker_container_exec: + command: "sed -ie 's#^ invite_message: .*# invite_message: \"For the complete corresponding source code of this instance of BigBlueButton, click here. To invite someone to the meeting, send them this link:\"#' /usr/src/app/config/locales/en.yml" + container: "greenlight-v2" + - community.docker.docker_container_exec: + command: "sed -ie 's#^ about: .*# about: \"%{href} is a simple front-end for your BigBlueButton open-source web conferencing server. You can create your own rooms to host sessions, or join others using a short and convenient link. For the complete corresponding source code of this instance, click here.\"#' /usr/src/app/config/locales/en.yml" + container: "greenlight-v2" diff --git a/requirements.yml b/requirements.yml index 86caa9e6bb0eee34fb5681900e8919a086378230..f337e764dc80069e9aac96550259b4bd62913a1f 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,5 +1,7 @@ +# Code generated by dhall-to-yaml. DO NOT EDIT. collections: - name: community.general +- name: community.docker roles: - name: ebbba.bigbluebutton version: "v2.3.0-a1.0.0"