-
-
Notifications
You must be signed in to change notification settings - Fork 489
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
Import with docker don't work #751
Comments
I try to import but got error wrong login or password. Maybe it's because 2FA?
|
If your teedy server is a docker container, you must ser the internal IP of the container and the internal port (8080 perhaps). You can get the internal ip with the command docker inspect EDIT : in fact, it failed also. I ended setting the URL with the external address of my PC. |
Hi, what do You mean external address of Your PC? |
Hello,
I want to import documents that I scan with my smartphone to Teedy. I have Teedy installed in docker on unraid. I see docker command for that:
docker run --name teedy-import -d -e TEEDY_TAG=2071fdf7-0e26-409d-b53d-f25823a5eb9e -e TEEDY_ADDTAGS=false -e TEEDY_LANG=eng -e TEEDY_URL='http://teedy.example.com:port' -e TEEDY_USERNAME=username -e TEEDY_PASSWORD=superSecretPassword -v /path/to/import/folder:/import sismics/docs-importer:latest
I'm scanning documents in smartphone with Genius Scaner. I add tags there that the same like in teedy but don't know it have any meaning. Should I run that command without that
TEEDY_TAG
?Regards.
The text was updated successfully, but these errors were encountered: