You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
2.5 KiB
60 lines
2.5 KiB
|
|
|
|
|
|
|
|
|
|
<div class="wikipage"> |
|
<div id="searchable"><p> |
|
<div class='wiki-toc'> |
|
<h4>Table of Contents</h4> |
|
<ol> |
|
<li><a href="?action=doc&page=CryptoBoxDevCustomConfigure&weblang=de#Overview">Overview</a></li> |
|
<li><a href="?action=doc&page=CryptoBoxDevCustomConfigure&weblang=de#Locations">Locations</a></li> |
|
<li><a href="?action=doc&page=CryptoBoxDevCustomConfigure&weblang=de#Examples">Examples</a></li> |
|
<li><a href="?action=doc&page=CryptoBoxDevCustomConfigure&weblang=de#Comments">Comments</a></li> |
|
</ol> |
|
</div> |
|
|
|
</p> |
|
<p> |
|
<strong>Navigation:</strong> ( <a href="?action=doc&page=CryptoBoxDev&weblang=de">CryptoBoxDev</a>) |
|
|
|
</p> |
|
<hr /> |
|
<h1 id="CustomconfigurationoftheCryptoBox">Custom configuration of the CryptoBox</h1> |
|
<h2 id="Overview">Overview</h2> |
|
<p> |
|
You may change nearly every aspect of the <a href="?action=doc&page=CryptoBox&weblang=de">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="?action=doc&page=CryptoBoxDevWorkFlow&weblang=de">CryptoBoxDevWorkFlow</a>). |
|
</p> |
|
<p> |
|
The order of execution is defined by the names of the scripts (alphabetically). |
|
</p> |
|
<h2 id="Locations">Locations</h2> |
|
<p> |
|
Some example customization scripts can be found in <a href="/trac/cryptobox/browser/trunk/configure-examples.d">configure-examples.d/</a>. |
|
</p> |
|
<p> |
|
You may put your scripts into <i>configure-local.d/</i>. They will be sourced by <a href="/trac/cryptobox/browser/trunk/scripts/cbox-build.sh">cbox-build.sh</a>. |
|
</p> |
|
<h2 id="Examples">Examples</h2> |
|
<p> |
|
The examples in <a href="/trac/cryptobox/browser/trunk/configure-examples.d">configure-examples.d/</a> can be copied to <i>configure-local.d/</i> and adjusted to your needs. |
|
</p> |
|
<table class="wiki"> |
|
<tr><td>set_default_ip</td><td>change the default IP address of the CryptoBox |
|
</td></tr><tr><td>set_default_language</td><td>set the default language |
|
</td></tr><tr><td>set_default_timeout</td><td>set the default idle time for automatic unmounting |
|
</td></tr><tr><td>set_hostname</td><td>change the default hostname |
|
</td></tr><tr><td>set_root_pw</td><td>change the password of root (only useful for a development <a href="?action=doc&page=CryptoBox&weblang=de">CryptoBox</a>) |
|
</td></tr><tr><td>import_authorized_keys</td><td>upload a <i>ssh</i> key for passwordless access to a development CryptoBox |
|
</td></tr><tr><td>set_scan_devices</td><td>where to look for usable harddisks |
|
</td></tr></table> |
|
<hr /> |
|
<h2 id="Comments">Comments</h2> |
|
<p> |
|
|
|
</div> |
|
</div>
|
|
|