Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 56db6b2b authored by Florent VINCENT's avatar Florent VINCENT 👾
Browse files

Merge branch 'public-page-signup-link' into 'master'

Public page signup link

See merge request !38
parents 908efc95 53880c21
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -126,5 +126,8 @@ RUN curl -fsSL -o eCloud-theme.tar.gz \
    chown -R www-data:www-data ${BASE_DIR}/themes/eCloud/ && \
    rm -rf eCloud-theme.tar.gz ${BASE_DIR}/themes/example/

# Replace "Get your own free account" NC link with /e/ Account link in public pages
RUN sed -i 's/https:\/\/nextcloud.com\/signup\//https:\/\/e\.foundation\/<?php p(\$_\[\x27language\x27\]); ?>\/e-email-invite\//' ${BASE_DIR}/core/templates/layout.public.php 

ENTRYPOINT ["/custom_entrypoint.sh"]
CMD ["php-fpm"]