mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
note about system proxy in the settings
This commit is contained in:
parent
44cc86a1a5
commit
35cc9da626
@ -147,6 +147,8 @@
|
|||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="sync-proxy">Sync proxy server (optional)</label>
|
<label for="sync-proxy">Sync proxy server (optional)</label>
|
||||||
<input class="form-control" id="sync-proxy" placeholder="https://<host>:<port>">
|
<input class="form-control" id="sync-proxy" placeholder="https://<host>:<port>">
|
||||||
|
|
||||||
|
<p><strong>Note:</strong> If you leave proxy setting blank, system proxy will be used (applies to desktop/electron build only)</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="display: flex; justify-content: space-between;">
|
<div style="display: flex; justify-content: space-between;">
|
||||||
|
@ -83,6 +83,8 @@
|
|||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="sync-proxy">Proxy server (optional)</label>
|
<label for="sync-proxy">Proxy server (optional)</label>
|
||||||
<input type="text" id="sync-proxy" class="form-control" data-bind="value: syncProxy" placeholder="https://<hostname>:<port>">
|
<input type="text" id="sync-proxy" class="form-control" data-bind="value: syncProxy" placeholder="https://<hostname>:<port>">
|
||||||
|
|
||||||
|
<p><strong>Note:</strong> If you leave proxy setting blank, system proxy will be used (applies to desktop/electron build only)</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="username">Username</label>
|
<label for="username">Username</label>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user