Compare commits
5 Commits
v2023.8.14
...
v2023.8.25
Author | SHA1 | Date | |
---|---|---|---|
61ac5e8ae0 | |||
929394c479 | |||
a1ec5b87c8 | |||
5c36955c13 | |||
6cf01adb61 |
@ -8,6 +8,10 @@
|
||||
- (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)
|
||||
|
||||
Emplacement des différentes documentation pour installation emissary.
|
||||
|
||||
- (FR) -[Différentes méthodes pour installer emissary](./tutorials/fr/install-emmissary-only.md)
|
||||
|
||||
## References
|
||||
|
||||
### Specifications
|
||||
|
17
doc/tutorials/fr/install-emmissary-only.md
Normal file
17
doc/tutorials/fr/install-emmissary-only.md
Normal file
@ -0,0 +1,17 @@
|
||||
# installation
|
||||
|
||||
processus d'installation
|
||||
|
||||
Il y a à ce jours trois méthode différente d'installation !
|
||||
|
||||
1. via le paquet.deb disponible sur la forge (pour installation sur un serveur)
|
||||
|
||||
cf : [doc-emissary](./first-steps.md) (chapitre : Installer le serveur Emissary)
|
||||
|
||||
2. via l'archive disponible sur la forge (pour installation sur une machine locale a des fin de test ou autre)
|
||||
|
||||
cf : [doc-emissary-firmware](https://forge.cadoles.com/arcad/emissary-firmware/src/branch/master/doc/tutorials/first-steps.md) (chapitre : Récupérer et lancer un serveur Emissary sur sa machine)
|
||||
|
||||
3. via ansible (uniquement alpine pour le moment) (cf: [arcad-ansible](https://forge.cadoles.com/arcad/ansible))
|
||||
|
||||
cf : [doc-arcad-ansible](https://forge.cadoles.com/arcad/ansible/src/branch/master/doc/deploy-new-env.md) (Chapitre : Préparation de l'environnement)
|
2
go.mod
2
go.mod
@ -7,6 +7,7 @@ require (
|
||||
github.com/Masterminds/sprig/v3 v3.2.3
|
||||
github.com/alecthomas/participle/v2 v2.0.0-beta.5
|
||||
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
|
||||
github.com/antonmedv/expr v1.12.7
|
||||
github.com/brutella/dnssd v1.2.6
|
||||
github.com/btcsuite/btcd/btcutil v1.1.3
|
||||
github.com/davecgh/go-spew v1.1.1
|
||||
@ -33,7 +34,6 @@ require (
|
||||
require (
|
||||
github.com/Masterminds/goutils v1.1.1 // indirect
|
||||
github.com/Masterminds/semver/v3 v3.2.0 // indirect
|
||||
github.com/antonmedv/expr v1.12.7 // indirect
|
||||
github.com/barnybug/go-cast v0.0.0-20201201064555-a87ccbc26692 // indirect
|
||||
github.com/dop251/goja_nodejs v0.0.0-20230320130059-dcf93ba651dd // indirect
|
||||
github.com/gabriel-vasile/mimetype v1.4.1 // indirect
|
||||
|
Reference in New Issue
Block a user