AppBox middleware service to provide direct access to dropbox file without cors headers.
Follow these instruction https://docs.vapor.codes/deploy/digital-ocean/#initial-setup
git clone https://github.com/getappbox/install-helper.git
cd install-helper
RECAPTCHA=""
TURNSTILE_SITE=""
TURNSTILE_SECRET=""
swift run App serve --env production
/etc/systemd/system/installhelper.service
sudo su vapor
cd install-helper
git fetch && git pull
swift build -c release
sudo service installhelper restart