jellyinv.imraid.de Open in urlscan Pro
89.56.69.239  Public Scan

Submitted URL: http://jellyinv.imraid.de/
Effective URL: https://jellyinv.imraid.de/
Submission: On April 01 via api from US — Scanned from DE

Form analysis 10 forms found in the DOM

<form class="card mx-2 form-login w-[100%] lg:w-[55%] mb-0 dark:~d_neutral @low" href="">
  <span class="heading">Anmelden</span>
  <input type="text" class="field input ~neutral @high mt-4 mb-2 dark:~d_neutral" placeholder="Benutzername" id="login-user">
  <input type="password" class="field input ~neutral @high mb-4 dark:~d_neutral" placeholder="Passwort" id="login-password">
  <label>
    <input type="submit" class="unfocused">
    <span class="button ~urge @low full-width center supra submit dark:~d_urge">Anmelden</span>
  </label>
</form>

<form class="card relative mx-auto my-[10%] w-11/12 sm:w-4/5 lg:w-1/3 dark:~d_neutral @low" id="form-add-user" href="">
  <span class="heading">Neuer Benutzer <span class="modal-close">×</span></span>
  <input type="text" class="field input ~neutral @high mt-4 mb-2 dark:~d_neutral" placeholder="Benutzername" id="add-user-user">
  <input type="email" class="field input ~neutral @high mt-4 mb-2 dark:~d_neutral" placeholder="E-Mail Adresse">
  <input type="password" class="field input ~neutral @high mb-4 dark:~d_neutral" placeholder="Passwort" id="add-user-password">
  <label class="label supra">Profil</label>
  <div class="select ~neutral @low mb-2 mt-4 dark:~d_neutral">
    <select id="add-user-profile">
    </select>
  </div>
  <label>
    <input type="submit" class="unfocused">
    <span class="button ~urge @low full-width center supra submit dark:~d_urge">Erstellen</span>
  </label>
</form>

<form class="card relative mx-auto my-[10%] w-11/12 sm:w-4/5 lg:w-1/3 dark:~d_neutral @low" id="form-modify-user" href="">
  <span class="heading"><span id="header-modify-user"></span> <span class="modal-close">×</span></span>
  <p class="content my-4">Wende Einstellungen von einem bestehenden Profil an, oder beziehe sie direkt von einem Benutzer.</p>
  <div class="flex flex-row mb-4">
    <label class="grow mr-2">
      <input type="radio" name="modify-user-source" class="unfocused" id="radio-use-profile" checked="">
      <span class="button ~neutral @high supra full-width center dark:~d_neutral">Profil</span>
    </label>
    <label class="grow ml-2">
      <input type="radio" name="modify-user-source" class="unfocused" id="radio-use-user">
      <span class="button ~neutral @low supra full-width center dark:~d_neutral">Benutzer</span>
    </label>
  </div>
  <div class="select ~neutral @low mb-4 dark:~d_neutral">
    <select id="modify-user-profiles"></select>
  </div>
  <div class="select ~neutral @low mb-4 unfocused dark:~d_neutral">
    <select id="modify-user-users"></select>
  </div>
  <label class="switch mb-4">
    <input type="checkbox" id="modify-user-homescreen" checked="">
    <span>Startbildschirmlayout anwenden</span>
  </label>
  <label>
    <input type="submit" class="unfocused">
    <span class="button ~urge @low full-width center supra submit dark:~d_urge">Anwenden</span>
  </label>
</form>

<form class="card relative mx-auto my-[10%] w-11/12 sm:w-4/5 lg:w-1/3 dark:~d_neutral @low" id="form-delete-user" href="">
  <span class="heading"><span id="header-delete-user"></span> <span class="modal-close">×</span></span>
  <div class="content mt-8">
    <label class="switch mb-4">
      <input type="checkbox" id="delete-user-notify" checked="">
      <span>Benachrichtigung senden</span>
    </label>
    <textarea id="textarea-delete-user" class="textarea full-width ~neutral @low mb-4 dark:~d_neutral" placeholder=""></textarea>
    <label>
      <input type="submit" class="unfocused">
      <span class="button ~critical @low full-width center supra submit dark:~d_critical">Löschen</span>
    </label>
  </div>
