Open ldexterldesign opened 4 years ago
Apart from the fantastic password choice 💅, are there any obvious problems with this?:
# Minio
MINIO_ACCESS_KEY=password
MINIO_SECRET_KEY=password
# Caddy
CADDYPATH=/etc/ssl/caddy
# Camo
CAMO_HOST=https://camo.feedbin.domain.tld
CAMO_KEY=password
# Rails
RACK_ENV=production
RAILS_ENV=production
PORT=3000
SECRET_KEY_BASE=password
DEFAULT_URL_OPTIONS_HOST=feedbin.domain.tld
PUSH_URL=https://feedbin.domain.tld
FEEDBIN_URL=https://feedbin.domain.tld
FEEDBIN_HOST=feedbin.domain.tld
FORCE_SSL=false
# Databases
ELASTICSEARCH_URL=http://elasticsearch:9200
MEMCACHED_HOSTS=memcached:11211
REDIS_URL=redis://feedbin-redis:6379
POSTGRES=postgres
POSTGRES_USERNAME=feedbin
POSTGRES_USER=feedbin
POSTGRES_PASSWORD=password
DATABASE_URL=postgres://feedbin:feedbin@postgres/feedbin_production
# S3
AWS_ACCESS_KEY_ID=password
AWS_SECRET_ACCESS_KEY=password
AWS_S3_BUCKET=feedbin
AWS_S3_BUCKET_FAVICONS=feedbin
AWS_S3_ENDPOINT=https://minio.feedbin.domain.tld
AWS_S3_PATH_STYLE="true"
ENTRY_IMAGE_HOST=minio.feedbin.domain.tld
Hope to hear back
Sincerely
Hey, thanks for the feedback. I agree that these variables need more documentation (especially upstream).
Sorry if I misunderstood, but are you experiencing an issue with your feedbin installation?
[...] are you experiencing an issue with your feedbin installation?
👉 https://github.com/angristan/feedbin-docker/issues/5
Thanks
Hi,
Hope you're safe
Thanks so much for creating this 🤯
I've been trying to get this build running on multiple occasions over the past few weeks and I'm on the verge of giving up and using https://miniflux.app but I just wanted to try one last time tonight, hopefully with your help 🙏
Please make this file more descriptive e.g. variable options and/or comments?:
NB seeing this in the same file confuses me:
If you have any issues (e.g. questions/queries) then happy to help
Keep up kind work!
Hope to hear back
Sincerely