Sooo, bis nachts alle 59 Seiten nochmals gelesen, alles nochmals gelöscht & neu aufgesetzt, Ratschläge aus diesem Beitrag beherzt & nochmals aufgesetzt.
Es funktioniert bei der Installation alles ohne Probleme, jedoch hab ich wieder das login/pw Problem.
Paperless-ngx docker container starting...
Mapping UID and GID for paperless
aperless to 1026:100
Creating directory scratch directory /tmp/paperless
Adjusting permissions of paperless files. This may take a while.
Waiting for PostgreSQL to start...
Waiting for Redis...
Connected to Redis broker.
Apply database migrations...
Operations to perform:
Apply all migrations: account, admin, auditlog, auth, authtoken, contenttypes, django_celery_results, documents, guardian, paperless, paperless_mail, sessions, socialaccount
Running migrations:
No migrations to apply.
Running Django checks
System check identified no issues (0 silenced).
Did not create superuser, the DB already contains superusers
Executing /usr/local/bin/paperless_cmd.sh
2024-05-22 07:35:28,113 INFO Set uid to user 0 succeeded
2024-05-22 07:35:28,117 INFO supervisord started with pid 1
2024-05-22 07:35:29,120 INFO spawned: 'gunicorn' with pid 116
2024-05-22 07:35:29,122 INFO spawned: 'celery' with pid 117
2024-05-22 07:35:29,124 INFO spawned: 'celery-beat' with pid 118
2024-05-22 07:35:29,126 INFO spawned: 'consumer' with pid 119
2024-05-22 07:35:29,128 INFO spawned: 'celery-flower' with pid 120
Checking if we should start flower...
Not starting flower
2024-05-22 07:35:29,154 INFO success: celery-flower entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2024-05-22 07:35:29,154 INFO exited: celery-flower (exit status 0; expected)
2024-05-22 07:35:30,155 INFO success: gunicorn entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-05-22 07:35:30,156 INFO success: celery entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-05-22 07:35:30,156 INFO success: celery-beat entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-05-22 07:35:30,156 INFO success: consumer entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
celery beat v5.4.0 (opalescent) is starting.
[2024-05-22 09:35:33,170] [INFO] [paperless.management.consumer] Using inotify to watch directory for changes: /usr/src/paperless/consume
[2024-05-22 09:35:33 +0200] [116] [INFO] Starting gunicorn 22.0.0
[2024-05-22 09:35:33 +0200] [116] [INFO] Listening at: http://[::]:8000 (116)
[2024-05-22 09:35:33 +0200] [116] [INFO] Using worker: paperless.workers.ConfigurableWorker
[2024-05-22 09:35:33 +0200] [116] [INFO] Server is ready. Spawning workers
__ - ... __ - _
LocalTime -> 2024-05-22 09:35:34
Configuration ->
. broker -> redis://:**@paper-redis:6379//
. loader -> celery.loaders.app.AppLoader
. scheduler -> celery.beat.PersistentScheduler
. db -> /usr/src/paperless/data/celerybeat-schedule.db
. logfile -> [stderr]@%INFO
. maxinterval -> 5.00 minutes (300s)
[2024-05-22 09:35:34,183] [INFO] [celery.beat] beat: Starting...
[2024-05-22 09:35:34,305] [INFO] [celery.beat] Scheduler: Sending due task Check all e-mail accounts (paperless_mail.tasks.process_mail_accounts)
-------------- celery@paperless-ngx v5.4.0 (opalescent)
--- ***** -----
-- ******* ---- Linux-4.4.302+-x86_64-with-glibc2.36 2024-05-22 09:35:34
- *** --- * ---
- ** ---------- [config]
- ** ---------- .> app: paperless:0x7f62feadffd0
- ** ---------- .> transport: redis://:**@paper-redis:6379//
- ** ---------- .> results:
- *** --- * --- .> concurrency: 1 (prefork)
-- ******* ---- .> task events: ON
--- ***** -----
-------------- [queues]
.> celery exchange=celery(direct) key=celery
[tasks]
. documents.tasks.bulk_update_documents
. documents.tasks.consume_file
. documents.tasks.index_optimize
. documents.tasks.sanity_check
. documents.tasks.train_classifier
. documents.tasks.update_document_archive_file
. paperless_mail.mail.apply_mail_action
. paperless_mail.mail.error_callback
. paperless_mail.tasks.process_mail_accounts
[2024-05-22 09:35:34,367] [INFO] [celery.beat] Scheduler: Sending due task Optimize the index (documents.tasks.index_optimize)
[2024-05-22 09:35:34,371] [INFO] [celery.beat] Scheduler: Sending due task Train the classifier (documents.tasks.train_classifier)
[2024-05-22 09:35:34,454] [INFO] [celery.worker.consumer.connection] Connected to redis://:**@paper-redis:6379//
[2024-05-22 09:35:34,475] [INFO] [celery.apps.worker] celery@paperless-ngx ready.
[2024-05-22 09:35:34,479] [INFO] [celery.worker.strategy] Task paperless_mail.tasks.process_mail_accounts[01ba7ba8-15e2-494d-8a95-204608b30df1] received
[2024-05-22 09:35:34,482] [INFO] [celery.worker.strategy] Task documents.tasks.index_optimize[3e90091a-5baf-4b78-b3a0-c61f86e4954a] received
[2024-05-22 09:35:34,484] [INFO] [celery.worker.strategy] Task documents.tasks.train_classifier[048dfab7-502d-4296-bb4a-67e2b029eaed] received
[2024-05-22 09:35:34,759] [INFO] [celery.app.trace] Task paperless_mail.tasks.process_mail_accounts[01ba7ba8-15e2-494d-8a95-204608b30df1] succeeded in 0.22045891800007666s: 'No new documents were added.'
[2024-05-22 09:35:35,231] [INFO] [celery.app.trace] Task documents.tasks.index_optimize[3e90091a-5baf-4b78-b3a0-c61f86e4954a] succeeded in 0.17113183500077866s: None
[2024-05-22 09:35:35,742] [INFO] [paperless.tasks] No automatic matching items, not training
[2024-05-22 09:35:35,770] [INFO] [celery.app.trace] Task documents.tasks.train_classifier[048dfab7-502d-4296-bb4a-67e2b029eaed] succeeded in 0.2362861760011583s: None
[2024-05-22 09:36:25,718] [INFO] [paperless.auth] Login failed for user `andreas` from private IP `172.18.0.1`.
[2024-05-22 09:38:02,454] [INFO] [paperless.auth] Login failed for user `andreas` from private IP `172.18.0.1`.