envoyproxy/envoy

Install envoy.exe into ProgramData/envoy/bin

Open

#17.232 geöffnet am 5. Juli 2021

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (5.373 Forks)batch import
area/windowshelp wanted

Repository-Metriken

Stars
 (27.997 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)

Beschreibung

Title: Install envoy.exe into ProgramData/envoy/bin

Description: Right now, in the envoy-windows image, envoy.exe installs into Program Files/envoy/envoy.exe

While this does match historic install directories, choosing this makes tooling more difficult as for example make struggles with spaces.

It would be easier to install into ProgramData/envoy/bin/envoy.exe similar to the Chocolatey package manager: ProgramData/chocolately/bin/choko.exe.

Doing so wouldn't be completely unconventional, in other words, and we already write files to this directory, ex. ProgramData/envoy/envoy.yaml

Contributor Guide