Compare commits

...

3 Commits
v0.1.0 ... main

Author SHA1 Message Date
3c6ca573f1 Update alpine Docker tag to v3.18.4 (#15)
All checks were successful
ci / docker (push) Successful in 39s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| alpine | final | patch | `3.18.2` -> `3.18.4` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40MC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNDAuMiJ9-->

Reviewed-on: #15
Co-authored-by: renovate-bot <renovate@ocram85.com>
Co-committed-by: renovate-bot <renovate@ocram85.com>
2023-10-09 16:08:45 +02:00
9b7e2151ec adds timezone support (#14)
All checks were successful
ci / docker (push) Successful in 16s
#### 📖 Summary

- adds tzdate packaqge
- add TZ env

#### 📑 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. -->

Reviewed-on: #14
2023-10-09 16:00:04 +02:00
fde7eee1ec fix logo source link
All checks were successful
ci / docker (push) Successful in 18s
2023-07-13 14:18:38 +02:00
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.18.2
FROM alpine:3.18.4
# Set labels manually, each build service differs in used or predefined labels.
LABEL maintainer="OCram85"
@ -29,11 +29,12 @@ ENV LOGLEVEL "Info"
ENV MAXCLIENTS "600"
ENV FILTER_FILE "/app/filter"
ENV TZ "Europe/Berlin"
# get existing packages
# curl for healthchecks and debugging
RUN apk add --no-cache \
tinyproxy curl
tinyproxy curl tzdata
COPY entrypoint.sh /app/entrypoint.sh

View File

@ -6,7 +6,7 @@
<p align="center">
<a href="https://gitea.ocram85.com/OCram85/swarmproxy/">
<img
src="/OCram85/swarmproxy/raw/branch/main/assets/social-logo.png"
src="assets/social-logo.png"
alt="Swarmproxy - Tame your traffic"
>
</a>