From 09b9bcb3ea57a93180ca4de50821fc834609f5cf Mon Sep 17 00:00:00 2001
From: OCram85
Date: Wed, 12 Jul 2023 15:24:25 +0200
Subject: [PATCH] wip
---
.vscode/dictionaries/project-words.txt | 7 +++++++
.vscode/settings.json | 1 +
CHANGELOG.md | 6 ++++++
README.md | 6 ++++--
4 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/.vscode/dictionaries/project-words.txt b/.vscode/dictionaries/project-words.txt
index 0601a09..195900d 100644
--- a/.vscode/dictionaries/project-words.txt
+++ b/.vscode/dictionaries/project-words.txt
@@ -1 +1,8 @@
+LOGLEVEL
+MAXCLIENTS
+Quickstart
+Swarmproxy
tbd
+TINYPROXY
+UID
+USR
diff --git a/.vscode/settings.json b/.vscode/settings.json
index ed6e551..1f3e5bc 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -65,6 +65,7 @@
"path": "${workspaceRoot}/.vscode/dictionaries/project-words.txt",
"description": "Words used in this project",
"addWords": true
+
},
"custom": true
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ffa8cba..a70b14d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,3 +6,9 @@
* 📦 BUILD
* Add gitea release action (#7)
* 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)
diff --git a/README.md b/README.md
index 029bed5..1b1517c 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
@@ -17,11 +17,13 @@
- 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.
## :book: About
+
+
## 🤖 Quickstart
### 1. ⚡ Get the image 📦