login.ynm.hu Open in urlscan Pro
94.53.154.14  Public Scan

URL: https://login.ynm.hu/
Submission: On July 03 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 12 forms found in the DOM

<form class="card mx-2 form-login w-full lg:w-[55%] mb-0 dark:~d_neutral @low" href="">
  <span class="heading">Belépés</span>
  <input type="text" class="field input ~neutral @high mt-4 mb-2 dark:~d_neutral" placeholder="Felhasználónév" id="login-user">
  <input type="password" class="field input ~neutral @high mb-4 dark:~d_neutral" placeholder="Jelszó" id="login-password">
  <label>
    <input type="submit" class="unfocused">
    <span class="button ~urge @low full-width center supra submit dark:~d_urge">Belépés</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">Új felhasználó <span class="modal-close">×</span></span>
  <input type="text" class="field input ~neutral @high mt-4 mb-2 dark:~d_neutral" placeholder="Felhasználónév" id="add-user-user">
  <input type="email" class="field input ~neutral @high mt-4 mb-2 dark:~d_neutral" placeholder="E-mail cím">
  <input type="password" class="field input ~neutral @high mb-4 dark:~d_neutral" placeholder="Jelszó" 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">Létrehozás</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">Beállítások másolása egy meglévő profilról, vagy egy konkrét felhasználóról.</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">Felhasználó</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>Főképernyő elrendezés alkalmazása</span>
  </label>
  <label>
    <input type="submit" class="unfocused">
    <span class="button ~urge @low full-width center supra submit dark:~d_urge">Alkalmaz</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-enable-referrals-user" href="">
  <span class="heading"><span id="header-enable-referrals-user"></span> <span class="modal-close">×</span></span>
  <p class="content my-4">Give users a personal referral link similiar to an invite, to send to friends/family. Can be sourced from a referral template in a profile, or from an existing invite.</p>
  <div class="flex flex-row mb-4">
    <label class="grow mr-2">
      <input type="radio" name="enable-referrals-user-source" class="unfocused" id="radio-referrals-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="enable-referrals-user-source" class="unfocused" id="radio-referrals-use-invite">
      <span class="button ~neutral @low supra full-width center dark:~d_neutral">Invite</span>
    </label>
  </div>
  <div class="select ~neutral @low mb-4 dark:~d_neutral">
    <select id="enable-referrals-user-profiles"></select>
  </div>
  <div class="select ~neutral @low mb-4 unfocused dark:~d_neutral">
    <select id="enable-referrals-user-invites"></select>
  </div>
  <label class="switch mb-4">
    <input type="checkbox" id="enable-referrals-user-expiry">
    <span>Set expiry from profile/invite</span>
    <span class="flex flex-row support mt-2">By default, invites expire after 90 days but can be renewed by the user. Enable for the referral to be disabled after the time set.</span>
  </label>
  <label>
    <input type="submit" class="unfocused">
    <span class="button ~urge @low full-width center supra submit dark:~d_urge">Alkalmaz</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-enable-referrals-profile" href="">
  <span class="heading"><span id="header-enable-referrals-profile">Enable Referrals</span> <span class="modal-close">×</span></span>
  <p class="content my-4">Give users created with this profile a personal referral link similiar to an invite, to send to friends/family. Create an invite with the desired settings, then select it here. Each referral will then be based on this
    invite. You can delete the invite once complete.</p>
  <label class="supra" for="enable-referrals-profile-invites">Invite</label>
  <div class="select ~neutral @low mb-4 mt-2 dark:~d_neutral">
    <select id="enable-referrals-profile-invites"></select>
  </div>
  <label class="switch mb-4">
    <input type="checkbox" id="enable-referrals-profile-expiry">
    <span>Set expiry from profile/invite</span>
    <span class="flex flex-row support mt-2">By default, invites expire after 90 days but can be renewed by the user. Enable for the referral to be disabled after the time set.</span>
  </label>
  <label>
    <input type="submit" class="unfocused">
    <span class="button ~urge @low full-width center supra submit dark:~d_urge">Alkalmaz</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>Értesítések küldése</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">Törlés</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">Lejárat beállítása</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">Lejárat kiterjesztése</span>
      <div class="row">
        <div class="col">
          <label class="label supra" for="extend-expiry-months">Hónapok</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">Napok</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">Órák</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">Percek</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>Értesítések küldése</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">Mentés</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">Változók</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"> Téma</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">Üzenet</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 támogatott.</p>
      </div>
      <label class="label unfocused" id="announce-name">
        <p class="supra">Név</p>
        <input type="text" class="input ~neutral @low mb-2 mt-4 dark:~d_neutral">
        <p class="support">Enter a name to save this template.</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">Küldés</span>
        </label>
        <span class="button ~info @low center supra dark:~d_info" id="save-announce">Save as template</span>
      </div>
    </div>
    <div class="col card ~neutral @low dark:~d_neutral">
      <span class="subheading supra">Előnézet</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">Változók</span>
      <div id="editor-variables" class="mt-4"></div>
      <span class="label supra" for="editor-conditionals" id="label-editor-conditionals">Feltételek</span>
      <div id="editor-conditionals"></div>
      <label class="label supra" for="textarea-editor">Üzenet</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 támogatott.</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">Mentés</span>
        </label>
      </div>
    </div>
    <div class="col card ~neutral @low dark:~d_neutral">
      <span class="subheading supra">Előnézet</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 felhasználói profil <span class="modal-close">×</span></span>
  <p class="content my-4">Hozz létre egy Ombi felhasználót, állítsd be, majd válaszd ki lentebb. A beállításai/jogosultságai el lesznek mentve és alkalmazva lesznek az új Ombi felhasználókra amik ezzel a profillal lesznek létrehozva.</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">Mentés</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 hozzáadása <span class="modal-close">×</span></span>
  <p class="content my-4">Hozz létre egy YnM Media felhasználót, állítsd be, majd válaszd ki lentebb. Amikor egy felhasználó létrejön egy meghívásból aminél ez a profil volt alkalmazva, megkapja az összes beállítását.</p>
  <label>
    <span class="supra">Profil neve </span>
    <input type="text" class="field input ~neutral @high mt-4 mb-2 dark:~d_neutral" placeholder="Név" id="add-profile-name">
    <label>
      <span class="supra">Felhasználó</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>Kezdőképernyő elrendezés elmentése</span>
    </label>
    <label>
      <input type="submit" class="unfocused">
      <span class="button ~urge @low full-width center supra submit dark:~d_urge">Létrehozás</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">Matrix összekötése</span>
  <p class="content my-4">Enter the username and password of the user to use as a bot. Once submitted, the app will restart.</p>
  <input type="text" class="field input ~neutral @high mt-4 mb-2 dark:~d_neutral" placeholder="Home server address" id="matrix-homeserver">
  <input type="text" class="field input ~neutral @high mt-4 mb-2 dark:~d_neutral" placeholder="Felhasználónév" id="matrix-user">
  <input type="password" class="field input ~neutral @high mt-4 mb-2 dark:~d_neutral" placeholder="Jelszó" id="matrix-password">
  <label>
    <input type="submit" class="unfocused">
    <span class="button ~urge @low full-width center supra submit dark:~d_urge">Mentés</span>
  </label>
</form>

Text Content

Not an Admin? Saját fiókom
Belépés Belépés
Új felhasználó × Profil

Létrehozás
×

Verzió git

Elkövet 9df2a82

Build Time 2024-06-23 11:14:50 +0300 EEST

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.


Naplók×



×

Beállítások másolása egy meglévő profilról, vagy egy konkrét felhasználóról.

Profil Felhasználó


Főképernyő elrendezés alkalmazása Alkalmaz
×

Give users a personal referral link similiar to an invite, to send to
friends/family. Can be sourced from a referral template in a profile, or from an
existing invite.

Profil Invite


Set expiry from profile/invite By default, invites expire after 90 days but can
be renewed by the user. Enable for the referral to be disabled after the time
set. Alkalmaz
Enable Referrals ×

Give users created with this profile a personal referral link similiar to an
invite, to send to friends/family. Create an invite with the desired settings,
then select it here. Each referral will then be based on this invite. You can
delete the invite once complete.

Invite

Set expiry from profile/invite By default, invites expire after 90 days but can
be renewed by the user. Enable for the referral to be disabled after the time
set. Alkalmaz
×
Értesítések küldése Törlés
×
Lejárat beállítása

Lejárat kiterjesztése
Hónapok
0123456789101112131415161718192021222324252627282930
Napok
0123456789101112131415161718192021222324252627282930
Órák
0123456789101112131415161718192021222324252627282930
Percek
0123456789101112131415161718192021222324252627282930
Értesítések küldése Mentés
×
Változók
{username}
Téma Üzenet

Markdown támogatott.

Név

Enter a name to save this template.

Küldés Save as template
Előnézet

Üzenetek testreszabása ×

Hogyha nem akarod a jfa-go üzenet sablonjait használni, létre hozhatsz egy
sajátot, akár Markdown segítségével.

Név Visszaállítás Szerkesztés

×
Változók

Feltételek

Üzenet

Markdown támogatott.

Mentés
Előnézet

Újraindítás szükséges ×

A változtatott beállítások érvénybe léptetéséhez újraindítás szükséges. Most
szeretnéd újraindítani vagy később?

Alkalmazás, újraindítás később Alkalmazás és újraindítás
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

Név Dátum Download / Restore

Backup created ×



Alternatively, click below to download the backup.

Letöltés
Beállítások alkalmazva.

Frissítsd az oldalt egy pár másodperc múlva.

Jelszó visszaállítás küldése



Másolás
Ombi felhasználói profil ×

Hozz létre egy Ombi felhasználót, állítsd be, majd válaszd ki lentebb. A
beállításai/jogosultságai el lesznek mentve és alkalmazva lesznek az új Ombi
felhasználókra amik ezzel a profillal lesznek létrehozva.


Mentés
Felhasználói profilok ×

A profilok alkalmazva lesznek a felhasználó létrehozáskor. A profil tartalmazza
a könyvtár hozzáférést, és a kezdőképernyő elrendezést.

Név Alapértelmezett Referrals Feladó Könyvtárak Létrehozás

Profil hozzáadása ×

Hozz létre egy YnM Media felhasználót, állítsd be, majd válaszd ki lentebb.
Amikor egy felhasználó létrejön egy meghívásból aminél ez a profil volt
alkalmazva, megkapja az összes beállítását.

Profil neve Felhasználó

Kezdőképernyő elrendezés elmentése Létrehozás
Frissítések ×




()









Letöltés Frissítés
Matrix összekötése

Enter the username and password of the user to use as a bot. Once submitted, the
app will restart.

Mentés

12 órás idő 24 órás idő
العربية (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)
Saját fiókom
Meghívások Fiókok Activity Beállítások
Kijelentkezés
Meghívások
Nincs meghívó
Létrehozás
Meghívás időtartama Felhasználó megszünése
Hónapok
0123456789101112131415161718192021222324252627282930
Napok
0123456789101112131415161718192021222324252627282930
Órák
0123456789101112131415161718192021222324252627282930
Percek
0123456789101112131415161718192021222324252627282930

Egy meghatározott idő után minden létrehozott felhasználó, vagy felfüggesztésre
vagy törlésre kerül rendszer által. A viselkedés a beállításokban módosítható.

Engedélyezve
Hónapok
0123456789101112131415161718192021222324252627282930
Napok
0123456789101112131415161718192021222324252627282930
Órák
0123456789101112131415161718192021222324252627282930
Percek
0123456789101112131415161718192021222324252627282930
Címke
User Label

Label to apply to users created with this invite.

Felhasználások száma
∞

Figyelmeztetés a végtelen felhasználású meghívókkal visszaélhetnek

Profil

Címzett

Létrehozás
Fiókok Szűrők


Szűrők

Jellyfin/Emby ID
Eggyező szöveg
Címke
Eggyező szöveg
Felhasználónév
Eggyező szöveg
Adminisztrátor
Tiltva
Access jfa-go
E-mail cím
Eggyező szöveg
Lejárat
On DateBefore DateAfter Date
Utoljára aktív
On DateBefore DateAfter Date
Referrals
Kereső paraméterek
Rendezés: Felhasználónév
Műveletek
Add user
Bejelentés
Sablonok

Beállítások módosítása Enable Referrals
Lejárat
Lejárat kiterjesztése Remove expiry
Letiltás
Lejárat beállítása
Jelszó visszaállítás küldése Delete User

Felhasználónév Access jfa-go E-mail cím Referrals Lejárat Utoljára aktív

No Results Found Keresés törlése
Activity
Szűrők Sort Direction


Szűrők

Activity ID
Eggyező szöveg
Title
Eggyező szöveg
User mentioned
Eggyező szöveg
Actor The thing that caused this action. "user"/"admin"/"daemon" or a username.
Eggyező szöveg
Referrer
Eggyező szöveg
Dátum
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
Kereső paraméterek


No Results Found Only the current loaded activities were searched. Click below
if you wish to search all activities.
Keresés törlése Keep Searching
Load More Load All
Beállítások További beállítások
Naplók Backups Újraindítás Mentés
Note: * indicates a required field, R indicates changes require a restart.
Névjegy Felhasználói profilok
No Results Found Tip: You might find what you're looking for by enabling
Advanced Settings. Keresés törlése