Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muni-town/traefik-http-config-merger
This is a simple service that will take multiple JSON endpoints, query them, and return a deep merged JSON result.
https://github.com/muni-town/traefik-http-config-merger
Last synced: 1 day ago
JSON representation
This is a simple service that will take multiple JSON endpoints, query them, and return a deep merged JSON result.
- Host: GitHub
- URL: https://github.com/muni-town/traefik-http-config-merger
- Owner: muni-town
- Created: 2024-07-02T14:32:41.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-02T14:33:51.000Z (4 months ago)
- Last Synced: 2024-08-28T16:36:40.528Z (2 months ago)
- Language: TypeScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Traefik HTTP Config Merger
This is a simple service that will take multiple JSON endpoints, query them, and return a deep merged JSON result.
This is specifically meant to be used for the Traefik [HTTP Config
Provider](https://doc.traefik.io/traefik/providers/http/), which doesn't support multiple endpoints.Note this does not support YAML endpoints, only JSON.