Skip to content

Commit

Permalink
Deploying to gh-pages from @ 648f69f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcath committed Sep 30, 2024
1 parent 5193076 commit f330df6
Show file tree
Hide file tree
Showing 17 changed files with 367 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/concepts/assets.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ <h1 class="title is-2">Assets</h1>

</li>

<li>
<a href="/net-doc/docs/concepts/passwords" class="">Passwords</a>

</li>

</ul>

<p class="menu-label">Fields</p>
Expand Down
16 changes: 15 additions & 1 deletion docs/concepts/entries.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ <h1 class="title is-2">Entries</h1>

</li>

<li>
<a href="/net-doc/docs/concepts/passwords" class="">Passwords</a>

</li>

</ul>

<p class="menu-label">Fields</p>
Expand Down Expand Up @@ -233,7 +238,9 @@ <h1 class="title is-2">Entries</h1>
<div class="contents">
<div class="menu">
<p class="menu-label">Contents</p>

<ul class="menu-list">
<li><a href="#linked-entries">Linked Entries</a></li>
</ul>
</div>
</div>

Expand All @@ -244,6 +251,13 @@ <h1 id="entries">Entries</h1>
<p>Entires are an instance of an <a href="/net-doc/docs/concepts/assets">asset</a> that
contains vaules.</p>

<h2 id="linked-entries">Linked Entries</h2>

<p>When an entry is linked to from a <a href="/net-doc/docs/fields/relation">relation</a> or
even just mentioned in a <a href="/net-doc/docs/fields/markdown">markdown</a> field (as a
link) links to the entries that mentioned it will appear in the linked entries
list at the side of the view page.</p>

</div>

</div>
Expand Down
5 changes: 5 additions & 0 deletions docs/concepts/fields.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ <h1 class="title is-2">Fields</h1>

</li>

<li>
<a href="/net-doc/docs/concepts/passwords" class="">Passwords</a>

</li>

</ul>

<p class="menu-label">Fields</p>
Expand Down
283 changes: 283 additions & 0 deletions docs/concepts/passwords.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,283 @@
<!doctype html>




<html
dir="ltr"
lang="en"
class=" theme-light "
>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="/net-doc/assets/css/app.css">
<link
rel="shortcut icon"
type="image/png"

href="/net-doc/favicon.png"

>
<script defer src="https://unpkg.com/[email protected]/dist/cdn.min.js"></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js.cookie.min.js"
></script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
>

<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Passwords | Net-Doc</title>
<meta name="generator" content="Jekyll v4.3.4" />
<meta property="og:title" content="Passwords" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Net-Doc" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Passwords" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","headline":"Passwords","url":"/net-doc/docs/concepts/passwords.html"}</script>
<!-- End Jekyll SEO tag -->

<!-- head scripts -->
</head>

<body>

<nav
class="navbar is-primary "
x-data="{ openNav: false }"
>
<div class="container">
<div class="navbar-brand">
<a href="/net-doc/" class="navbar-item">
Net-Doc
</a>
<a
role="button"
class="navbar-burger burger"
aria-label="menu"
aria-expanded="false"
data-target="navMenu"
:class="{ 'is-active': openNav }"
x-on:click="openNav = !openNav"
>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div class="navbar-menu" id="navMenu" :class="{ 'is-active': openNav }">
<div class="navbar-start">
<a href="/net-doc/" class="navbar-item ">Home</a>



<a
href="/net-doc/features.html"
class="navbar-item "
>Features</a>



<a
href="/net-doc/docs/getting-started/install"
class="navbar-item "
>Documentation</a>



</div>

<div class="navbar-end">

</div>
</div>
</div>
</nav>


<section
class="hero is-medium is-bold is-primary"

>
<div class="hero-body ">
<div class="container">
<h1 class="title is-2">Passwords</h1>
<p class="subtitle is-3"></p>

</div>
</div>
</section>




<section class="section">
<div class="container">
<div class="columns is-multiline">

<div class="column is-4-desktop is-4-tablet">


<aside class="menu">

<p class="menu-label">Getting Started</p>
<ul class="menu-list">

<li>
<a href="/net-doc/docs/getting-started/install" class="">Installation</a>

</li>