</form>

<form class="card relative mx-auto my-[10%] w-11/12 sm:w-4/5 lg:w-1/3 dark:~d_neutral @low" id="form-extend-expiry" href="">
  <span class="heading"><span id="header-extend-expiry"></span> <span class="modal-close">×</span></span>
  <div class="content mt-8">
    <aside class="aside sm ~urge dark:~d_info mb-2 @low row unfocused" id="extend-expiry-date"></aside>
    <div>
      <span class="text-xl supra row py-1">Ablauf setzen</span>
      <div class="row">
        <input type="text" id="extend-expiry-text" class="input ~neutral @low mb-2 mt-4 dark:~d_neutral" placeholder="Enter an expiry">
      </div>
    </div>
    <div id="extend-expiry-field-inputs">
      <span class="text-xl supra row py-1">Ablaufdatum verlängern</span>
      <div class="row">
        <div class="col">
          <label class="label supra" for="extend-expiry-months">Monate</label>
          <div class="select ~neutral @low mb-2 mt-4 dark:~d_neutral">
            <select id="extend-expiry-months">
              <option value="0">0</option>
              <option value="1">1</option>
              <option value="2">2</option>
              <option value="3">3</option>
              <option value="4">4</option>
              <option value="5">5</option>
              <option value="6">6</option>
              <option value="7">7</option>
              <option value="8">8</option>
              <option value="9">9</option>
              <option value="10">10</option>
              <option value="11">11</option>
              <option value="12">12</option>
              <option value="13">13</option>
              <option value="14">14</option>
              <option value="15">15</option>
              <option value="16">16</option>
              <option value="17">17</option>
              <option value="18">18</option>
              <option value="19">19</option>
              <option value="20">20</option>
              <option value="21">21</option>
              <option value="22">22</option>
              <option value="23">23</option>
              <option value="24">24</option>
              <option value="25">25</option>
              <option value="26">26</option>
              <option value="27">27</option>
              <option value="28">28</option>
              <option value="29">29</option>
              <option value="30">30</option>
            </select>
          </div>
        </div>
        <div class="col">
          <label class="label supra" for="extend-expiry-days">Tage</label>
          <div class="select ~neutral @low mb-2 mt-4 dark:~d_neutral">
            <select id="extend-expiry-days">
              <option value="0">0</option>
              <option value="1">1</option>
              <option value="2">2</option>
              <option value="3">3</option>
              <option value="4">4</option>
              <option value="5">5</option>
              <option value="6">6</option>
              <option value="7">7</option>
              <option value="8">8</option>
              <option value="9">9</option>
              <option value="10">10</option>
              <option value="11">11</option>
              <option value="12">12</option>
              <option value="13">13</option>
              <option value="14">14</option>
              <option value="15">15</option>
              <option value="16">16</option>
              <option value="17">17</option>
              <option value="18">18</option>
              <option value="19">19</option>
              <option value="20">20</option>
              <option value="21">21</option>
              <option value="22">22</option>
              <option value="23">23</option>
              <option value="24">24</option>
              <option value="25">25</option>
              <option value="26">26</option>
              <option value="27">27</option>
              <option value="28">28</option>
              <option value="29">29</option>
              <option value="30">30</option>
            </select>
          </div>
        </div>
      </div>
      <div class="row">
        <div class="col">
          <label class="label supra" for="extend-expiry-hours">Stunden</label>
          <div class="select ~neutral @low mb-2 mt-4 dark:~d_neutral">
            <select id="extend-expiry-hours">
              <option value="0">0</option>
              <option value="1">1</option>
              <option value="2">2</option>
              <option value="3">3</option>
              <option value="4">4</option>
              <option value="5">5</option>
              <option value="6">6</option>
              <option value="7">7</option>
              <option value="8">8</option>
              <option value="9">9</option>
              <option value="10">10</option>
              <option value="11">11</option>
              <option value="12">12</option>
              <option value="13">13</option>
              <option value="14">14</option>
              <option value="15">15</option>
              <option value="16">16</option>
              <option value="17">17</option>
              <option value="18">18</option>
              <option value="19">19</option>
              <option value="20">20</option>
              <option value="21">21</option>
              <option value="22">22</option>
              <option value="23">23</option>
              <option value="24">24</option>
              <option value="25">25</option>
              <option value="26">26</option>
              <option value="27">27</option>
              <option value="28">28</option>
              <option value="29">29</option>
              <option value="30">30</option>
            </select>
          </div>
        </div>
        <div class="col">
          <label class="label supra" for="extend-expiry-minutes">Minuten</label>
          <div class="select ~neutral @low mb-2 mt-4 dark:~d_neutral">
            <select id="extend-expiry-minutes">
              <option value="0">0</option>
              <option value="1">1</option>
              <option value="2">2</option>
              <option value="3">3</option>
              <option value="4">4</option>
              <option value="5">5</option>
              <option value="6">6</option>
              <option value="7">7</option>
              <option value="8">8</option>
              <option value="9">9</option>
              <option value="10">10</option>
              <option value="11">11</option>
              <option value="12">12</option>
              <option value="13">13</option>
              <option value="14">14</option>
              <option value="15">15</option>
              <option value="16">16</option>
              <option value="17">17</option>
              <option value="18">18</option>
              <option value="19">19</option>
              <option value="20">20</option>
              <option value="21">21</option>
              <option value="22">22</option>
              <option value="23">23</option>
              <option value="24">24</option>
              <option value="25">25</option>
              <option value="26">26</option>
              <option value="27">27</option>
              <option value="28">28</option>
              <option value="29">29</option>
              <option value="30">30</option>
            </select>
          </div>
        </div>
      </div>
    </div>
    <label class="switch mb-4">
      <input type="checkbox" id="expiry-extend-enable" checked="">
      <span>Benachrichtigung senden</span>
    </label>
    <textarea id="textarea-extend-enable" class="textarea full-width ~neutral @low mb-4 dark:~d_neutral" placeholder=""></textarea>
    <label>
      <input type="submit" class="unfocused">
      <span class="button ~critical @low full-width center supra submit dark:~d_critical">Absenden</span>
    </label>
  </div>
</form>

<form class="relative mx-auto my-[10%] w-4/5 lg:w-2/3 content card dark:~d_neutral @low" id="form-announce" href="">
  <span class="heading"><span id="header-announce"></span> <span class="modal-close">×</span></span>
  <div class="flex flex-col md:flex-row">
    <div class="col card ~neutral @low dark:~d_neutral">
      <div id="announce-details">
        <span class="label supra" for="editor-variables" id="label-editor-variables">Variablen</span>
        <div id="announce-variables">
          <span class="button ~urge @low mb-2 mt-4 dark:~d_urge" id="announce-variables-username" style="margin-left: 0.25rem; margin-right: 0.25rem;"><span class="font-mono bg-inherit">{username}</span></span>
        </div>
        <label class="label supra" for="announce-subject"> Betreff</label>
        <input type="text" id="announce-subject" class="input ~neutral @low mb-2 mt-4 dark:~d_neutral">
        <label class="label supra" for="textarea-announce">Nachricht</label>
        <textarea id="textarea-announce" class="textarea full-width ~neutral @low mt-4 font-mono dark:~d_neutral"></textarea>
        <p class="support mt-4 mb-2">Markdown wird unterstützt.</p>
      </div>
      <label class="label unfocused" id="announce-name">
        <p class="supra">Name</p>
        <input type="text" class="input ~neutral @low mb-2 mt-4 dark:~d_neutral">
        <p class="support">Gebe einen Namen ein, um diese Vorlage zu speichern.</p>
      </label>
      <div class="flex flex-row justify-between">
        <label>
          <input type="submit" class="unfocused">
          <span class="button ~urge @low center supra submit dark:~d_urge">Senden</span>
        </label>
        <span class="button ~info @low center supra dark:~d_info" id="save-announce">Als Vorlage speichern</span>
      </div>
    </div>
    <div class="col card ~neutral @low dark:~d_neutral">
      <span class="subheading supra">Vorschau</span>
      <div class="mt-8" id="announce-preview"></div>
    </div>
  </div>
</form>

<form class="relative mx-auto my-[10%] w-4/5 lg:w-2/3 content card dark:~d_neutral @low" id="form-editor" href="">
  <span class="heading"><span id="header-editor"></span> <span class="modal-close">×</span></span>
  <div class="row">
    <div class="col card ~neutral @low dark:~d_neutral">
      <span class="label supra" for="editor-variables" id="label-editor-variables">Variablen</span>
      <div id="editor-variables" class="mt-4"></div>
      <span class="label supra" for="editor-conditionals" id="label-editor-conditionals">Bedingungen</span>
      <div id="editor-conditionals"></div>
      <label class="label supra" for="textarea-editor">Nachricht</label>
      <textarea id="textarea-editor" class="textarea full-width flex-auto ~neutral @low mt-4 font-mono dark:~d_neutral"></textarea>
      <p class="support mt-4 mb-2">Markdown wird unterstützt.</p>
      <div class="flex-row">
        <label class="full-width ml-2">
          <input type="submit" class="unfocused">
          <span class="button ~urge @low full-width center supra submit dark:~d_urge">Absenden</span>
        </label>
      </div>
    </div>
    <div class="col card ~neutral @low dark:~d_neutral">
      <span class="subheading supra">Vorschau</span>
      <div class="mt-8" id="editor-preview"></div>
    </div>
  </div>
</form>

<form class="card relative mx-auto my-[10%] w-11/12 sm:w-4/5 lg:w-1/3 dark:~d_neutral @low" id="form-ombi-defaults" href="">
  <span class="heading">Ombi-Benutzerprofil <span class="modal-close">×</span></span>
  <p class="content my-4">Erstelle einen Ombi-Benutzer, konfiguriere ihn und wähle ihn dann unten aus. Seine Einstellungen/Berechtigungen werden gespeichert und auf neue Ombi-Benutzer, welche von jfa-go erstellt werden, angewendet, sofern dieses
    Profil ausgewählt ist.</p>
  <div class="select ~neutral @low mb-4 dark:~d_neutral">
    <select></select>
  </div>
  <label>
    <input type="submit" class="unfocused">
    <span class="button ~urge @low full-width center supra submit dark:~d_urge">Absenden</span>
  </label>
</form>

<form class="card relative mx-auto my-[10%] w-11/12 sm:w-4/5 lg:w-1/3 dark:~d_neutral @low" id="form-add-profile" href="">
  <span class="heading">Profil hinzufügen <span class="modal-close">×</span></span>
  <p class="content my-4">Erstelle einen JellyTime-Benutzer und konfiguriere ihn, dann wähle ihn unten aus. Wenn dieses Profil auf einen Invite angewendet ist, werden neue Benutzer mit den Einstellungen erstellt.</p>
  <label>
    <span class="supra">Profilname </span>
    <input type="text" class="field input ~neutral @high mt-4 mb-2 dark:~d_neutral" placeholder="Name" id="add-profile-name">
    <label>
      <span class="supra">Benutzer</span>
      <div class="select ~neutral @low mt-4 mb-2 dark:~d_neutral">
        <select id="add-profile-user"></select>
      </div>
    </label>
    <label class="switch mb-4">
      <input type="checkbox" id="add-profile-homescreen" checked="">
      <span>Startbildschirmlayout speichern</span>
    </label>
    <label>
      <input type="submit" class="unfocused">
      <span class="button ~urge @low full-width center supra submit dark:~d_urge">Erstellen</span>
    </label>
  </label>
</form>

<form class="card relative mx-auto my-[10%] w-11/12 sm:w-4/5 lg:w-1/3 dark:~d_neutral @low" id="form-matrix" href="">
  <span class="heading">Link Matrix</span>
  <p class="content my-4">Gib den Benutzernamen und das Passwort des Benutzers ein, der als Bot verwendet werden soll. Nach dem Absenden wird die App neu gestartet.</p>
  <input type="text" class="field input ~neutral @high mt-4 mb-2 dark:~d_neutral" placeholder="Adresse des Homeservers" id="matrix-homeserver">
  <input type="text" class="field input ~neutral @high mt-4 mb-2 dark:~d_neutral" placeholder="Benutzername" id="matrix-user">
  <input type="password" class="field input ~neutral @high mt-4 mb-2 dark:~d_neutral" placeholder="Passwort" id="matrix-password">
  <label>
    <input type="submit" class="unfocused">
    <span class="button ~urge @low full-width center supra submit dark:~d_urge">Absenden</span>
  </label>
</form>

Text Content

Anmelden Anmelden
Neuer Benutzer × Profil

Erstellen
×

Version 0.5.1

Commit 46566fb

Build Time 2023-12-26 19:20:11 +0000 UTC

Built By ???

github wiki/docs translation
donate
GitHub Ko-fi
discord

Available under the MIT License. Font "Hanken Grotesk" available under SIL OFL
1.1 License.

---jfa-go---

MIT License

Copyright (c) 2023 Harvey Tindall

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

---Hanken Grotesk---

Copyright 2021 The Hanken Grotesk Project Authors (https://github.com/marcologous/hanken-grotesk)

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL


-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------

PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.

The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded, 
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.

DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.

"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).

"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).

"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.

"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.

PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:

1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.

2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.

3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.

4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.

5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.

TERMINATION
This license becomes null and void if any of the above conditions are
not met.

DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.


Logdaten×



×

Wende Einstellungen von einem bestehenden Profil an, oder beziehe sie direkt von
einem Benutzer.

Profil Benutzer


Startbildschirmlayout anwenden Anwenden
×
Benachrichtigung senden Löschen
×
Ablauf setzen

Ablaufdatum verlängern
Monate
0123456789101112131415161718192021222324252627282930
Tage
0123456789101112131415161718192021222324252627282930
Stunden
0123456789101112131415161718192021222324252627282930
Minuten
0123456789101112131415161718192021222324252627282930
Benachrichtigung senden Absenden
×
Variablen
{username}
Betreff Nachricht

Markdown wird unterstützt.

Name

Gebe einen Namen ein, um diese Vorlage zu speichern.

Senden Als Vorlage speichern
Vorschau

Benachrichtigungen anpassen ×

Wenn du jfa-go's E-Mail-Vorlagen nicht benutzen willst, kannst du deinen eigenen
unter Verwendung von Markdown erstellen.

Name Zurücksetzen Bearbeiten

×
Variablen

Bedingungen

Nachricht

Markdown wird unterstützt.

Absenden
Vorschau

Neustart erforderlich ×

Ein Neustart ist notwendig, um einige Einstellungen anzuwenden, die du geändert
hast. Jetzt oder später neu starten?

Anwenden, später neu starten Anwenden & neu starten
Backups ×
Backups of the database can be made, restored, or downloaded from here.
 * When applying a backup, a copy of the original "db" folder will be made next
   to it, in case anything goes wrong.
 * Only backup files with the standard name format will be shown here. To use
   any other, upload the backup manually.
 * Wiki Page

Backup Now Upload & Restore Backup Sort Direction

Name Datum Download / Restore

Backup created ×



Alternatively, click below to download the backup.

Herunterladen
Einstellungen angewendet.

Aktualisiere die Seite in ein paar Sekunden.

Sende Passwortrücksetzung



Kopieren
Ombi-Benutzerprofil ×

Erstelle einen Ombi-Benutzer, konfiguriere ihn und wähle ihn dann unten aus.
Seine Einstellungen/Berechtigungen werden gespeichert und auf neue
Ombi-Benutzer, welche von jfa-go erstellt werden, angewendet, sofern dieses
Profil ausgewählt ist.


Absenden
Benutzerprofile ×

Profile werden auf Benutzer angewendet, wenn sie ein Konto erstellen. Ein Profil
beinhaltet Bibliothekszugriffsrechte und das Startbildschirmlayout.

Name Standard Von Bibliotheken Erstellen

Profil hinzufügen ×

Erstelle einen JellyTime-Benutzer und konfiguriere ihn, dann wähle ihn unten
aus. Wenn dieses Profil auf einen Invite angewendet ist, werden neue Benutzer
mit den Einstellungen erstellt.

Profilname Benutzer

Startbildschirmlayout speichern Erstellen
Aktualisierungen ×




()









Herunterladen Aktualisieren
Link Matrix

Gib den Benutzernamen und das Passwort des Benutzers ein, der als Bot verwendet
werden soll. Nach dem Absenden wird die App neu gestartet.

Absenden

12h-Format 24h-Format
العربية (AR)Čeština (CZ)Dansk (DK)Deutsch (DE)Ελληνικά (GR)English (GB)English
(US)Español (ES)Français (FR)Magyar (HU)Bahasa Indonesia (ID)Italiano
(IT)Nederlands (NL)Polski (PL)Português (BR)Svenska (SV)Tiếng Anh
(Mỹ)简体中文(CN)繁體中文 (TW)
Invites Konten Aktivität Einstellungen
Abmelden
Invites
Keine
Erstellen
Invite Dauer Benutzer Ablaufdatum
Monate
0123456789101112131415161718192021222324252627282930
Tage
0123456789101112131415161718192021222324252627282930
Stunden
0123456789101112131415161718192021222324252627282930
Minuten
0123456789101112131415161718192021222324252627282930

Eine bestimmte Zeit nach der Anmeldung wird jfa-go das Konto
löschen/deaktivieren. Du kannst dieses Verhalten in den Einstellungen ändern.

Aktiviert
Monate
0123456789101112131415161718192021222324252627282930
Tage
0123456789101112131415161718192021222324252627282930
Stunden
0123456789101112131415161718192021222324252627282930
Minuten
0123456789101112131415161718192021222324252627282930
Label
User Label

Label to apply to users created with this invite.

Anzahl Verwendungen
∞

Warnung Invites mit unendlich vielen Verwendungen können missbräuchlich
verwendet werden

Profil

Senden an

Erstellen
Konten Filter


Filter

Jellyfin/Emby ID
Textübereinstummung
Label
Textübereinstummung
Benutzername
Textübereinstummung
Admin
Deaktiviert
jfa-go Zugriff
E-Mail Adresse
Textübereinstummung
Ablaufdatum
On DateBefore DateAfter Date
Zuletzt aktiv
On DateBefore DateAfter Date
Suchoptionen
Sortieren nach: Benutzername
Aktionen
Benutzer hinzufügen
Ankündigen
Vorlagen

Einstellungen ändern
Ablaufdatum
Ablaufdatum verlängern Remove expiry
Deaktivieren
Ablauf setzen
Sende Passwortrücksetzung Benutzer löschen

Benutzername jfa-go Zugriff E-Mail Adresse Ablaufdatum Zuletzt aktiv

No Results Found Suche löschen
Aktivität
Filter Sort Direction


Filter

Activity ID
Textübereinstummung
Title
Textübereinstummung
User mentioned
Textübereinstummung
Actor The thing that caused this action. "user"/"admin"/"daemon" or a username.
Textübereinstummung
Referrer
Textübereinstummung
Datum
On DateBefore DateAfter Date
Account Creation
Account Deletion
Account Disabled
Account Enabled
Contact Linked
Contact Unlinked
Password Changed
Password Reset
Invite Created
Invite Deleted/Expired
Suchoptionen


No Results Found Only the current loaded activities were searched. Click below
if you wish to search all activities.
Suche löschen Keep Searching
Load More Load All
Einstellungen Erweiterte Einstellungen
Logdaten Backups Neustart Speichern
Note: * indicates a required field, R indicates changes require a restart.
Über Benutzerprofile
No Results Found Tip: You might find what you're looking for by enabling
Advanced Settings. Suche löschen