/home/techb158/trello-import.abdallabala.com/docker
Edit: /home/techb158/trello-import.abdallabala.com/docker/render-config.sh (607B)
#!/bin/sh
set -eu
: "${TRELLO_APP_KEY:=REPLACE_WITH_YOUR_TRELLO_POWERUP_API_KEY}"
: "${TRELLO_APP_NAME:=Import JSON/CSV}"
: "${TRELLO_APP_AUTHOR:=Your Name or Company}"
: "${TRELLO_APP_VERSION:=1.0.0}"
escape_js_string() {
printf '%s' "$1" | sed "s/\\\\/\\\\\\\\/g; s/\"/\\\\\"/g"
}
cat > /usr/share/nginx/html/js/config.js <