-
Content Count
104 -
Joined
-
Last visited
Community Reputation
6 NeutralAbout b0mb
-
Rank
Advanced Member
- Birthday 07/02/1975
Converted
-
Gender
Male
Recent Profile Visitors
990 profile views
-
after todays latest update i get "internal server error" while opening papermerge this is what the container log says During handling of the above exception, another exception occurred: Traceback (most recent call last): File "./manage.py", line 18, in <module> raise ImportError( ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment? [uwsgi-daemons] respawning "/usr/bin/python3 ./manage.py worker" (uid: 1000 gid: 100) Traceback (most recent call last)
-
thx a lot! the mod is a nice solution to satisfy the mob
-
i totally agree with this
-
i guess the mod is the cleanest solution as its provided by the builder of the container dunno.... it seems to work
-
unRAID Web Interface => Docker = Papermerge Container Icon => left mousebutton => >_Console
-
to get german the interface in german language add the following to papermerge.conf.py in appdata folder LANGUAGE_CODE = "de-DE" to get german language for OCR go to docker shell and type apt-get install tesseract-ocr-deu and change the following in papermerge.conf.py like this OCR_DEFAULT_LANGUAGE = "deu" OCR_LANGUAGES = { "deu": "Deutsch", } And voila! German interface and OCR.
-
b0mb started following Star a few command with a container and [Support] Linuxserver.io - Papermerge
-
Shouldn´t it be available right now? I´ve added the key to the unraid template but it did not load ^^ edit: i guess the mod isn´t final yet ....
-
thx! i´ve had to put sh infront of /config but it works
-
the problem is that most of my docker containers are set to auto update and so the best solution would be that such a script would run after restarting the container
-
Hi! I need to execute a few commands while starting a container. apk add py3-chardet && \ apk add py3-pip && \ pip uninstall -y apprise && \ pip install apprise does any1 know what i have to do? thx in advance! b0mb
-
so adding the following solves the problem run apk add py3-chardet && \ apk add py3-pip && \ pip uninstall -y apprise && \ pip install apprise how can i add that persistent to the container?
-
guys my notify script still doesn´t work with the container since it changed to python3 when i try to send a test msg it say that the SIX module is missing pls any1 know how to fix this?
-
since the python3 update i can´t get my fav notifiy script running... https://github.com/caronc/nzb-notify when i try to test my config i get an error saying "module six is missing" ^^
-
ok... thx for helping