Added notice about add backend current limitation.

This commit is contained in:
Abdulmhsen B. A. A
2024-05-06 22:08:43 +03:00
parent 9505fe4607
commit 55145cc8fb

View File

@@ -1,4 +1,24 @@
<template> <template>
<Message v-if="'plex' === backend.type" message_class="is-warning" title="Please read">
<span class="icon-text">
<span class="icon"><i class="fas fa-exclamation"></i></span>
<span>Currently, <strong>Add Backend</strong> via WebUI doesn't cover all plex different behaviors. The WebUI
currently doesn't generate access tokens for users.</span>
</span>
<div class="content mt-4">
<h5>Example of limitations.</h5>
<ul>
<li>If you are using the admin token, you should select the admin user from the list.</li>
<li>If you are using a limited token, you have to manually enter the user id. If you plan on using webhooks, if
not using <code>1</code> should be ok.
</li>
</ul>
<p>
<strong>Workaround:</strong> You can go into the console and use the <code>config:add</code> command which is
designed to handle all these edge cases.
</p>
</div>
</Message>
<form id="backend_add_form" @submit.prevent="addBackend" @change="changeStage"> <form id="backend_add_form" @submit.prevent="addBackend" @change="changeStage">
<div class="box"> <div class="box">