From f330df60a220e6b20eedf352929d4c689e45e299 Mon Sep 17 00:00:00 2001 From: Arcath Date: Mon, 30 Sep 2024 20:37:40 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20Longridg?= =?UTF-8?q?e-High-School/net-doc@648f69fba9d88c2dae55fd5c0535d5465d06cc5e?= =?UTF-8?q?=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/concepts/assets.html | 5 + docs/concepts/entries.html | 16 +- docs/concepts/fields.html | 5 + docs/concepts/passwords.html | 283 ++++++++++++++++++++ docs/dashboard-boxes/approaching-dates.html | 5 + docs/fields/attachment.html | 5 + docs/fields/date.html | 5 + docs/fields/image.html | 5 + docs/fields/markdown.html | 5 + docs/fields/relation.html | 5 + docs/fields/select.html | 5 + docs/fields/text.html | 5 + docs/getting-started/initial-setup.html | 5 + docs/getting-started/install.html | 5 + docs/index.html | 5 + feed.xml | 2 +- sitemap.xml | 3 + 17 files changed, 367 insertions(+), 2 deletions(-) create mode 100644 docs/concepts/passwords.html diff --git a/docs/concepts/assets.html b/docs/concepts/assets.html index 6e6bdd3..eb8ae47 100644 --- a/docs/concepts/assets.html +++ b/docs/concepts/assets.html @@ -161,6 +161,11 @@

Assets

+
  • + Passwords + +
  • + diff --git a/docs/concepts/entries.html b/docs/concepts/entries.html index c439557..c5ee745 100644 --- a/docs/concepts/entries.html +++ b/docs/concepts/entries.html @@ -161,6 +161,11 @@

    Entries

    +
  • + Passwords + +
  • + @@ -233,7 +238,9 @@

    Entries

    @@ -244,6 +251,13 @@

    Entries

    Entires are an instance of an asset that contains vaules.

    +

    Linked Entries

    + +

    When an entry is linked to from a relation or +even just mentioned in a markdown 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.

    + diff --git a/docs/concepts/fields.html b/docs/concepts/fields.html index 9ab8139..28ef614 100644 --- a/docs/concepts/fields.html +++ b/docs/concepts/fields.html @@ -161,6 +161,11 @@

    Fields

    +
  • + Passwords + +
  • + diff --git a/docs/concepts/passwords.html b/docs/concepts/passwords.html new file mode 100644 index 0000000..662067a --- /dev/null +++ b/docs/concepts/passwords.html @@ -0,0 +1,283 @@ + + + + + + + + + + + + + + + + + +Passwords | Net-Doc + + + + + + + + + + + + + + + + + + +
    +
    +
    +

    Passwords

    +

    + +
    +
    +
    + + + + +
    +
    +
    + +
    + + + + +
    + +
    + + + + + + + + + + + + +
    + +
    + + +
    +

    Passwords are built in asset that stores user account details. The password +part of a Password is stored in the database using reversible encryption.

    + +
    +

    The reversible encryption of the database uses the PASSWORD_KEY, +PASSWORD_SALT and PASSWORD_IV environment variables to encrypt the +password using the aes-192-cbc algorithm. You can see the encryption code in +crypto.server.ts. +Make sure that you have a backup of the KEY, SALT and IV as your encrypted +passwords will be useless without them.

    +
    + +
    + +
    + +
    +
    +
    + + + + + + + diff --git a/docs/dashboard-boxes/approaching-dates.html b/docs/dashboard-boxes/approaching-dates.html index 1f04e9d..5f526b0 100644 --- a/docs/dashboard-boxes/approaching-dates.html +++ b/docs/dashboard-boxes/approaching-dates.html @@ -161,6 +161,11 @@

    Approaching Dates

    +
  • + Passwords + +
  • + diff --git a/docs/fields/attachment.html b/docs/fields/attachment.html index 78d288f..a574ce2 100644 --- a/docs/fields/attachment.html +++ b/docs/fields/attachment.html @@ -161,6 +161,11 @@

    Attachment Field

    +
  • + Passwords + +
  • + diff --git a/docs/fields/date.html b/docs/fields/date.html index 894ffe7..8c5145d 100644 --- a/docs/fields/date.html +++ b/docs/fields/date.html @@ -161,6 +161,11 @@

    Date Field

    +
  • + Passwords + +
  • + diff --git a/docs/fields/image.html b/docs/fields/image.html index c4a8b44..0092e4c 100644 --- a/docs/fields/image.html +++ b/docs/fields/image.html @@ -161,6 +161,11 @@

    Image Field

    +
  • + Passwords + +
  • + diff --git a/docs/fields/markdown.html b/docs/fields/markdown.html index be6a448..a694826 100644 --- a/docs/fields/markdown.html +++ b/docs/fields/markdown.html @@ -161,6 +161,11 @@

    Markdown Field

    +
  • + Passwords + +
  • + diff --git a/docs/fields/relation.html b/docs/fields/relation.html index 649d3a1..f20abdd 100644 --- a/docs/fields/relation.html +++ b/docs/fields/relation.html @@ -161,6 +161,11 @@

    Relation Field

    +
  • + Passwords + +
  • + diff --git a/docs/fields/select.html b/docs/fields/select.html index e3bbc79..97e35e2 100644 --- a/docs/fields/select.html +++ b/docs/fields/select.html @@ -161,6 +161,11 @@

    Select Field

    +
  • + Passwords + +
  • + diff --git a/docs/fields/text.html b/docs/fields/text.html index 5b21907..9dd9719 100644 --- a/docs/fields/text.html +++ b/docs/fields/text.html @@ -161,6 +161,11 @@

    Text Field

    +
  • + Passwords + +
  • + diff --git a/docs/getting-started/initial-setup.html b/docs/getting-started/initial-setup.html index 3a60f34..417e592 100644 --- a/docs/getting-started/initial-setup.html +++ b/docs/getting-started/initial-setup.html @@ -161,6 +161,11 @@

    Intial Setup

    +
  • + Passwords + +
  • + diff --git a/docs/getting-started/install.html b/docs/getting-started/install.html index 403cdf0..12b2555 100644 --- a/docs/getting-started/install.html +++ b/docs/getting-started/install.html @@ -161,6 +161,11 @@

    Install

    +
  • + Passwords + +
  • + diff --git a/docs/index.html b/docs/index.html index 416941b..aad5c15 100644 --- a/docs/index.html +++ b/docs/index.html @@ -161,6 +161,11 @@

    Documentation

    +
  • + Passwords + +
  • + diff --git a/feed.xml b/feed.xml index e96d5c7..551563b 100644 --- a/feed.xml +++ b/feed.xml @@ -1,3 +1,3 @@ -Jekyll2024-09-30T19:59:28+00:00/net-doc/feed.xmlNet-DocWelcome to the Documentation2024-03-15T18:29:04+00:002024-03-15T18:29:04+00:00/net-doc/docs/update/2024/03/15/welcome-to-the-documentationWelcome to the documentation site for Net-Doc!

    +Jekyll2024-09-30T20:37:38+00:00/net-doc/feed.xmlNet-DocWelcome to the Documentation2024-03-15T18:29:04+00:002024-03-15T18:29:04+00:00/net-doc/docs/update/2024/03/15/welcome-to-the-documentationWelcome to the documentation site for Net-Doc!

    It’s a small site at the moment but the documenation is coming.

    ]]>
    Adam Laycock
    \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml index daa1ba9..a778c55 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -44,6 +44,9 @@ /net-doc/docs/fields/markdown.html +/net-doc/docs/concepts/passwords.html + + /net-doc/docs/fields/relation.html