-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
25 changed files
with
382 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
title: First Time Setup | ||
description: First time startup wizard | ||
slug: /configuration/first-time-setup | ||
--- | ||
|
||
After you have installed FDM Monster, you'll need to head to the FDM Monster URL. This URL depends on your installation method. | ||
|
||
The first time setup steps consists of 3 steps in total. | ||
|
||
## Introduction | ||
|
||
When going to the web application for the first time, you will be greeted with the image below. Click on the **[START SETUP]** button to get started! | ||
|
||
![First Time Setup Introduction step](./images/fts-step1.png) | ||
|
||
## Login and registration | ||
|
||
This step is used to create the admin account and initial login settings. The settings are described below. | ||
|
||
![First Time Setup Login and registration step](./images/fts-step2.png) | ||
|
||
### Login | ||
|
||
- **Enable Login** - this setting is enabled by default, you could disable this to have no logins required for FDM Monster. | ||
:::danger | ||
FDM Monster Team advises you to keep this enabled for security reasons. | ||
::: | ||
- **Enable Registration** - this setting allows other users to register an account on your FDM Monster installation. If your environment requires so, you could enable this setting. | ||
|
||
### Admin account | ||
|
||
- **Username** - this is set, by default, to admin. Depending on the public exposure of FDM Monster, this value should be changed to something unique | ||
- **Password** - this is the password for the admin account. | ||
:::info | ||
FDM Monster Team advises you to create a strong password and keep it in a safe place | ||
::: | ||
- **Repeat Password** - repeat the password for the admin account. This should be the same as the previous one. | ||
|
||
### Buttons | ||
|
||
- **[BACK]** - Return to the [previous](#introduction) screen. | ||
- **[VERIFY & SUBMIT]** - Submit the changes and continue. This button will be enabled once all mandatory fields are filled in | ||
|
||
## Summary | ||
|
||
The summary step is shown. Only one button is available. Click on the **[LET'S CONTINUE]** button to continue to the login screen | ||
|
||
![First Time Setup Summary page](./images/fts-step3.png) | ||
|
||
## Login to your account | ||
|
||
After you completed the First Time Setup steps, you'll be sent over to the **Login to your account** window, unless you have opted out to login. | ||
|
||
![FDM Monster login window](./images/fts-login.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Cameras | ||
description: FDM Monster Cameras | ||
slug: /configuration/menu/cameras | ||
--- | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: Home | ||
description: FDM Monster Home | ||
slug: /configuration/menu/home | ||
--- | ||
|
||
![FDM Monster Home screen](./images/1.7.1-home.png) | ||
|
||
The FDM Monster home screen is the single pane of view to monitor your farm. | ||
|
||
:::tip | ||
The `DEFAULT FLOOR` drop-down will show all your floors when multiple are defined. The name `DEFAULT FLOOR` can be changed in the [Floors](../settings/floors.mdx) settings page. | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: Menu Items | ||
description: All menu items described | ||
slug: /configuration/menu | ||
--- | ||
|
||
FDM Monster has multiple left-side menu items. | ||
|
||
- [**Home**](./home/index.mdx) - Single pane of view of your farm | ||
- [**Printers**](./printers/index.mdx) - Printer overview | ||
- [**Cameras**](./cameras/index.mdx) - Printer cameras | ||
- [**Settings**](./settings/index.mdx) - FDM Monster settings | ||
|
||
<!-- ```mdx-code-block | ||
import DocCardList from '@theme/DocCardList'; | ||
|
||
<DocCardList /> | ||
``` --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Printers | ||
description: FDM Monster Printers | ||
slug: /configuration/menu/printers | ||
--- | ||
|
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
docs/configuration/settings/index.mdx → docs/configuration/menu/settings/index.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: Deprecated | ||
description: Deprecated documentation | ||
slug: /installing/deprecated | ||
--- | ||
|
||
:::danger | ||
Deprecated documentation. This documentation is there for your convenience. This documentation is provided as-is and will not be supported. | ||
::: | ||
|
||
```mdx-code-block | ||
import DocCardList from '@theme/DocCardList'; | ||
<DocCardList /> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.