<li>
<a href="/net-doc/docs/getting-started/initial-setup" class="">Initial Setup</a>

</li>

</ul>

<p class="menu-label">Concepts</p>
<ul class="menu-list">

<li>
<a href="/net-doc/docs/concepts/assets" class="">Assets</a>

</li>

<li>
<a href="/net-doc/docs/concepts/entries" class="">Entries</a>

</li>

<li>
<a href="/net-doc/docs/concepts/fields" class="">Fields</a>

</li>

<li>
<a href="/net-doc/docs/concepts/passwords" class="">Passwords</a>

</li>

</ul>

<p class="menu-label">Fields</p>
<ul class="menu-list">

<li>
<a href="/net-doc/docs/fields/attachment" class="">Attachment</a>

</li>

<li>
<a href="/net-doc/docs/fields/date" class="">Date</a>

</li>

<li>
<a href="/net-doc/docs/fields/image" class="">Image</a>

</li>

<li>
<a href="/net-doc/docs/fields/markdown" class="">Markdown</a>

</li>

<li>
<a href="/net-doc/docs/fields/relation" class="">Relation</a>

</li>

<li>
<a href="/net-doc/docs/fields/select" class="">Select</a>

</li>

<li>
<a href="/net-doc/docs/fields/text" class="">Text</a>

</li>

</ul>

<p class="menu-label">Dashboard Boxes</p>
<ul class="menu-list">

<li>
<a href="/net-doc/docs/dashboard-boxes/approaching-dates" class="">Approaching Dates</a>

</li>

</ul>

</aside>

</div>

<div class="column is-8">












<div class="contents">
<div class="menu">
<p class="menu-label">Contents</p>

</div>
</div>


<div class="content">
<p>Passwords are built in asset that stores user account details. The <code class="language-plaintext highlighter-rouge">password</code>
part of a Password is stored in the database using reversible encryption.</p>

<blockquote>
<p>The reversible encryption of the database uses the <code class="language-plaintext highlighter-rouge">PASSWORD_KEY</code>,
<code class="language-plaintext highlighter-rouge">PASSWORD_SALT</code> and <code class="language-plaintext highlighter-rouge">PASSWORD_IV</code> environment variables to encrypt the
password using the <code class="language-plaintext highlighter-rouge">aes-192-cbc</code> algorithm. You can see the encryption code in
<a href="https://github.com/Longridge-High-School/net-doc/blob/main/app/lib/crypto.server.ts">crypto.server.ts</a>.
Make sure that you have a backup of the KEY, SALT and IV as your encrypted
passwords will be useless without them.</p>
</blockquote>

</div>

</div>

</div>
</div>
</section>

<footer class="footer">
<div class="container">





<div class="content is-small has-text-centered">
<p class="">Theme built by <a href="https://www.csrhymes.com">C.S. Rhymes</a></p>
</div>
</div>
</footer>


<script src="/net-doc/assets/js/app.js" type="text/javascript"></script><!-- footer scripts -->
</body>
</html>
5 changes: 5 additions & 0 deletions docs/dashboard-boxes/approaching-dates.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ <h1 class="title is-2">Approaching Dates</h1>

</li>

<li>
<a href="/net-doc/docs/concepts/passwords" class="">Passwords</a>

</li>

</ul>

<p class="menu-label">Fields</p>
Expand Down
5 changes: 5 additions & 0 deletions docs/fields/attachment.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ <h1 class="title is-2">Attachment Field</h1>

</li>

<li>
<a href="/net-doc/docs/concepts/passwords" class="">Passwords</a>

</li>

</ul>

<p class="menu-label">Fields</p>
Expand Down
5 changes: 5 additions & 0 deletions docs/fields/date.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ <h1 class="title is-2">Date Field</h1>

</li>

<li>
<a href="/net-doc/docs/concepts/passwords" class="">Passwords</a>

</li>

</ul>

<p class="menu-label">Fields</p>
Expand Down
5 changes: 5 additions & 0 deletions docs/fields/image.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@ <h1 class="title is-2">Image Field</h1>

</li>

<li>
<a href="/net-doc/docs/concepts/passwords" class="">Passwords</a>

</li>

</ul>

<p class="menu-label">Fields</p>
Expand Down
Loading

0 comments on commit f330df6

Please sign in to comment.