Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akatrevorjay/doxy
Automagic socks/https/http proxy, DNS server, and browser extension for safe *and* convenient local containerized development.
https://github.com/akatrevorjay/doxy
automagic browser development dns docker http https integrated proxy socks
Last synced: 24 days ago
JSON representation
Automagic socks/https/http proxy, DNS server, and browser extension for safe *and* convenient local containerized development.
- Host: GitHub
- URL: https://github.com/akatrevorjay/doxy
- Owner: akatrevorjay
- License: mit
- Created: 2017-12-21T21:52:14.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2019-12-18T00:32:06.000Z (almost 5 years ago)
- Last Synced: 2024-06-20T12:46:34.432Z (5 months ago)
- Topics: automagic, browser, development, dns, docker, http, https, integrated, proxy, socks
- Language: Go
- Homepage:
- Size: 3.38 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Doxy
====Doxy provides a DNS server as well as an HTTP/S reverse proxy for your containers running on your dev machines.
Docs will come with time, functionality is more important at the moment, however, at least until the next major release, which I'm quite excited about.
* HTTPS certificates are generated on the fly using a common CA cert as it's parent, fully offloading SSL from apps
while allowing you to add this to your CA roots if you so desire.* Provides easy label based configuration per container.
* Understands `docker-compose` labels and assigns pleasant aliases, because `project_service_idx` is really rather long, and doesn't `service.project` roll off your tongue nicer?
- Got multiples of a container? No problem, you can use the nearly-as-handy `idx.service.project` alias.
In fact, if you `dig service.project`, you'll find that the instances are all returned as
A records, causing round robin between them.Kudos
-----This originally started as a fork of [dnsdock](https://github.com/aacebedo/dnsdock), but has since grown into something
completely different in terms of goals and features.