This commit is contained in:
Jokob-sk
2023-10-01 09:20:21 +11:00
parent 299371b38c
commit c412f025ca
9 changed files with 36 additions and 5 deletions

View File

@@ -0,0 +1,24 @@
# Bulk-edit devices by using via CSV Export/Import
> [!NOTE]
> As always, backup everything, just in case.
1. In `Maintenance` > `Backup / Restore` click the `CSV Export` button.
2. A `devices.csv` is generated in the `/config` folder
3. Edit the `devices.csv` file however you like.
![Maintenance > CSV Export](/docs/img/DEVICES_BULK_EDITING/MAINTENANCE_CSV_EXPORT.png)
> [!NOTE]
> The file containing a list of Devices including the Network relationships between Network Nodes and connected devices. You can also trigger this by acessing this URL: `<your pialert url>/php/server/devices.php?action=ExportCSV` or via the `CSV Backup` plugin. (💡 You can schedule this)
![Settings > CSV Backup](/docs/img/DEVICES_BULK_EDITING/CSV_BACKUP_SETTINGS.png)
> [!NOTE]
> Keep Linux line endings (sugegsted editors: Nano, Notepad++)
![Nodepad++ line endings](/docs/img/DEVICES_BULK_EDITING/NOTEPAD++.png)

View File

@@ -9,6 +9,11 @@ To edit device information:
- Press the "Save" button
> [!NOTE]
>
> [Bulk-edit devices](/docs/DEVICES_BULK_EDITING.md) by using the `CSV Export` functionality in the `Maintenance` section.
![Device Details][screen1]

View File

@@ -20,7 +20,7 @@ Make sure you have a root device with the MAC `Internet` (No other MAC addresses
In this example you will setup a device named `rapberrypi` as a `Switch` in our network.
### 1) Device details page
### 1. Device details page
- Go to the `Devices` (1) page:
@@ -35,7 +35,7 @@ In this example you will setup a device named `rapberrypi` as a `Switch` in our
- Save your changes (7)
### 1) Network page
### 2. Network page
- Navigate to your `Network` (1) page:
@@ -45,7 +45,7 @@ In this example you will setup a device named `rapberrypi` as a `Switch` in our
- As we asssigned the `raspberrypi` in the previous 1) Device details page section to the `Internet` parent network node in step (6), the link is also showing up in the tree diagram (4)
- We can now assign the device `(AppleTV)` (5) to this `raspberrypi` node, representing a network Switch in this example
### 1) Network page with 2 levels
### 3. Network page with 2 levels
- After clicking the `Assign` button in the previous section, the `(AppleTV)` (1) device is now connected to our `raspberrypi` (2).
@@ -57,3 +57,4 @@ In this example you will setup a device named `rapberrypi` as a `Switch` in our

View File

@@ -50,6 +50,7 @@ There is also an in-app Help / FAQ section that should be answering frequently a
- [Settings system](/docs/SETTINGS_SYSTEM.md)
- [New Version notifications](/docs/VERSIONS.md)
- [Frontend development tips](/docs/FRONTEND_DEVELOPMENT.md)
- [Webhook secrets](/docs/WEBHOOK_SECRET.md)
Feel free to suggest or submit new docs via a PR.

View File

@@ -1,6 +1,6 @@
# 📧 SMTP guides
## Use the GMX SMTP server
## Using the GMX SMTP server
1. Go to your GMX account https://account.gmx.com
2. Under Security Options enable 2FA (Two-factor authentication)
@@ -22,7 +22,7 @@
```
## Use the Gmail SMTP server
## Using the Gmail SMTP server
1. Create an app password by following the instructions from Google, you need to Enable 2FA for this to work.
[https://support.google.com/accounts/answer/185833](https://support.google.com/accounts/answer/185833)

0
docs/WEBHOOK_SECRET.md Normal file → Executable file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB