Skip to content

marcosimbuerger/contao-monitoring-satellite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Monitoring Satellite for Contao 🛰

The Monitoring Satellite provides data about your Contao CMS for the Monitoring Station.

Installation

$ composer require marcosimbuerger/contao-monitoring-satellite

Configuration

Add the basic authentication credentials to the parameters.yml file.

Use vendor/bin/contao-console security:hash-password to generate the password hash.

Use the InMemoryUser class to hash the password.

# app/config/parameters.yml

parameters:
    ...
    monitoring_satellite:
        basic_auth:
            username: foo
            password: '$argon2id$v=19$m=65536,t=4,p=1$ofPY6RT+0rCE74M0AlPpzQ$BeiGUhv27D4/6FBmNKC0r4dhImZqj55EfOwYqjxaVbE'

Test

Call /monitoring-satellite/v1/get.

It should be protected by basic authentication and return the data after successful authentication.

Add the Satellite to the Station

Add this Monitoring Satellite to the Monitoring Station. See documentation of the Monitoring Station.

License

This bundle is released under the MIT license. See the included LICENSE file for more information.

About

Monitoring Satellite for Contao

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages