tags/v0.3.5: Updated changelog, READMEs, and example cryptobox.conf
This commit is contained in:
parent
06482f10cc
commit
effbf206ff
4 changed files with 32 additions and 17 deletions
|
@ -1,16 +1,16 @@
|
|||
********************************************
|
||||
* CryptoBox v0.3.xx *
|
||||
* CryptoNAS v0.3.xx *
|
||||
********************************************
|
||||
|
||||
$Id$
|
||||
|
||||
This file describes the webserver CryptoBox.
|
||||
The CryptoBox enables you to control the plaintext or encrypted harddisks of
|
||||
This file describes the webserver CryptoNAS.
|
||||
The CryptoNAS enables you to control the plaintext or encrypted harddisks of
|
||||
your server via a webinterface.
|
||||
Read on if you want to install the CryptoBox-server package on your computer.
|
||||
Read on if you want to install the cryptobox-server package on your computer.
|
||||
|
||||
For more information, see the website:
|
||||
http://cryptobox.org
|
||||
http://cryptonas.org
|
||||
|
||||
Table of contents:
|
||||
1) Requirements
|
||||
|
@ -57,7 +57,7 @@ For source installation follow these steps:
|
|||
Fulfil the requirements:
|
||||
read more in the user documentation
|
||||
|
||||
The installed pyhton modules can be found in your local python installation directory.
|
||||
The installed python modules can be found in your local python installation directory.
|
||||
The default location should be:
|
||||
/usr/lib/python2.4/site-packages/cryptobox/
|
||||
The data files are (by default) installed to:
|
||||
|
@ -79,7 +79,7 @@ not get compromised.
|
|||
after bootup.
|
||||
|
||||
b) Define managed devices
|
||||
You may restrict which blockdevices should be accessible to the CryptoBox.
|
||||
You may restrict which blockdevices should be accessible to the CryptoNAS.
|
||||
Simply set [Main]->AllowedDevices in /etc/cryptobox-server/cryptobox.conf
|
||||
to a comma separated list of device prefixes: e.g. /dev/sd gives access to
|
||||
all SCSI devices, while /dev/hda3 restricts it to this single partition.
|
||||
|
@ -169,7 +169,7 @@ bug reports: please use our issue tracker
|
|||
https://systemausfall.org/trac/cryptobox/newticket
|
||||
|
||||
email:
|
||||
info@cryptobox.org
|
||||
info@cryptonas.org
|
||||
|
||||
The CryptoBox project is mainly driven by sense.lab (http://senselab.org).
|
||||
|
||||
|
@ -186,9 +186,11 @@ Michiel van Dijk - Dutch translation
|
|||
Raimar - the blender dragon
|
||||
Gilles Accad - French translation
|
||||
ASpr - Russian translation
|
||||
Clavdia Horvat - Slovenian translation
|
||||
Lai-Qing-Long (Jones) - Chinese translation
|
||||
|
||||
We also want to thank the numerous developers of the Free Software, the
|
||||
CryptoBox depends on and that was used in development.
|
||||
CryptoNAS depends on and that was used in development.
|
||||
|
||||
|
||||
8) License
|
||||
|
|
|
@ -69,9 +69,10 @@ Stylesheet = cryptobox-misc/cryptobox.css
|
|||
# comma seperated list of available languages for the web interface
|
||||
# the first language is the default
|
||||
# all other languages serve as fallbacks for an incomplete translation
|
||||
# available languages: cs, da, de, en, es, fi, fr, hu, it, ja, nl, pl, pt, ru, sl, sv, ur
|
||||
# available languages: af, cs, da, de, en, es, fi, fr, hu, it, ja, nl,
|
||||
# pl, pt, ru, sl, sv, ur, zh_CN, zh_HK
|
||||
# well supported languages: de, en, ja, sl
|
||||
Languages = en, de, ja, sl, it, pl, es
|
||||
Languages = en, de, ja, sl, zh_HK, it, pl, es
|
||||
|
||||
|
||||
[Programs]
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
CryptoBox for Debian - installation notes
|
||||
|
||||
The main configuration file of the CryptoBox webserver is:
|
||||
The main configuration file of the CryptoNAS webserver is:
|
||||
/etc/cryptobox-server/cryptobox.conf
|
||||
All settings named [Foo]->Bar are defined in this file.
|
||||
|
||||
1) Configure startup and network settings in /etc/default/cryptobox-server.
|
||||
Set 'NO_START' to "0" if the CryptoBox should start at every bootup.
|
||||
Set 'NO_START' to "0" if the CryptoNAS should start at every bootup.
|
||||
Set the port on which the cryptobox-server should listen.
|
||||
|
||||
2) Define [Main]->AllowedDevices according to the devices that you want to
|
||||
|
@ -15,14 +15,14 @@ can be overwritten by front-end users!
|
|||
3) Choose a list of plugins to disable in [Main]->DisabledPlugins.
|
||||
|
||||
4) Use the username 'admin' and the password 'admin' to access protected
|
||||
parts of the CryptoBox. Please change the password soon in the 'user_manager'.
|
||||
You can use the 'plugin_manager' to define which parts of the CryptoBox should
|
||||
parts of the CryptoNAS. Please change the password soon in the 'user_manager'.
|
||||
You can use the 'plugin_manager' to define which parts of the CryptoNAS should
|
||||
be restricted to administrative access.
|
||||
|
||||
5) Read /usr/share/doc/cryptobox-server/event-scripts/README for information
|
||||
about event handlers. They can be used to integrate fileservers (samba,
|
||||
apache2-dav, nfs, ...) into the CryptoBox. Detailed information about
|
||||
integration with samba and apach2-dav can be found in README.samba and
|
||||
apache2-dav, nfs, ...) into the CryptoNAS. Detailed information about
|
||||
integration with samba and apache2-dav can be found in README.samba and
|
||||
README.davfs.
|
||||
|
||||
6) A line was automatically added to /etc/super.tab.
|
||||
|
|
|
@ -1,3 +1,15 @@
|
|||
cryptobox (0.3.5-1) unstable; urgency=low
|
||||
|
||||
* new upstream release:
|
||||
* disabled buggy "Partition Manually" function
|
||||
* fixed gettext `fuzzy' problem affecting multiple translations
|
||||
* updates for cryptsetup v1.0.5
|
||||
* updates for configobj v4.5.2
|
||||
* updates to German, Dutch, Japanese, Russian, Hungarian, and Africaans translations
|
||||
* added Chinese translation
|
||||
|
||||
-- jcrofts <jcrofts@pobox.com> Mon, 29 Jun 2009 02:03:56 -0700
|
||||
|
||||
cryptobox (0.3.4.5-1) unstable; urgency=low
|
||||
|
||||
* new upstream release:
|
||||
|
|
Loading…
Reference in a new issue