103 lines
3.2 KiB
HTML
103 lines
3.2 KiB
HTML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>CryptoBox</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<link rel="stylesheet" media="screen" href="../../../var/www/cryptobox.css" type="text/css" />
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div id="lang">
|
|
<a href="../en/CryptoBox.html">English</a><br/>
|
|
<a href="../de/CryptoBox.html">Deutsch</a><br/>
|
|
</div>
|
|
|
|
<div id="main">
|
|
<div id="head">
|
|
<h1>Die CryptoBox</h1>
|
|
<h2>... und 1984 war gestern!</h2>
|
|
</div>
|
|
|
|
<div id="content">
|
|
<div id="menu">
|
|
<a href="CryptoBox.html">Übersicht</a>
|
|
<a href="CryptoBoxUser.html">Nutzerhandbuch</a>
|
|
<a href="CryptoBoxDev.html">Entwicklung</a>
|
|
</div>
|
|
|
|
<div id="doc">
|
|
|
|
<a id="top"></a>
|
|
<ol>
|
|
|
|
<li>
|
|
<a href="#head-eaec6be4efea7b38c41712778bfd4fb8d2827d3c">Overview</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#head-51173f0423ca91d36cd0cfcdc75a06d90cc087ee">Locations</a>
|
|
</li>
|
|
|
|
<li>
|
|
<a href="#head-9b9b6463081c4d9d13e3aadebe9daaf61fa67b5c">Examples</a>
|
|
</li>
|
|
|
|
</ol>
|
|
<p> </p>
|
|
<hr>
|
|
<p> </p>
|
|
<p><em>back to <a href="CryptoBoxDev.html">CryptoBoxDev</a></em> </p>
|
|
|
|
<h2 id="head-eaec6be4efea7b38c41712778bfd4fb8d2827d3c">Overview</h2>
|
|
|
|
<p>You may change nearly every aspect of the <a href="CryptoBox.html">CryptoBox</a> by using the custom configuration hook directory. </p>
|
|
<p>Any script inside of this directory will be executed after the default configuration procedure (see <a href="CryptoBoxDevWorkFlow.html">CryptoBoxDevWorkFlow</a>). </p>
|
|
<p>The order of execution is defined by the names of the scripts (alphabetically). </p>
|
|
|
|
<h2 id="head-51173f0423ca91d36cd0cfcdc75a06d90cc087ee">Locations</h2>
|
|
|
|
<p>Some example customization scripts can be found in <em>configure-examples.d/</em>. </p>
|
|
<p>You may put your scripts into <em>configure-local.d/</em>. They will be sourced by <em>cbox-build.sh</em>. </p>
|
|
|
|
<h2 id="head-9b9b6463081c4d9d13e3aadebe9daaf61fa67b5c">Examples</h2>
|
|
|
|
<p>The examples in <em>configure-examples.d/</em> can be copied to <em>configure-local.d/</em> and adjusted to your needs. </p>
|
|
<dl>
|
|
<dt>set_default_ip</dt>
|
|
<dd><p>change the default IP address of the <a href="CryptoBox.html">CryptoBox</a> </p>
|
|
</dd>
|
|
<dt>set_default_language</dt>
|
|
<dd><p>set the default language </p>
|
|
</dd>
|
|
<dt>set_default_timeout</dt>
|
|
<dd><p>set the default idle time for automatic unmounting </p>
|
|
</dd>
|
|
<dt>set_hostname</dt>
|
|
<dd><p>change the default hostname </p>
|
|
</dd>
|
|
<dt>set_root_pw</dt>
|
|
<dd><p>change the password of root (only useful for a development <a href="CryptoBox.html">CryptoBox</a>) </p>
|
|
</dd>
|
|
<dt>import_authorized_keys</dt>
|
|
<dd><p>upload a <em>ssh</em> key for passwordless access to a development <a href="CryptoBox.html">CryptoBox</a> </p>
|
|
</dd>
|
|
<dt>set_scan_devices</dt>
|
|
<dd><p>where to look for usable harddisks </p>
|
|
</dd>
|
|
</dl>
|
|
|
|
</div><!-- end of 'words' -->
|
|
|
|
<div id="footer">
|
|
<a href="https://systemausfall.org/prj/cryptobox" title="Projekt-Seite">CryptoBox-Home</a> Die CryptoBox ist ein Projekt von <a href="https://systemausfall.org/senselab" title="systemausfall.org">sense.lab</a>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|
|
|