swarmproxy/README.md
OCram85 be6185e4fb
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/push/next Pipeline was successful
add first prototype implementation (#1)
#### 📖 Summary

<!-- Provide a summary of your changes. Describe the why and not how. -->

#### 📑 Test Plan

> 💡 Select your test plan for the code changes.

- [x] CI pipeline tests
- [ ] Custom test
- [ ] No test plan

##### Details / Justification

<!-- Add your test details or justification for missing tests here. -->

#### 📚 Additional Notes

<!-- A place for additional detail notes. -->

Co-authored-by: OCram85 <marco.blessing@googlemail.com>
Reviewed-on: #1
2023-07-06 09:29:32 +02:00

40 lines
1.1 KiB
Markdown

<p align="right">
<img src="http://forthebadge.com/images/badges/built-with-love.svg">
<img src="http://forthebadge.com/images/badges/for-you.svg">
</p>
<p align="center">
<a href="https://gitea.ocram85.com/OCram85/swarmproxy/">
<img
src="/OCram85/swarmproxy/raw/branch/main/assets/social-logo.png"
alt="swarmproxy"
>
</a>
</p>
<h1 align="center">
swarmproxy
</h1>
<p align="center">
swarmproxy docker image
</p>
<p align="center">
<a href="https://drone.ocram85.com/OCram85/swarmproxy">
<img src="https://drone.ocram85.com/api/badges/OCram85/swarmproxy/status.svg" alt="Main Branch Build Status">
</a>
</p>
## :book: General
> :bulb: tbd...
## 🙏 Credits
swarmproxy is based on the following projects and wouldn't be possible without them:
- [https://github.com/tinyproxy/tinyproxy](Tinyproxy) - The Tinyproxy project itself
- [https://github.com/kalaksi/docker-tinyproxy](docker-tinyproxy) - A containerized tinyproxy variant.
- [https://github.com/ajoergensen/docker-tinyproxy](docker-tinyproxy) - A containerized tinyproxy variant.