<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Fleet_Konfiguration</id>
	<title>Fleet Konfiguration - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=Fleet_Konfiguration"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Fleet_Konfiguration&amp;action=history"/>
	<updated>2026-06-29T03:07:16Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=Fleet_Konfiguration&amp;diff=61994&amp;oldid=prev</id>
		<title>Thomas.will: Die Seite wurde neu angelegt: „== Konfiguration von local.yml == === Grundlegende Anpassungen === Führen Sie folgende Befehle aus: &lt;pre&gt; cp config/default.yml config/local.yml nano config/l…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=Fleet_Konfiguration&amp;diff=61994&amp;oldid=prev"/>
		<updated>2025-04-19T10:31:55Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „== Konfiguration von local.yml == === Grundlegende Anpassungen === Führen Sie folgende Befehle aus: &amp;lt;pre&amp;gt; cp config/default.yml config/local.yml nano config/l…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Konfiguration von local.yml ==&lt;br /&gt;
=== Grundlegende Anpassungen ===&lt;br /&gt;
Führen Sie folgende Befehle aus:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cp config/default.yml config/local.yml&lt;br /&gt;
nano config/local.yml&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Wichtige Einstellungen ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Parameter&lt;br /&gt;
! Beschreibung&lt;br /&gt;
! Empfohlener Wert&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;server.address&amp;lt;/code&amp;gt;&lt;br /&gt;
| HTTP-Bind-Adresse&lt;br /&gt;
| &amp;lt;code&amp;gt;0.0.0.0:8080&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;mysql.host&amp;lt;/code&amp;gt;&lt;br /&gt;
| MySQL-Server&lt;br /&gt;
| &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;mysql.user&amp;lt;/code&amp;gt;&lt;br /&gt;
| Datenbank-User&lt;br /&gt;
| &amp;lt;code&amp;gt;fleet&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;mysql.password&amp;lt;/code&amp;gt;&lt;br /&gt;
| Datenbank-Passwort&lt;br /&gt;
| &amp;lt;code&amp;gt;your_strong_password&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;redis.host&amp;lt;/code&amp;gt;&lt;br /&gt;
| Redis-Server&lt;br /&gt;
| &amp;lt;code&amp;gt;127.0.0.1&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;logging.level&amp;lt;/code&amp;gt;&lt;br /&gt;
| Log-Detailgrad&lt;br /&gt;
| &amp;lt;code&amp;gt;info&amp;lt;/code&amp;gt; (oder &amp;lt;code&amp;gt;debug&amp;lt;/code&amp;gt; für Probleme)&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Beispielkonfiguration ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
server:&lt;br /&gt;
  address: 0.0.0.0:8080&lt;br /&gt;
  tls: false&lt;br /&gt;
&lt;br /&gt;
mysql:&lt;br /&gt;
  host: 127.0.0.1&lt;br /&gt;
  user: fleet&lt;br /&gt;
  password: &amp;quot;secure_password_123&amp;quot;&lt;br /&gt;
  database: fleet&lt;br /&gt;
&lt;br /&gt;
redis:&lt;br /&gt;
  host: 127.0.0.1&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Spezialfälle ===&lt;br /&gt;
'''Für Produktionsumgebungen''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
server:&lt;br /&gt;
  tls: true&lt;br /&gt;
  cert: /path/to/cert.pem&lt;br /&gt;
  key: /path/to/key.pem&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Für Entwickler''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
logging:&lt;br /&gt;
  level: debug&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Konfiguration testen ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# Syntaxprüfung&lt;br /&gt;
yarn run config:validate&lt;br /&gt;
&lt;br /&gt;
# Neustart nach Änderungen&lt;br /&gt;
docker-compose restart&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:FleetDM]]&lt;br /&gt;
[[Kategorie:Systemadministration]]&lt;/div&gt;</summary>
		<author><name>Thomas.will</name></author>
	</entry>
</feed>