.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
RACK_ENV
Feedbin
RAILS_ENV
PORT
SECRET_KEY_BASE
secret
DEFAULT_URL_OPTIONS_HOST
PUSH_URL
FEEDBIN_URL
FEEDBIN_HOST
FORCE_SSL
FEEDBIN_API_HOST
ELASTICSEARCH_URL
Databases
MEMCACHED_HOSTS
REDIS_URL
secret
POSTGRES_USER
POSTGRES_PASSWORD
secret
MINIO_ACCESS_KEY
secret
Minio
MINIO_SECRET_KEY
secret
MINIO_BUCKET
MINIO_HOST
EXTRACT_HOST
Extract service (needs to run behind HTTPS:443)
brew install flyctl && fly launch --from https://github.com/angristan/feedbin-docker
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/angristan/feedbin-docker
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/angristan/feedbin-docker