<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.openseamap.org/index.php?action=history&amp;feed=atom&amp;title=OpenSeaMap-dev%3AServer_FreeBSD_Tiles</id>
	<title>OpenSeaMap-dev:Server FreeBSD Tiles - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.openseamap.org/index.php?action=history&amp;feed=atom&amp;title=OpenSeaMap-dev%3AServer_FreeBSD_Tiles"/>
	<link rel="alternate" type="text/html" href="https://wiki.openseamap.org/index.php?title=OpenSeaMap-dev:Server_FreeBSD_Tiles&amp;action=history"/>
	<updated>2026-04-21T08:29:43Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in OpenSeaMap-dev</subtitle>
	<generator>MediaWiki 1.31.10</generator>
	<entry>
		<id>https://wiki.openseamap.org/index.php?title=OpenSeaMap-dev:Server_FreeBSD_Tiles&amp;diff=1686&amp;oldid=prev</id>
		<title>Markus: Markus verschob Seite Server FreeBSD Tiles nach OpenSeaMap-dev:Server FreeBSD Tiles, ohne dabei eine Weiterleitung anzulegen</title>
		<link rel="alternate" type="text/html" href="https://wiki.openseamap.org/index.php?title=OpenSeaMap-dev:Server_FreeBSD_Tiles&amp;diff=1686&amp;oldid=prev"/>
		<updated>2013-01-30T15:06:09Z</updated>

		<summary type="html">&lt;p&gt;Markus verschob Seite &lt;a href=&quot;/index.php?title=Server_FreeBSD_Tiles&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Server FreeBSD Tiles (Seite nicht vorhanden)&quot;&gt;Server FreeBSD Tiles&lt;/a&gt; nach &lt;a href=&quot;/wiki/OpenSeaMap-dev:Server_FreeBSD_Tiles&quot; title=&quot;OpenSeaMap-dev:Server FreeBSD Tiles&quot;&gt;OpenSeaMap-dev:Server FreeBSD Tiles&lt;/a&gt;, ohne dabei eine Weiterleitung anzulegen&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;de&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Nächstältere Version&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Version vom 30. Januar 2013, 15:06 Uhr&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;de&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(kein Unterschied)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Markus</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openseamap.org/index.php?title=OpenSeaMap-dev:Server_FreeBSD_Tiles&amp;diff=1676&amp;oldid=prev</id>
		<title>Dom: Die Seite wurde neu angelegt: „== Installation ==  === In Jail 't1' ===  Install rsync.   portmaster -d -B net/rsync  Add user who is able to upload static tiles.   pw groupadd &lt;username&gt;  p…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.openseamap.org/index.php?title=OpenSeaMap-dev:Server_FreeBSD_Tiles&amp;diff=1676&amp;oldid=prev"/>
		<updated>2013-01-27T14:25:52Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „== Installation ==  === In Jail &amp;#039;t1&amp;#039; ===  Install rsync.   portmaster -d -B net/rsync  Add user who is able to upload static tiles.   pw groupadd &amp;lt;username&amp;gt;  p…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Installation ==&lt;br /&gt;
&lt;br /&gt;
=== In Jail 't1' ===&lt;br /&gt;
&lt;br /&gt;
Install rsync.&lt;br /&gt;
&lt;br /&gt;
 portmaster -d -B net/rsync&lt;br /&gt;
&lt;br /&gt;
Add user who is able to upload static tiles.&lt;br /&gt;
&lt;br /&gt;
 pw groupadd &amp;lt;username&amp;gt;&lt;br /&gt;
 pw useradd &amp;lt;username&amp;gt; -g &amp;lt;username&amp;gt; -G wheel -m -s /bin/csh&lt;br /&gt;
 install -d -g &amp;lt;username&amp;gt; -o &amp;lt;username&amp;gt; -m 700 /home/&amp;lt;username&amp;gt;/.ssh&lt;br /&gt;
 install -g &amp;lt;username&amp;gt; -o &amp;lt;username&amp;gt; -m 400 /dev/null /home/&amp;lt;username&amp;gt;/.ssh/authorized_keys&lt;br /&gt;
&lt;br /&gt;
Make tile dir.&lt;br /&gt;
&lt;br /&gt;
 mkdir /tiles&lt;br /&gt;
 install -d -g &amp;lt;username&amp;gt; -o &amp;lt;username&amp;gt; -m 755 /tiles/seamark&lt;br /&gt;
&lt;br /&gt;
=== On Host ===&lt;br /&gt;
&lt;br /&gt;
To mount tiles into jail 'proxy' add an entry to the fstab file.&lt;br /&gt;
&lt;br /&gt;
 vi /etc/fstab.proxy&lt;br /&gt;
   /usr/jails/t1/tiles  /usr/jails/proxy/tiles  nullfs  ro  0  0&lt;br /&gt;
&lt;br /&gt;
Create directory and mount it.&lt;br /&gt;
&lt;br /&gt;
 mkdir /usr/jails/proxy/tiles &lt;br /&gt;
 mount -t nullfs /usr/jails/t1/tiles /usr/jails/proxy/tiles&lt;br /&gt;
&lt;br /&gt;
=== In Jail 'proxy' ===&lt;br /&gt;
&lt;br /&gt;
Add virtual host to web server configuration.&lt;br /&gt;
&lt;br /&gt;
 vi /usr/local/etc/nginx/nginx.conf&lt;br /&gt;
   server {&lt;br /&gt;
       listen       80;&lt;br /&gt;
       server_name  t1.openseamap.org;&lt;br /&gt;
       location / {&lt;br /&gt;
           root /tiles;&lt;br /&gt;
           expires 10m;&lt;br /&gt;
       }&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
Reload service.&lt;br /&gt;
&lt;br /&gt;
 service nginx reload&lt;br /&gt;
&lt;br /&gt;
== Maintenance ==&lt;/div&gt;</summary>
		<author><name>Dom</name></author>
		
	</entry>
</feed>