Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wozz committed Dec 20, 2023
1 parent 156fdb0 commit 50c3b0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion amazon-s3-backup/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "S3 Backup",
"version": "1.1.0",
"version": "1.1.1",
"slug": "s3-backup",
"description": "Sync Backups to your S3 bucket",
"url": "https://github.com/wozz/ha-addons/tree/main/amazon-s3-backup",
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
"image": "ghcr.io/wozz/ha-addons/amazon-s3-backup-{arch}",
"boot": "manual",
"init": false,
"startup": "once",
Expand Down
5 changes: 2 additions & 3 deletions envoy_proxy/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Envoy Proxy"
description: "An SSL/TLS proxy for HomeAssistant."
version: "0.3.0"
version: "0.3.1"
image: ghcr.io/wozz/ha-addons/envoy_proxy
slug: "envoy_proxy"
init: false
ports:
Expand All @@ -11,8 +12,6 @@ map:
startup: services
arch:
- aarch64
- armhf
- armv7
options:
domain: "*"
ssl_fullchain: "fullchain.pem"
Expand Down

0 comments on commit 50c3b0e

Please sign in to comment.