Skip to content

Commit

Permalink
chore(deps): update ghcr.io/blacktirion/email-oauth2-proxy-docker doc…
Browse files Browse the repository at this point in the history
…ker tag to v2024.10.14 (#5208)
  • Loading branch information
renovate[bot] authored Oct 19, 2024
1 parent 56242fb commit 82918de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions apps/email-oauth2-proxy/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"no_gui": true,
"port": 1999,
"id": "email-oauth2-proxy",
"tipi_version": 10,
"version": "2024.09.20",
"tipi_version": 11,
"version": "2024.10.14",
"categories": ["utilities", "security"],
"description": "Transparently add OAuth 2.0 support to IMAP/POP/SMTP client applications, scripts or any other email use-cases that don't support this authentication method.",
"short_desc": "OAuth Proxy for IMAP/POP/SMTP.",
Expand All @@ -16,5 +16,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1726873398000
"updated_at": 1729322023000
}
2 changes: 1 addition & 1 deletion apps/email-oauth2-proxy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.9"
services:
email-oauth2-proxy:
container_name: email-oauth2-proxy
image: ghcr.io/blacktirion/email-oauth2-proxy-docker:2024.09.20
image: ghcr.io/blacktirion/email-oauth2-proxy-docker:2024.10.14
ports:
- ${APP_PORT}:80
restart: unless-stopped
Expand Down

0 comments on commit 82918de

Please sign in to comment.