<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>digitale Organisation-Archiv - Ivan Ivanov</title>
	<atom:link href="https://ivanivanov.de/blog/tag/digitale-organisation/feed/" rel="self" type="application/rss+xml" />
	<link>https://ivanivanov.de/blog/tag/digitale-organisation/</link>
	<description>Have you tried turning it off and on again?</description>
	<lastBuildDate>Fri, 28 Nov 2025 12:04:22 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">121858272</site>	<item>
		<title>Paperless-ngx &#8211; Update nicht möglich (Error response from daemon: unauthorized)</title>
		<link>https://ivanivanov.de/blog/fix-paperless-ngx-update-nicht-moeglich-error-response-from-daemon-unauthorized/</link>
		
		<dc:creator><![CDATA[Ivan]]></dc:creator>
		<pubDate>Sat, 08 Nov 2025 23:06:34 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Alternativen zu Paperless-ngx]]></category>
		<category><![CDATA[Belegmanagement]]></category>
		<category><![CDATA[Datei-Indexierung]]></category>
		<category><![CDATA[Datenschutz DMS]]></category>
		<category><![CDATA[digitale Dokumentenablage]]></category>
		<category><![CDATA[digitale Organisation]]></category>
		<category><![CDATA[DMS Vergleich]]></category>
		<category><![CDATA[Dokumente digitalisieren]]></category>
		<category><![CDATA[Dokumente revisionssicher speichern]]></category>
		<category><![CDATA[Dokumentenarchivierung]]></category>
		<category><![CDATA[Dokumentenmanagement]]></category>
		<category><![CDATA[Dokumentensuche]]></category>
		<category><![CDATA[Home Office Papierlos]]></category>
		<category><![CDATA[Linux Dokumentenmanagement]]></category>
		<category><![CDATA[OCR Texterkennung]]></category>
		<category><![CDATA[Open Source DMS]]></category>
		<category><![CDATA[Paperless-ngx]]></category>
		<category><![CDATA[Paperless-ngx Erfahrungen]]></category>
		<category><![CDATA[Paperless-ngx Tutorial]]></category>
		<category><![CDATA[papierloses Büro]]></category>
		<category><![CDATA[PDF Management]]></category>
		<category><![CDATA[selbst gehostete Dokumentenverwaltung]]></category>
		<category><![CDATA[Workflow Automatisierung]]></category>
		<guid isPermaLink="false">https://ivanivanov.de/?p=5043</guid>

					<description><![CDATA[<p>Falls ihr euren Docker Container updaten wollt und beim Pull folgenden Fehler bekommt: Error response from daemon: Head "``https://ghcr.io/v2/paperless-ngx/tika/manifests/latest``": unauthorized Um den Fehler zu beheben, müsst ihr die docker-compose.yml bearbeiten: tika: # image: ghcr.io/paperless-ngx/tika:latest image: docker.io/apache/tika:latest container_name: tika restart: unless-stopped &#160; Danach passt alles wieder: root@paperless:/home/paperless# docker compose pull [+] Pulling 45/45 ✔ db Pulled [&#8230;]</p>
<p>Der Beitrag <a href="https://ivanivanov.de/blog/fix-paperless-ngx-update-nicht-moeglich-error-response-from-daemon-unauthorized/">Paperless-ngx &#8211; Update nicht möglich (Error response from daemon: unauthorized)</a> erschien zuerst auf <a href="https://ivanivanov.de">Ivan Ivanov</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Falls ihr euren Docker Container updaten wollt und beim Pull folgenden Fehler bekommt:</p>
<p><code>Error response from daemon: Head "``https://ghcr.io/v2/paperless-ngx/tika/manifests/latest``": unauthorized</code></p>
<p>Um den Fehler zu beheben, müsst ihr die docker-compose.yml bearbeiten:</p>
<p><code> tika:<br />
#   image: ghcr.io/paperless-ngx/tika:latest<br />
image: docker.io/apache/tika:latest<br />
container_name: tika<br />
restart: unless-stopped</code></p>
<p>&nbsp;</p>
<p>Danach passt alles wieder:</p>
<p><strong>root@paperless:/home/paperless# docker compose pull</strong><br />
<strong>[+] Pulling 45/45</strong><br />
<strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png" alt="✔" class="wp-smiley" style="height: 1em; max-height: 1em;" /> db Pulled 124.9s </strong><br />
<strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png" alt="✔" class="wp-smiley" style="height: 1em; max-height: 1em;" /> gotenberg Pulled 2.8s </strong><br />
<strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png" alt="✔" class="wp-smiley" style="height: 1em; max-height: 1em;" /> webserver Pulled 284.8s </strong><br />
<strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png" alt="✔" class="wp-smiley" style="height: 1em; max-height: 1em;" /> broker Pulled 281.5s </strong><br />
<strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png" alt="✔" class="wp-smiley" style="height: 1em; max-height: 1em;" /> tika Pulled 282.1s </strong><br />
<strong>root@paperless:/home/paperless# docker compose up -d</strong><br />
<strong>[+] Running 6/6</strong><br />
<strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png" alt="✔" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Network paperless_default Created 29.7s </strong><br />
<strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png" alt="✔" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Container tika Started 1.6s </strong><br />
<strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png" alt="✔" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Container broker Started 1.6s </strong><br />
<strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png" alt="✔" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Container paperless-gotenberg-1 Started 1.6s </strong><br />
<strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png" alt="✔" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Container db Started 1.7s </strong><br />
<strong><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png" alt="✔" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Container webserver Started 1.4s</strong></p>
<p>Der Beitrag <a href="https://ivanivanov.de/blog/fix-paperless-ngx-update-nicht-moeglich-error-response-from-daemon-unauthorized/">Paperless-ngx &#8211; Update nicht möglich (Error response from daemon: unauthorized)</a> erschien zuerst auf <a href="https://ivanivanov.de">Ivan Ivanov</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5043</post-id>	</item>
	</channel>
</rss>
