Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up with minimal changes not working #4

Open
Syndicoon opened this issue Jan 5, 2023 · 0 comments
Open

Set up with minimal changes not working #4

Syndicoon opened this issue Jan 5, 2023 · 0 comments

Comments

@Syndicoon
Copy link

Syndicoon commented Jan 5, 2023

I used this container as-is. I changed the hostname per the instructions in the .env file.
I opted not to make changes to the docker-compose.yml file to make this as simple as possible.
My DNS was set to redirect calls to bookmarks.my.hostname to my home server address.
This was done a day before I installed this to make sure the DNS was updated.
The server is Ubuntu, and the UFW firewall has a rule set to allow traffic on port 8080.
I use caddy as a stand-alone server (not a docker container) on my server.
I added the following to the Caddyfile and restarted Caddy:

bookmarks.my.hostname {
reverse_proxy localhost:8080
}
NOTE: This setup works with the following containers: yacht, calibre-web without issues.
I understand that this is a backend API and doesn't have a built-in web GUI. One is supposed to install the xbrowsersync
plugin and then select to point to their home server.
Did all that using https://bookmarks.my.hostname and https://bookmarks.my.hostname:8080 both failed.

I am new to Docker, and I am probably overlooking some simple configuration somewhere.
Or worse, not understanding how to access this backund API correctly.
Any hints, suggestions, or pointers, would be appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant