diff --git a/copyparty/web/svcs.html b/copyparty/web/svcs.html index 65038deb..c69e0b4b 100644 --- a/copyparty/web/svcs.html +++ b/copyparty/web/svcs.html @@ -53,7 +53,6 @@ {% if s %}
  • running rclone mount on LAN (or just dont have valid certificates)? add --no-check-certificate
  • {% endif %} -
  • running rclone mount as root? add --allow-other
  • old version of rclone? replace all = with   (space)
  • @@ -137,7 +136,6 @@ {% if args.ftps %}
  • running on LAN (or just dont have valid certificates)? add no_check_certificate=true to the config command
  • {% endif %} -
  • running rclone mount as root? add --allow-other
  • old version of rclone? replace all = with   (space)
  • if you want to use the native FTP client in windows instead (please dont), press win+R and run this command:

    diff --git a/scripts/deps-docker/Dockerfile b/scripts/deps-docker/Dockerfile index a9625c71..5de3b057 100644 --- a/scripts/deps-docker/Dockerfile +++ b/scripts/deps-docker/Dockerfile @@ -3,7 +3,7 @@ WORKDIR /z ENV ver_asmcrypto=c72492f4a66e17a0e5dd8ad7874de354f3ccdaa5 \ ver_hashwasm=4.12.0 \ ver_marked=4.3.0 \ - ver_dompf=3.2.2 \ + ver_dompf=3.2.3 \ ver_mde=2.18.0 \ ver_codemirror=5.65.18 \ ver_fontawesome=5.13.0 \