added meta tags to documents

This commit is contained in:
Marco Mooij | DigiState
2026-05-15 10:57:05 +02:00
parent 1ccbf651e7
commit 6cb842fa6d
17 changed files with 69 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
---
title: API Getting Started
publish: true
---
This document will explain how to get started with the Sentri API.
## Requirements
To connect to the Sentri API, you will need the following:

View File

@@ -1,3 +1,7 @@
---
title: POST Create or update server
publish: true
---
This API call creates a server or updates it with the given information.
#### Location

View File

@@ -1,3 +1,7 @@
---
title: GET Sync cloud distributor
publish: true
---
This API call synchronizes active companies in Sentri with the corresponding cloud distributor companies in Inserve. These cloud distributor companies are required to associate Sentri server licenses with companies in Inserve.
#### Location
```

View File

@@ -1,3 +1,7 @@
---
title: GET Sync companies
publish: true
---
This API call retrieves all companies from Inserve and creates or updates them in Sentri.
#### Location
```

View File

@@ -1,3 +1,7 @@
---
title: GET Sync server licenses
publish: true
---
This API call first executes the [[GET Sync cloud distributor|GET Sync cloud distributor]] action and then synchronizes all servers in an active, deleted, or trial state with Inserve licenses. It creates or updates server licenses in Inserve if they do not exist or if the license quantities differ from those in Sentri.
#### Location
```

View File

@@ -1,3 +1,7 @@
---
title: GET Sync server subscriptions
publish: true
---
This API call first executes the [[GET Sync cloud distributor|GET Sync cloud distributor]] action and then synchronizes all servers in an active or trial state to Inserve subscriptions. It creates or updates server subscriptions in Inserve if they do not exist or if the subscription name differ from those in Sentri. For this action the correct inserve `product_codes` should be defined at Portal Management > Sources > Inserve > Custom source data.
#### Location
```

View File

@@ -1 +1,5 @@
---
title: Getting Started
publish: true
---
After [[Installation|installing]] Sentri, it is recommended to review the initial configuration settings.

View File

@@ -1,3 +1,7 @@
---
title: Installation
publish: true
---
This guide explains how to install Sentri on a Linux server.
# Requirements
Before continuing, make sure your server meets the following requirements:
@@ -72,7 +76,7 @@ Go to [[Global|Global]] under Portal Management and rename the portal to your pr
Next, configure the SMTP connection in [[Mail|Mail]] under Portal Management so Sentri can send emails.
Finally, enable the [[index#Modules|modules]] you want to use in [[Modules|Modules]] under Portal Management.
Finally, enable the [[index#Modules|modules]] you want to use in [[Portal Management/Settings/Modules|Modules]] under Portal Management.
### Create users and check permissions
Go to the
### Getting started

View File

@@ -0,0 +1,4 @@
---
title: Admins
publish: true
---

View File

@@ -0,0 +1,4 @@
---
title: Permissions
publish: true
---

View File

@@ -0,0 +1,4 @@
---
title: Users groups
publish: true
---

View File

@@ -1,4 +1,7 @@
With the Global Settings, you can configure general settings for Sentri.
---
title: Global
publish: true
---
# Portal name
This setting allows you to change the name of the portal.
Currently, this setting has limited functionality, but it will be used in future versions to support white-labeling.

View File

@@ -1,3 +1,7 @@
---
title: Mail
publish: true
---
To allow Sentri to send emails, you must configure the mail settings.
Sentri sends emails in the following situations:

View File

@@ -1,3 +1,7 @@
---
title: Modules
publish: true
---
Sentri allows modules to be enabled or disabled. Each module provides its own functionality, which can be viewed [[../../index|here]].
# Enabling and Disabling Modules
To enable or disable modules, navigate to **Settings** > **Modules** and toggle the modules you want to enable or disable.

View File

@@ -1,3 +1,7 @@
---
title: Inserve
publish: true
---
Inserve is Dutch software that helps MSPs support their customers in a personal and structured way. The connection to Inserve gives the option to sync information between Sentri and Inserve.
To configure the Inserve connection you need the `admin-sources` RW permissions.

View File

@@ -1,3 +1,7 @@
---
title: Release notes
publish: true
---
### v.1.2.1
To be announced
### Changes

View File

@@ -1,4 +1,7 @@
# Welcome to the Sentri docs
---
title: Welcome to the Sentri docs!
publish: true
---
>[!note]
>The making of the this documentation is still in progress.
# What is Sentri