Results 10 comments of ElonH

RcloneNg 是个纯客户端web应用,数据存在浏览器上。 你是指Rclone的配置文件吗?那个配置文件是由启动参数上设置的,和这个项目没有关系

之前Rclone使用server模式下,挂载不会保留相关信息,重启就会消失。不清楚Rclone现在是否已经实现这个功能。这个功能最好提交到Rclone那边实现,这边的项目只是个前端的作用,是实现不了这功能的

It seems like a feature that can add some options to copy/move/delete operation.

我写了一个QT简易GUI程序, 并且进行打包处理, 可以看一下: https://github.com/ElonH/caj2pdf_gui

I hack the code and implement wildcard support (via RegExp). https://github.com/ElonH/download-artifact-regexp But sorry for my ugly code, it is not compatible with upstream.

Rclone 默认使用localhost 使用`--rc-addr=IP` 修改绑定的地址 但不建议直接暴露在公网。非要这么做,最好加上tls https://rclone.org/rc/#rc-addr-ip

@Nelocompne 用 `0.0.0.0` 试试

@Nelocompne 有没有添加新的配置? 默认配置是 localhost的ip 你需要点右上角添加一个新的配置 https://elonh.github.io/RcloneNg/#/pages/user ![IMG_20220810_203350.jpg](https://user-images.githubusercontent.com/32666230/183902775-60f002f9-c808-47bf-9036-3fff99ff62d1.jpg) https://elonh.github.io/RcloneNg/#/pages/user/add ![IMG_20220810_203712.jpg](https://user-images.githubusercontent.com/32666230/183902973-8de9ec79-6d9d-4feb-8f6d-6b9a6f147ad5.jpg)

Maybe we can add a note in Readme ``` matplot++ is not compatible with gnuplot - 5.4.x, plz down to gnup 5.2.x or up to 5.5.x ```

> Approach 2: > > * Pros: > > * If a schema isn't cached yet and the SchemaStore website goes down, this approach wouldn't help If we add add...