mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
hotlink from the connect-page to the idp client-auth docs added in #129
This commit is contained in:
parent
f5753ba720
commit
9897a08d09
|
@ -40,6 +40,12 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
{% if args.idp_h_usr %}
|
||||||
|
<p style="line-height:2em"><b>WARNING:</b> this server is using IdP-based authentication, so this stuff may not work as advertised. Depending on server config, these commands can probably only be used to access areas which don't require authentication, unless you auth using any non-IdP accounts defined in the copyparty config. Please see <a href="https://github.com/9001/copyparty/blob/hovudstraum/docs/idp.md#connecting-webdav-clients">the IdP docs</a></p>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{% if not args.no_dav %}
|
{% if not args.no_dav %}
|
||||||
<h1>WebDAV</h1>
|
<h1>WebDAV</h1>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue