Closed patschwork closed 3 months ago
try this instead you should only change the left side of the port the right side is the container itself.
ports:
try this instead you should only change the left side of the port the right side is the container itself.
ports: - "8090:8080"
I tried this (was my first attempt). Didn't work: Same Error messages
Hi @patschwork
Really sorry for the delay... Just tried it and I don't see anything strange. Have you figured it out ?
You should know that root and login endpoints aren't published if none of the third party login providers are configured. It is quite normal that you can't access login page with the docker compose you have sent.
There is no trace of authentication from your tabby client in the log above. Could you please send log again after trying to sync your config from tabby ?
Hi @Clem-Fern,
thanks for answering: no worries :-)
Really sorry for the delay... Just tried it and I don't see anything strange. Have you figured it out ?
No. But I have also given up since
You should know that root and login endpoints aren't published if none of the third party login providers are configured.
Ahhhh, ok. That's a good information. I didn't configured them, because I didn't wanted a third party login mechanism.
Should I go for this image: ghcr.io/clem-fern/rtabby-web-api:sqlite-minimal
when I only want something "local-only"?
Should I go for this
image: ghcr.io/clem-fern/rtabby-web-api:sqlite-minimal
when I only want something "local-only"?
Yeah, you could definitely use minimal image. There is a really small image size difference between the two though.
image: ghcr.io/clem-fern/rtabby-web-api:sqlite # Minimal image without third party login #image: ghcr.io/clem-fern/rtabby-web-api:sqlite-minimal
I changed it to
###### image: ghcr.io/clem-fern/rtabby-web-api:sqlite
# Minimal image without third party login
image: ghcr.io/clem-fern/rtabby-web-api:sqlite-minimal
This works great. Thank you @Clem-Fern :-)
Hi,
I tried several settings, but I can't figure out a solution for this.
My
docker-compose.yml
is as follows (SQLite template):For http://:8090 and http://:8090/login I get blank pages (and the sync in Tabby does not work either :-D)
The
docker compose logs
only states, that an error for HTTP 404:Any ideas, what I'm doing wrong?