generated from Templates/Baseline
wip
This commit is contained in:
parent
3161d332af
commit
09b9bcb3ea
7
.vscode/dictionaries/project-words.txt
vendored
7
.vscode/dictionaries/project-words.txt
vendored
@ -1 +1,8 @@
|
|||||||
|
LOGLEVEL
|
||||||
|
MAXCLIENTS
|
||||||
|
Quickstart
|
||||||
|
Swarmproxy
|
||||||
tbd
|
tbd
|
||||||
|
TINYPROXY
|
||||||
|
UID
|
||||||
|
USR
|
||||||
|
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -65,6 +65,7 @@
|
|||||||
"path": "${workspaceRoot}/.vscode/dictionaries/project-words.txt",
|
"path": "${workspaceRoot}/.vscode/dictionaries/project-words.txt",
|
||||||
"description": "Words used in this project",
|
"description": "Words used in this project",
|
||||||
"addWords": true
|
"addWords": true
|
||||||
|
|
||||||
},
|
},
|
||||||
"custom": true
|
"custom": true
|
||||||
}
|
}
|
||||||
|
@ -6,3 +6,9 @@
|
|||||||
* 📦 BUILD
|
* 📦 BUILD
|
||||||
* Add gitea release action (#7)
|
* Add gitea release action (#7)
|
||||||
* Finalize ci (#5)
|
* Finalize ci (#5)
|
||||||
|
* Setup basic action based ci (#3)
|
||||||
|
* 🤖 DEPENDENCIES
|
||||||
|
* Use absolute urls for action calls (#10)
|
||||||
|
* Adds renovate support (#8)
|
||||||
|
* ⚙️ META
|
||||||
|
* Adds initial readme (#4)
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<a href="https://gitea.ocram85.com/OCram85/swarmproxy/">
|
<a href="https://gitea.ocram85.com/OCram85/swarmproxy/">
|
||||||
<img
|
<img
|
||||||
src="/OCram85/swarmproxy/raw/branch/main/assets/social-logo.png"
|
src="/OCram85/swarmproxy/raw/branch/main/assets/social-logo.png"
|
||||||
alt="swarmproxy"
|
alt="Swarmproxy"
|
||||||
>
|
>
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
@ -17,11 +17,13 @@
|
|||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
Swarmproxy is a simple http/https proxy for outbound traffic in a docker swarm cluster.
|
Swarmproxy is a simple http proxy to limit your outbound traffic.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
## :book: About
|
## :book: About
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 🤖 Quickstart
|
## 🤖 Quickstart
|
||||||
|
|
||||||
### 1. ⚡ Get the image 📦
|
### 1. ⚡ Get the image 📦
|
||||||
|
Loading…
Reference in New Issue
Block a user