# HG changeset patch # User Goffi # Date 1634743197 -7200 # Node ID d5fd630b57bbad855bd83bf82b5fed9d4594f068 # Parent 1fe6742b8df8f417918477aaddeadceb441a4bf2 docker: fix use of File Sharing component following entry point renaming diff -r 1fe6742b8df8 -r d5fd630b57bb docker/backend-dev-demo/Dockerfile --- a/docker/backend-dev-demo/Dockerfile Thu Sep 30 10:33:09 2021 +0200 +++ b/docker/backend-dev-demo/Dockerfile Wed Oct 20 17:19:57 2021 +0200 @@ -16,7 +16,7 @@ RUN ./entrypoint.sh \ # we create the file sharing component which will autoconnect when backend is started - jp profile create file_sharing -j files.server1.test -p "" --xmpp-password test_e2e -C file_sharing -A && \ + jp profile create file-sharing -j files.server1.test -p "" --xmpp-password test_e2e -C file-sharing -A && \ libervia-backend stop RUN ./entrypoint.sh \ diff -r 1fe6742b8df8 -r d5fd630b57bb docker/backend-dev-demo/libervia.conf --- a/docker/backend-dev-demo/libervia.conf Thu Sep 30 10:33:09 2021 +0200 +++ b/docker/backend-dev-demo/libervia.conf Wed Oct 20 17:19:57 2021 +0200 @@ -4,7 +4,7 @@ email_port = 8025 email_admins_list = admin@server1.test -[component file_sharing] +[component file-sharing] http_upload_public_facing_url = http://localhost:7777 http_upload_connection_type = http http_upload_port = 7777 diff -r 1fe6742b8df8 -r d5fd630b57bb docker/backend-dev-e2e/Dockerfile --- a/docker/backend-dev-e2e/Dockerfile Thu Sep 30 10:33:09 2021 +0200 +++ b/docker/backend-dev-e2e/Dockerfile Wed Oct 20 17:19:57 2021 +0200 @@ -58,7 +58,7 @@ RUN ./entrypoint.sh \ # we create the file sharing component which will autoconnect when backend is started - li profile create file_sharing -j files.server1.test -p "" --xmpp-password test_e2e -C file_sharing -A && \ + li profile create file-sharing -j files.server1.test -p "" --xmpp-password test_e2e -C file-sharing -A && \ libervia-backend stop ENV LIBERVIA_TEST_REPORT_DIR=/reports diff -r 1fe6742b8df8 -r d5fd630b57bb docker/backend-dev-e2e/libervia.conf --- a/docker/backend-dev-e2e/libervia.conf Thu Sep 30 10:33:09 2021 +0200 +++ b/docker/backend-dev-e2e/libervia.conf Wed Oct 20 17:19:57 2021 +0200 @@ -4,7 +4,7 @@ email_port = 8025 email_admins_list = admin@server1.test -[component file_sharing] +[component file-sharing] tls_certificate = /usr/share/libervia/certificates/server1.test.pem tls_private_key = /usr/share/libervia/certificates/server1.test-key.pem http_upload_public_facing_url = https://libervia-backend.test:8888