8000 "Extract full content" feature does not work · Issue #6 · angristan/feedbin-docker · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
"Extract full content" feature does not work #6
Closed
@ldexterldesign

Description

@ldexterldesign

Hi,

Hope you're safe

Disclaimer: I don't know what this means in the readme so I invite you to enhance it, specifically the "update the domains" part:

Copy caddy/example.Caddyfile to caddy/Caddyfile and update the domains

I left the caddy file default but had problems with letsencrypt

This could be due to [r]ate limiting because I must have been hammering something during my copious setup attempts. If you'd be kind enough to clarify the "update the domains" part of the readme then happy to retry in a week or so (I read rate limiting can last days/weeks 😕)..?

Here's what worked for me:

127.0.0.1:3000 {
  gzip
  proxy / http://feedbin-web:3000 {
    transparent
  }
}

127.0.0.1:8081 {
  gzip
  proxy / http://camo:8081 {
    transparent
  }
}

127.0.0.1:9000 {
  gzip
  proxy / http://minio:9000 {
    transparent
  }
}
# Rails
[...]
FEEDBIN_HOST=127.0.0.1
FORCE_SSL=false

Correct me if I'm wrong but localhost, instead of 127.0.0.1, won't work because [t]his

Aside, the "(extract/sticky) full content" feature doesn't seem to load full content (ever) for me - I presume this is because I'm not using SSL/HTTPS?:

  • If yes then how can I fix this
  • If no then any idea what the reason is

Screenshot 2020-03-28 at 05 50 30

Screenshot 2020-03-28 at 05 46 29

If you have any issues (e.g. questions/queries) then happy to help

Hope to hear back

Sincerely

r: https://letsencrypt.org/docs/rate-limits
t: https://letsencrypt.org/docs/certificates-for-localhost

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0