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

Import with docker don't work #751

Open
PrzemekSkw opened this issue Feb 22, 2024 · 3 comments
Open

Import with docker don't work #751

PrzemekSkw opened this issue Feb 22, 2024 · 3 comments
Labels

Comments

@PrzemekSkw
Copy link

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.

@PrzemekSkw
Copy link
Author

PrzemekSkw commented Feb 22, 2024

I try to import but got error wrong login or password. Maybe it's because 2FA?
Edit.
I disable 2FA and still shows me incorrect login or password:

Environment variables replaced
Teedy Importer 1.8, https://teedy.io

This program let you import files from your system to Teedy

Starting in quiet mode with the following configuration:
Base URL: http://192.168.0.208:8099/
Username: admin
Password: ***********
Tag: 
Add tags given #: false
Language: pol
Daemon mode: true
Copy folder: 
File filter: *

Username or password incorrect

@PrzemekSkw PrzemekSkw changed the title Import question Import with docker don't work Feb 22, 2024
@jyvern
Copy link

jyvern commented Feb 28, 2024

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.

@PrzemekSkw
Copy link
Author

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?
I try with:
http://192.168.0.208:8099 - unraid IP and teedy port
http://172.17.0.25:8080 or 8099- docker teedy IP
https://my-teedy.duckdns.org
Always have error:
Username or password incorrect.
Regards.

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

No branches or pull requests

3 participants