Skip to content

Commit

Permalink
Merge pull request #278 from crazy-max/update
Browse files Browse the repository at this point in the history
addy.io 1.2.0
  • Loading branch information
crazy-max committed May 16, 2024
2 parents fd6c9fb + a679ec2 commit d865fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG ANONADDY_VERSION=1.1.0
ARG ANONADDY_VERSION=1.2.0
ARG ALPINE_VERSION=3.18

FROM crazymax/yasu:latest AS yasu
Expand Down
2 changes: 1 addition & 1 deletion rootfs/etc/cont-init.d/13-config-anonaddy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ fi
chown anonaddy. /var/www/anonaddy/.env

echo "Trust all proxies"
sed -i "s|^ protected \$proxies.*| protected \$proxies = '\*';|g" /var/www/anonaddy/app/Http/Middleware/TrustProxies.php
sed -i "s|^ protected \$proxies.*| protected \$proxies = '\*';|g" /var/www/anonaddy/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php

0 comments on commit d865fbb

Please sign in to comment.