Added more fixes for listmonk plus
This commit is contained in:
parent
30fd78824f
commit
43cd9d3917
@ -47,10 +47,7 @@ IMAGE_VERSION="v2.4.0"
|
||||
TZ=Etc/UTC
|
||||
EOF
|
||||
|
||||
if [[ "${PLUS}" = "true" ]]; then
|
||||
# sed -i "s/listmonk.$DOMAIN/$DOMAIN/g" /federated/apps/listmonk/docker-compose.yml
|
||||
sed -i "s/letsencrypt/httpresolver/g" /federated/apps/listmonk/docker-compose.yml
|
||||
fi
|
||||
[[ "${PLUS}" = "true" ]] && sed -i "s/letsencrypt/httpresolver/g" /federated/apps/listmonk/docker-compose.yml
|
||||
|
||||
if [[ "${PLUS}" = "true" ]]; then
|
||||
cat > /federated/apps/listmonk/data/listmonk/config.toml <<EOF
|
||||
@ -204,5 +201,7 @@ uninstall_listmonk() {
|
||||
# Delete the app directory
|
||||
rm -rf /federated/apps/listmonk
|
||||
|
||||
[[ "${PLUS}" != "true" ]] && docker exec pdns pdnsutil delete-rrset $DOMAIN listmonk A &> /dev/null
|
||||
|
||||
echo -ne "done.\n"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user