.. | ||
dictionaries | ||
extras/machine | ||
manual/image | ||
templates | ||
applicationservice.yml | ||
README.md |
Table of Contents
Return to the list of application services.
speedtest-rs
Synopsis
Speedtest-rs, a very lightweight Speedtest.
Example
Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.
speedtest-rs:
applicationservice: speedtest-rs
zones_name:
- localdns
- reverseproxy
values:
general.revprox.revprox_client.revprox_client_external_domainnames:
- service.example.net
Basic variables
General
Reverse proxy
Clients configuration
This family is a leadership.
Parameter | Comments |
---|---|
general.revprox.revprox_client.revprox_client_external_domainnames mandatory, multiple Type: domainname |
Service external domain name. Example: service.example.net |
general.revprox.revprox_client.revprox_client_location mandatory Type: filename |
URI to route request to the correct service. Default: / |
Variables
General
Reverse proxy
Clients configuration
This family is a leadership.
Parameter | Comments |
---|---|
general.revprox.revprox_client.revprox_client_max_body_size Type: string |
The maximum allowed size of the client request body. |
Requirements services
Mandatories
- LocalDNS: DNS forwarder for local domain name.
- ReverseProxy: Register to service to a reverse proxy server.
Optionals
- Journald: Concentrate journal messages on one host.
Dependances
- base-fedora-36: Base information of a Fedora 36.
- base-fedora: Base information of a Fedora.
- reverse-proxy-client: Application service needs interact with a a reverse proxy server.