mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 09:22:31 -06:00
cleanup
This commit is contained in:
parent
664665b86b
commit
b7e321fa47
|
@ -29,11 +29,11 @@ however if your copyparty is behind a reverse-proxy, you may want to use [`share
|
||||||
* disables thumbnails and folder-type detection in windows explorer
|
* disables thumbnails and folder-type detection in windows explorer
|
||||||
* makes it way faster (especially for slow/networked locations (such as partyfuse))
|
* makes it way faster (especially for slow/networked locations (such as partyfuse))
|
||||||
|
|
||||||
### [`webdav-basicauth.reg`](webdav-basicauth.reg)
|
### [`webdav-cfg.reg`](webdav-cfg.bat)
|
||||||
* enables webdav basic-auth over plaintext http; takes effect after a reboot OR after running `webdav-unlimit.bat`
|
* improves the native webdav support in windows;
|
||||||
|
|
||||||
### [`webdav-unlimit.bat`](webdav-unlimit.bat)
|
|
||||||
* removes the 47.6 MiB filesize limit when downloading from webdav
|
* removes the 47.6 MiB filesize limit when downloading from webdav
|
||||||
|
* optionally enables webdav basic-auth over plaintext http
|
||||||
|
* optionally helps disable wpad, removing the 10sec latency
|
||||||
|
|
||||||
### [`cfssl.sh`](cfssl.sh)
|
### [`cfssl.sh`](cfssl.sh)
|
||||||
* creates CA and server certificates using cfssl
|
* creates CA and server certificates using cfssl
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
@echo off
|
@echo off
|
||||||
rem removes the 47.6 MiB filesize limit when downloading from webdav
|
rem removes the 47.6 MiB filesize limit when downloading from webdav
|
||||||
rem + optionally allows/enables password-auth over plaintext http
|
rem + optionally allows/enables password-auth over plaintext http
|
||||||
rem + optionally helps disable wpad
|
rem + optionally helps disable wpad, removing the 10sec latency
|
||||||
|
|
||||||
setlocal enabledelayedexpansion
|
setlocal enabledelayedexpansion
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue