accounts.llama-smarthome.net Open in urlscan Pro
2606:4700:3035::ac43:d30b  Public Scan

URL: https://accounts.llama-smarthome.net/
Submission: On February 24 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 12 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">Login</span>
  <input type="text" class="field input ~neutral @high mt-4 mb-2 dark:~d_neutral" placeholder="Username" id="login-user">
  <input type="password" class="field input ~neutral @high mb-4 dark:~d_neutral" placeholder="Password" id="login-password">
  <label>
    <input type="submit" class="unfocused">
    <span class="button ~urge @low full-width center supra submit dark:~d_urge">Login</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">New User <span class="modal-close">×</span></span>
  <input type="text" class="field input ~neutral @high mt-4 mb-2 dark:~d_neutral" placeholder="Username" id="add-user-user">
  <input type="email" class="field input ~neutral @high mt-4 mb-2 dark:~d_neutral" placeholder="Email Address">
  <input type="password" class="field input ~neutral @high mb-4 dark:~d_neutral" placeholder="Password" id="add-user-password">
  <label class="label supra">Profile</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">Create</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">Apply settings from an existing profile, or source them directly from a user.</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">Profile</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">User</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>Apply homescreen layout</span>
  </label>
  <label>
    <input type="submit" class="unfocused">
    <span class="button ~urge @low full-width center supra submit dark:~d_urge">Apply</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">Profile</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">Apply</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">Apply</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>Send notification message</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">Delete</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">Set expiry</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">Extend expiry</span>
      <div class="row">
        <div class="col">
          <label class="label supra" for="extend-expiry-months">Months</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">Days</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">Hours</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">Minutes</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>Send notification message</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">Submit</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">Variables</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"> Subject</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">Message</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 is supported.</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">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">Send</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">Preview</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">Variables</span>
      <div id="editor-variables" class="mt-4"></div>
      <span class="label supra" for="editor-conditionals" id="label-editor-conditionals">Conditionals</span>
      <div id="editor-conditionals"></div>
      <label class="label supra" for="textarea-editor">Message</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 is supported.</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">Submit</span>
        </label>
      </div>
    </div>
    <div class="col card ~neutral @low dark:~d_neutral">
      <span class="subheading supra">Preview</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 user profile <span class="modal-close">×</span></span>
  <p class="content my-4">Create an Ombi user and configure it, then select it below. It's settings/permissions will be stored and applied to new Ombi users created by jfa-go when this profile is selected.</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">Submit</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">Add Profile <span class="modal-close">×</span></span>
  <p class="content my-4">Create a Matflix user and configure it, then select it below. When this profile is applied to an invite, new users will be created with the settings.</p>
  <label>
    <span class="supra">Profile Name </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">User</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>Store homescreen layout</span>
    </label>
    <label>
      <input type="submit" class="unfocused">
      <span class="button ~urge @low full-width center supra submit dark:~d_urge">Create</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">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="Username" id="matrix-user">
  <input type="password" class="field input ~neutral @high mt-4 mb-2 dark:~d_neutral" placeholder="Password" id="matrix-password">
  <label>
    <input type="submit" class="unfocused">
    <span class="button ~urge @low full-width center supra submit dark:~d_urge">Submit</span>
  </label>
</form>

Text Content

Not an Admin? My Account
Login Login
New User × Profile

Create
×

Version 0.5.1

Commit 46566fb

Build Time 2023-12-27 06:20:11 +1100 AEDT

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.


Logs×



×

Apply settings from an existing profile, or source them directly from a user.

Profile User


Apply homescreen layout Apply
×

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.

Profile 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. Apply
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. Apply
×
Send notification message Delete
×
Set expiry

Extend expiry
Months
0123456789101112131415161718192021222324252627282930
Days
0123456789101112131415161718192021222324252627282930
Hours
0123456789101112131415161718192021222324252627282930
Minutes
0123456789101112131415161718192021222324252627282930
Send notification message Submit
×
Variables
{username}
Subject Message

Markdown is supported.

Name

Enter a name to save this template.

Send Save as template
Preview

Customize Messages ×

If you don't want to use jfa-go's message templates, you can create your own
using Markdown.

Name Reset Edit

×
Variables

Conditionals

Message

Markdown is supported.

Submit
Preview

Restart needed ×

A restart is necessary to apply some settings you changed. Restart now or later?

Apply, restart later Apply & restart
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 Date Download / Restore

Backup created ×



Alternatively, click below to download the backup.

Download
Settings applied.

Refresh the page in a few seconds.

Send Password Reset



Copy
Ombi user profile ×

Create an Ombi user and configure it, then select it below. It's
settings/permissions will be stored and applied to new Ombi users created by
jfa-go when this profile is selected.


Submit
User Profiles ×

Profiles are applied to users when they create an account. A profile includes
library access rights and homescreen layout.

Name Default Referrals From Libraries Create

Add Profile ×

Create a Matflix user and configure it, then select it below. When this profile
is applied to an invite, new users will be created with the settings.

Profile Name User

Store homescreen layout Create
Updates ×




()









Download Update
Link Matrix

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

Submit

12h Time 24h Time
العربية (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)
My Account
Invites Accounts Activity Settings
Logout
Invites
None
Create
Invite Duration User Expiry
Months
0123456789101112131415161718192021222324252627282930
Days
0123456789101112131415161718192021222324252627282930
Hours
0123456789101112131415161718192021222324252627282930
Minutes
0123456789101112131415161718192021222324252627282930

A specified amount of time after each signup, jfa-go will delete/disable the
account. You can change this behaviour in settings.

Enabled
Months
0123456789101112131415161718192021222324252627282930
Days
0123456789101112131415161718192021222324252627282930
Hours
0123456789101112131415161718192021222324252627282930
Minutes
0123456789101112131415161718192021222324252627282930
Label
User Label

Label to apply to users created with this invite.

Number of uses
∞

Warning invites with infinite uses can be used abusively

Profile

Send to

Create
Accounts Filters


Filters

Jellyfin/Emby ID
Match Text
Label
Match Text
Username
Match Text
Admin
Disabled
Access jfa-go
Email Address
Match Text
Expiry
On DateBefore DateAfter Date
Last Active
On DateBefore DateAfter Date
Referrals
Search Options
Sorting By: Username
Actions
Add user
Announce
Templates

Modify Settings Enable Referrals
Expiry
Extend expiry Remove expiry
Disable
Set expiry
Send Password Reset Delete User

Username Access jfa-go Email Address Referrals Expiry Last Active

No Results Found Clear search
Activity
Filters Sort Direction


Filters

Activity ID
Match Text
Title
Match Text
User mentioned
Match Text
Actor The thing that caused this action. "user"/"admin"/"daemon" or a username.
Match Text
Referrer
Match Text
Date
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
Search Options


No Results Found Only the current loaded activities were searched. Click below
if you wish to search all activities.
Clear search Keep Searching
Load More Load All
Settings Advanced Settings
Logs Backups Restart Save
Note: * indicates a required field, R indicates changes require a restart.
About User Profiles
No Results Found Tip: You might find what you're looking for by enabling
Advanced Settings. Clear search