<?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>traccar &#8211; SystemTechnics</title>
	<atom:link href="https://www.systemtechnics.de/tag/traccar/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.systemtechnics.de</link>
	<description>IT Consulting</description>
	<lastBuildDate>Sun, 01 May 2016 18:29:47 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.systemtechnics.de/wp-content/uploads/cropped-2003-logo-st-transparanet-x200-32x32.png</url>
	<title>traccar &#8211; SystemTechnics</title>
	<link>https://www.systemtechnics.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Traccar &#8211; iptables Zugriff steuern</title>
		<link>https://www.systemtechnics.de/traccar-iptables-zugriff-steuern/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Sun, 01 May 2016 18:29:47 +0000</pubDate>
				<category><![CDATA[Anleitungen]]></category>
		<category><![CDATA[Linux/OSX]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[netfilter]]></category>
		<category><![CDATA[traccar]]></category>
		<guid isPermaLink="false">http://www.systemtechnics.de/?p=1624</guid>

					<description><![CDATA[Wenn man Traccar hinter einem Reverse-Proxy (Apache bzw. nginx) via https betreibt, der möchte natürlich nicht das man auf den [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Wenn man Traccar hinter einem Reverse-Proxy (Apache bzw. nginx) via https betreibt, der möchte natürlich nicht das man auf den umverschlüsselten Port weiter zugreifen kann.</p>
<p><span id="more-1624"></span></p>
<p>Mit diesem Zweizeiler kann man dies am einfachsten unterbinden:</p>
<pre><ode>iptables -A INPUT -p tcp --dport 8082 -s 127.0.0.1 -j ACCEPT
iptables -A INPUT -p tcp --dport 8082 -j DROP</ode></pre>
<p>Nach einem kurzen Test sollten die Regeln natürlich Bootfest gemacht werden. Unter Debian gelingt das am einfachsten mit dem Paket <em>netfilter-persistent</em> .</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>TracCar &#8211; Karten Layer</title>
		<link>https://www.systemtechnics.de/traccar-karten-layer/</link>
		
		<dc:creator><![CDATA[knut]]></dc:creator>
		<pubDate>Sun, 01 May 2016 15:52:48 +0000</pubDate>
				<category><![CDATA[Anleitungen]]></category>
		<category><![CDATA[Linux/OSX]]></category>
		<category><![CDATA[logger]]></category>
		<category><![CDATA[traccar]]></category>
		<guid isPermaLink="false">http://www.systemtechnics.de/?p=1608</guid>

					<description><![CDATA[In TracCar kann man auch benutzerspezifische Layer einstellen. Folgende Liste kann man zur Verwendung mit Google Maps z.B. einstellen: Standard [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In TracCar kann man auch benutzerspezifische Layer einstellen. Folgende Liste kann man zur Verwendung mit Google Maps z.B. einstellen:</p>
<p><span id="more-1608"></span></p>
<dl class="uk-description-list-horizontal">
<dt>Standard Roadmap</dt>
<dd>http://mt0.google.com/vt/lyrs=<strong>m</strong>&#038;hl=en&#038;x={x}&#038;y={y}&#038;z={z}&#038;s=Ga</p>
<p><img fetchpriority="high" decoding="async" src="/wp-content/uploads/google-standard.png" alt="google-standard" width="450" height="250" /></p>
</dd>
<dt>Altered Roadmap</dt>
<dd>http://mt0.google.com/vt/lyrs=<strong>r</strong>&#038;hl=en&#038;x={x}&#038;y={y}&#038;z={z}&#038;s=Ga</p>
<p><img decoding="async" src="/wp-content/uploads/google-altered.png" alt="google-altered" width="450" height="251"/></p>
</dd>
<dt>Terrain</dt>
<dd>http://mt0.google.com/vt/lyrs=<strong>p</strong>&#038;hl=en&#038;x={x}&#038;y={y}&#038;z={z}&#038;s=Ga</p>
<p><img decoding="async" src="/wp-content/uploads/google-terrain.png" alt="google-terrain" width="450" height="249" /></p>
</dd>
<dt>Satellite only</dt>
<dd>http://mt0.google.com/vt/lyrs=<strong>s</strong>&#038;hl=en&#038;x={x}&#038;y={y}&#038;z={z}&#038;s=Ga</p>
<p><img loading="lazy" decoding="async" src="/wp-content/uploads/google-satelite-only.png" alt="google-satelite-only" width="450" height="247"/></p>
</dd>
<dt>Terrain only</dt>
<dd>http://mt0.google.com/vt/lyrs=<strong>t</strong>&#038;hl=en&#038;x={x}&#038;y={y}&#038;z={z}&#038;s=Ga</p>
<p><img loading="lazy" decoding="async" src="/wp-content/uploads/google-terrain-only.png" alt="google-terrain-only" width="450" height="248" /></p>
</dd>
<dt>Hybrid</dt>
<dd>http://mt0.google.com/vt/lyrs=<strong>y</strong>&#038;hl=en&#038;x={x}&#038;y={y}&#038;z={z}&#038;s=Ga</p>
<p><img loading="lazy" decoding="async" src="/wp-content/uploads/google-hybrid.png" alt="google-hybrid" width="450" height="247" /></p>
</dd>
</dl>
<p>Nach dem Anpassen und erneutem Anmelden am Interface ist die Kartenansicht aktiv.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
