2023-02-02 10:55:24 +01:00
|
|
|
# Documentation
|
|
|
|
|
2023-05-23 14:48:49 +02:00
|
|
|
- (FR) - [Introduction](./fr/introduction.md)
|
|
|
|
|
2023-02-02 10:55:24 +01:00
|
|
|
## Tutorials
|
|
|
|
|
|
|
|
- (FR) - [Premiers pas](./tutorials/fr/first-steps.md)
|
2023-05-25 21:22:56 +02:00
|
|
|
- (FR) - [Déployer un serveur mandataire inverse sur un agent](./tutorials/fr/deploy-reverse-proxy.md)
|
|
|
|
- (FR) - [Déployer une configuration UCI personnalisée sur un agent](./tutorials/fr/deploy-uci-configuration.md)
|
2023-10-30 20:05:00 +01:00
|
|
|
- (FR) - [Démarrer un agent avec Docker](./tutorials/fr/docker-agent.md)
|
2023-02-02 10:55:24 +01:00
|
|
|
|
|
|
|
## References
|
|
|
|
|
2023-05-23 14:48:49 +02:00
|
|
|
### Specifications
|
2023-03-09 15:37:29 +01:00
|
|
|
|
2023-05-23 14:48:49 +02:00
|
|
|
- [Schéma `app.emissary.cadoles.com`](../internal/agent/controller/app/spec/schema.json)
|
|
|
|
- [Schéma `proxy.emissary.cadoles.com`](../internal/spec/proxy/schema.json)
|
|
|
|
- [Schéma `mdns.emissary.cadoles.com`](../internal/agent/controller/mdns/spec/schema.json)
|
2023-03-09 15:37:29 +01:00
|
|
|
- [Schéma `uci.emissary.cadoles.com`](../internal/spec/uci/schema.json)
|
2023-05-23 14:48:49 +02:00
|
|
|
- [Schéma `sysupgrade.openwrt.emissary.cadoles.com`](../internal/agent/controller/openwrt/spec/sysupgrade/schema.json)
|
2023-03-09 15:37:29 +01:00
|
|
|
|
2023-02-02 10:55:24 +01:00
|
|
|
### Configuration
|
|
|
|
|
|
|
|
See:
|
|
|
|
|
|
|
|
- [`misc/packaging/common/config-agent.yml`](../misc/packaging/common/config-agent.yml)
|
|
|
|
- [`misc/packaging/common/config-server.yml`](../misc/packaging/common/config-server.yml)
|
2023-08-25 17:08:10 +02:00
|
|
|
|
|
|
|
### Other projects
|
|
|
|
|
|
|
|
- [`emissary-firmware`](https://forge.cadoles.com/arcad/emissary-firmware) - Preconfigured OpenWRT firmwares with an agent
|