push
This commit is contained in:
+13
-3
@@ -50,7 +50,7 @@
|
||||
|
||||
<section class="settings__card" id="server">
|
||||
<h2>Server</h2>
|
||||
<p class="settings__hint">The REST API that bug.tv queries. Change this only if you run your own instance.</p>
|
||||
<p class="settings__hint">The REST API that bug.tv uses for providers, stream lookups and the media proxy. Change this only if you run your own instance.</p>
|
||||
<label class="field-label" for="apiBaseInput">API base URL</label>
|
||||
<input class="field" id="apiBaseInput" type="text" spellcheck="false" autocomplete="off" placeholder="https://api-tv.bug.tools">
|
||||
<div class="settings__actions">
|
||||
@@ -58,6 +58,15 @@
|
||||
<button class="btn btn--ghost" id="apiBaseReset" type="button">Reset to default</button>
|
||||
</div>
|
||||
<p class="settings__status" id="connStatus"></p>
|
||||
<p class="settings__hint">Search, details and images go straight to TMDB from your browser, using the key below — your server is not involved.</p>
|
||||
<label class="field-label" for="tmdbKeyInput">TMDB API key</label>
|
||||
<input class="field" id="tmdbKeyInput" type="text" spellcheck="false" autocomplete="off" placeholder="32-character TMDB API key">
|
||||
<div class="settings__actions">
|
||||
<button class="btn btn--primary" id="tmdbKeySave" type="button">Save</button>
|
||||
<button class="btn btn--ghost" id="tmdbKeyTest" type="button">Test</button>
|
||||
<button class="btn btn--ghost" id="tmdbKeyReset" type="button">Reset to default</button>
|
||||
</div>
|
||||
<p class="settings__status" id="tmdbStatus"></p>
|
||||
</section>
|
||||
|
||||
<section class="settings__card" id="data">
|
||||
@@ -75,8 +84,9 @@
|
||||
|
||||
<footer class="site-footer">
|
||||
<div class="container">
|
||||
<span>bug.tv</span>
|
||||
<span>API: <a id="apiBaseLabel" href="#" target="_blank" rel="noopener"></a></span>
|
||||
<span>tv.bug.tools</span>
|
||||
<span>api: <a id="apiBaseLabel" href="#" target="_blank" rel="noopener"></a></span>
|
||||
<span>tv.bug.tools doesn't store files, but provides links to external services.</span>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user