https://github.com/osbuild/community-gateway
https://github.com/osbuild/community-gateway
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/osbuild/community-gateway
- Owner: osbuild
- License: apache-2.0
- Created: 2023-12-07T15:55:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T09:04:23.000Z (over 1 year ago)
- Last Synced: 2025-03-29T16:18:13.828Z (over 1 year ago)
- Language: Go
- Size: 1.88 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Community envoy gateway
=======================
Gateway for the image builder community service.
### Run the example
To run envoy:
```
docker run --net=host -v $PWD/example:/app -it envoyproxy/envoy:distroless-v1.29-latest -c /app/config.yaml
```
To try it out:
```
AT=$(cat example/auth/access-token)
curl -H "authorization: Bearer $AT" localhost:10000/
```
### Project
* **Website**:
* **Bug Tracker**:
* **Discussions**:
* **Matrix**: [#image-builder on fedoraproject.org](https://matrix.to/#/#image-builder:fedoraproject.org)
* **Changelog**:
#### Contributing
Please refer to the [developer guide](https://osbuild.org/docs/developer-guide/index) to learn about our workflow, code style and more.
### License:
- **Apache-2.0**
- See LICENSE file for details.