Skip to content

Commit

Permalink
AnonAddy 0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Aug 1, 2022
1 parent c78c50d commit 5e9e101
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 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=0.12.3
ARG ANONADDY_VERSION=0.13.3

FROM crazymax/yasu:latest AS yasu
FROM crazymax/alpine-s6:3.16-2.2.0.3
Expand Down
2 changes: 2 additions & 0 deletions rootfs/etc/cont-init.d/13-config-anonaddy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ PUSHER_APP_CLUSTER=${PUSHER_APP_CLUSTER}
MIX_PUSHER_APP_KEY="\${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="\${PUSHER_APP_CLUSTER}"
SANCTUM_STATEFUL_DOMAINS="\${ANONADDY_ALL_DOMAINS}"
ANONADDY_RETURN_PATH=${ANONADDY_RETURN_PATH}
ANONADDY_ADMIN_USERNAME=${ANONADDY_ADMIN_USERNAME}
ANONADDY_ENABLE_REGISTRATION=${ANONADDY_ENABLE_REGISTRATION}
Expand Down
6 changes: 0 additions & 6 deletions rootfs/etc/cont-init.d/50-svc-main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ anonaddy view:cache --no-interaction
anonaddy route:cache --no-interaction
anonaddy queue:restart --no-interaction

# Install passport
if [ ! -f "/data/storage/oauth-private.key" ] && [ ! -f "/data/storage/oauth-public.key" ]; then
echo "Install passport"
anonaddy passport:install --no-interaction
fi

mkdir -p /etc/services.d/nginx
cat > /etc/services.d/nginx/run <<EOL
#!/usr/bin/execlineb -P
Expand Down

0 comments on commit 5e9e101

Please sign in to comment.