103 lines
3.5 KiB
HTML
103 lines
3.5 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>The CryptoBox</h1>
|
|
<h2>Privacy for the rest of us.</h2>
|
|
</div>
|
|
|
|
<div id="content">
|
|
<div id="menu">
|
|
<a href="CryptoBox.html">Overview</a>
|
|
<a href="CryptoBoxUser.html">User documentation</a>
|
|
<a href="CryptoBoxDev.html">Development</a>
|
|
</div>
|
|
|
|
<div id="doc">
|
|
|
|
|
|
|
|
|
|
|
|
<div class="wikipage">
|
|
<div id="searchable"><p>
|
|
<div class='wiki-toc'>
|
|
<h4>Table of Contents</h4>
|
|
<ol>
|
|
<li><a href="CryptoBoxDevCustomConfigure.html#Overview">Overview</a></li>
|
|
<li><a href="CryptoBoxDevCustomConfigure.html#Locations">Locations</a></li>
|
|
<li><a href="CryptoBoxDevCustomConfigure.html#Examples">Examples</a></li>
|
|
<li><a href="CryptoBoxDevCustomConfigure.html#Comments">Comments</a></li>
|
|
</ol>
|
|
</div>
|
|
|
|
</p>
|
|
<p>
|
|
<strong>Navigation:</strong> ( <a href="CryptoBoxDev.html">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="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="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="CryptoBox.html">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>
|
|
</div><!-- end of 'words' -->
|
|
|
|
<div id="footer">
|
|
<a href="https://systemausfall.org/prj/cryptobox" title="Project page">CryptoBox-Home</a> The CryptoBox is a project of <a href="https://systemausfall.org/senselab" title="systemausfall.org">sense.lab</a>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|
|
|