https支持 #251
kevinwenyu
started this conversation in
Ideas
https支持
#251
Replies: 3 comments 1 reply
-
证书不好弄吧。 |
Beta Was this translation helpful? Give feedback.
1 reply
-
监听 127.0.0.1 前面再挡个 nginx 配置 ssl 就好了。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Implemented in #264 ,增加了 USAGE:
aliyundrive-webdav [OPTIONS] --refresh-token <REFRESH_TOKEN>
OPTIONS:
--cache-size <CACHE_SIZE> Directory entries cache size [default: 1000]
--cache-ttl <CACHE_TTL> Directory entries cache expiration time in seconds [default: 600]
--domain-id <DOMAIN_ID> Aliyun PDS domain id
-h, --help Print help information
--host <HOST> Listen host [env: HOST=] [default: 0.0.0.0]
-I, --auto-index Automatically generate index.html
--no-trash Delete file permanently instead of trashing it
-p, --port <PORT> Listen port [env: PORT=] [default: 8080]
-r, --refresh-token <REFRESH_TOKEN> Aliyun drive refresh token [env: REFRESH_TOKEN=]
--read-only Enable read only mode
--root <ROOT> Root directory path [default: /]
-S, --read-buffer-size <READ_BUFFER_SIZE> Read/download buffer size in bytes, defaults to 10MB [default: 10485760]
--tls-cert <TLS_CERT> TLS certificate file path [env: TLS_CERT=]
--tls-key <TLS_KEY> TLS private key file path [env: TLS_KEY=]
-U, --auth-user <AUTH_USER> WebDAV authentication username [env: WEBDAV_AUTH_USER=]
-V, --version Print version information
-w, --workdir <WORKDIR> Working directory, refresh_token will be stored in there if specified
-W, --auth-password <AUTH_PASSWORD> WebDAV authentication password [env: WEBDAV_AUTH_PASSWORD=] 可以在 https://github.com/messense/aliyundrive-webdav/actions/runs/1715882405 里面下载构建产物。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
如果在内网跑应该是没有https的使用规范的,但是若通过挂到公网上给某些应用实现远程备份,还是需要https协议的。希望可以支持https协议。
Beta Was this translation helpful? Give feedback.
All reactions