From 6cb842fa6d16aa093b17e8a809fb0a9ccfc63d75 Mon Sep 17 00:00:00 2001 From: Marco Mooij | DigiState Date: Fri, 15 May 2026 10:57:05 +0200 Subject: [PATCH] added meta tags to documents --- API/API Getting Started.md | 4 ++++ API/v1/servers/POST Create or update server.md | 4 ++++ API/v1/sources/inserve/GET Sync cloud distributor.md | 4 ++++ API/v1/sources/inserve/GET Sync companies.md | 4 ++++ API/v1/sources/inserve/GET Sync server licenses.md | 4 ++++ API/v1/sources/inserve/GET Sync server subscriptions.md | 4 ++++ Getting Started.md | 4 ++++ Installation.md | 6 +++++- Portal Management/Access Control/Admins.md | 4 ++++ Portal Management/Access Control/Permissions.md | 4 ++++ Portal Management/Access Control/Users groups.md | 4 ++++ Portal Management/Settings/Global.md | 5 ++++- Portal Management/Settings/Mail.md | 4 ++++ Portal Management/Settings/Modules.md | 4 ++++ Portal Management/Settings/Sources/Inserve.md | 4 ++++ Release notes.md | 4 ++++ index.md | 5 ++++- 17 files changed, 69 insertions(+), 3 deletions(-) diff --git a/API/API Getting Started.md b/API/API Getting Started.md index eb36438..03bad45 100644 --- a/API/API Getting Started.md +++ b/API/API Getting Started.md @@ -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: diff --git a/API/v1/servers/POST Create or update server.md b/API/v1/servers/POST Create or update server.md index 6271bd2..02dfcfb 100644 --- a/API/v1/servers/POST Create or update server.md +++ b/API/v1/servers/POST Create or update server.md @@ -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 diff --git a/API/v1/sources/inserve/GET Sync cloud distributor.md b/API/v1/sources/inserve/GET Sync cloud distributor.md index 3efb9a3..26c71d4 100644 --- a/API/v1/sources/inserve/GET Sync cloud distributor.md +++ b/API/v1/sources/inserve/GET Sync cloud distributor.md @@ -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 ``` diff --git a/API/v1/sources/inserve/GET Sync companies.md b/API/v1/sources/inserve/GET Sync companies.md index 907de85..acf2bca 100644 --- a/API/v1/sources/inserve/GET Sync companies.md +++ b/API/v1/sources/inserve/GET Sync companies.md @@ -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 ``` diff --git a/API/v1/sources/inserve/GET Sync server licenses.md b/API/v1/sources/inserve/GET Sync server licenses.md index 7d04ca1..163fdb0 100644 --- a/API/v1/sources/inserve/GET Sync server licenses.md +++ b/API/v1/sources/inserve/GET Sync server licenses.md @@ -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 ``` diff --git a/API/v1/sources/inserve/GET Sync server subscriptions.md b/API/v1/sources/inserve/GET Sync server subscriptions.md index d421f68..1ec3730 100644 --- a/API/v1/sources/inserve/GET Sync server subscriptions.md +++ b/API/v1/sources/inserve/GET Sync server subscriptions.md @@ -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 ``` diff --git a/Getting Started.md b/Getting Started.md index 8adede0..1d842c5 100644 --- a/Getting Started.md +++ b/Getting Started.md @@ -1 +1,5 @@ +--- +title: Getting Started +publish: true +--- After [[Installation|installing]] Sentri, it is recommended to review the initial configuration settings. diff --git a/Installation.md b/Installation.md index 75c4928..b427e20 100644 --- a/Installation.md +++ b/Installation.md @@ -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 diff --git a/Portal Management/Access Control/Admins.md b/Portal Management/Access Control/Admins.md index e69de29..61fb1f7 100644 --- a/Portal Management/Access Control/Admins.md +++ b/Portal Management/Access Control/Admins.md @@ -0,0 +1,4 @@ +--- +title: Admins +publish: true +--- diff --git a/Portal Management/Access Control/Permissions.md b/Portal Management/Access Control/Permissions.md index e69de29..29e386b 100644 --- a/Portal Management/Access Control/Permissions.md +++ b/Portal Management/Access Control/Permissions.md @@ -0,0 +1,4 @@ +--- +title: Permissions +publish: true +--- diff --git a/Portal Management/Access Control/Users groups.md b/Portal Management/Access Control/Users groups.md index e69de29..e96622a 100644 --- a/Portal Management/Access Control/Users groups.md +++ b/Portal Management/Access Control/Users groups.md @@ -0,0 +1,4 @@ +--- +title: Users groups +publish: true +--- diff --git a/Portal Management/Settings/Global.md b/Portal Management/Settings/Global.md index 3405bec..dd50502 100644 --- a/Portal Management/Settings/Global.md +++ b/Portal Management/Settings/Global.md @@ -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. diff --git a/Portal Management/Settings/Mail.md b/Portal Management/Settings/Mail.md index 0ba6ba9..870bbd5 100644 --- a/Portal Management/Settings/Mail.md +++ b/Portal Management/Settings/Mail.md @@ -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: diff --git a/Portal Management/Settings/Modules.md b/Portal Management/Settings/Modules.md index a65d7da..290bcf7 100644 --- a/Portal Management/Settings/Modules.md +++ b/Portal Management/Settings/Modules.md @@ -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. diff --git a/Portal Management/Settings/Sources/Inserve.md b/Portal Management/Settings/Sources/Inserve.md index 8db4081..b71c095 100644 --- a/Portal Management/Settings/Sources/Inserve.md +++ b/Portal Management/Settings/Sources/Inserve.md @@ -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. diff --git a/Release notes.md b/Release notes.md index 299131c..e28f062 100644 --- a/Release notes.md +++ b/Release notes.md @@ -1,3 +1,7 @@ +--- +title: Release notes +publish: true +--- ### v.1.2.1 To be announced ### Changes diff --git a/index.md b/index.md index e85624f..ba962f6 100644 --- a/index.md +++ b/index.md @@ -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