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$
|
$Id$
|
||||||
|
|
||||||
This file describes the webserver CryptoBox.
|
This file describes the webserver CryptoNAS.
|
||||||
The CryptoBox enables you to control the plaintext or encrypted harddisks of
|
The CryptoNAS enables you to control the plaintext or encrypted harddisks of
|
||||||
your server via a webinterface.
|
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:
|
For more information, see the website:
|
||||||
http://cryptobox.org
|
http://cryptonas.org
|
||||||
|
|
||||||
Table of contents:
|
Table of contents:
|
||||||
1) Requirements
|
1) Requirements
|
||||||
|
@ -57,7 +57,7 @@ For source installation follow these steps:
|
||||||
Fulfil the requirements:
|
Fulfil the requirements:
|
||||||
read more in the user documentation
|
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:
|
The default location should be:
|
||||||
/usr/lib/python2.4/site-packages/cryptobox/
|
/usr/lib/python2.4/site-packages/cryptobox/
|
||||||
The data files are (by default) installed to:
|
The data files are (by default) installed to:
|
||||||
|
@ -79,7 +79,7 @@ not get compromised.
|
||||||
after bootup.
|
after bootup.
|
||||||
|
|
||||||
b) Define managed devices
|
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
|
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
|
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.
|
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
|
https://systemausfall.org/trac/cryptobox/newticket
|
||||||
|
|
||||||
email:
|
email:
|
||||||
info@cryptobox.org
|
info@cryptonas.org
|
||||||
|
|
||||||
The CryptoBox project is mainly driven by sense.lab (http://senselab.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
|
Raimar - the blender dragon
|
||||||
Gilles Accad - French translation
|
Gilles Accad - French translation
|
||||||
ASpr - Russian 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
|
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
|
8) License
|
||||||
|
|
|
@ -69,9 +69,10 @@ Stylesheet = cryptobox-misc/cryptobox.css
|
||||||
# comma seperated list of available languages for the web interface
|
# comma seperated list of available languages for the web interface
|
||||||
# the first language is the default
|
# the first language is the default
|
||||||
# all other languages serve as fallbacks for an incomplete translation
|
# 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
|
# 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]
|
[Programs]
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
CryptoBox for Debian - installation notes
|
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
|
/etc/cryptobox-server/cryptobox.conf
|
||||||
All settings named [Foo]->Bar are defined in this file.
|
All settings named [Foo]->Bar are defined in this file.
|
||||||
|
|
||||||
1) Configure startup and network settings in /etc/default/cryptobox-server.
|
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.
|
Set the port on which the cryptobox-server should listen.
|
||||||
|
|
||||||
2) Define [Main]->AllowedDevices according to the devices that you want to
|
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.
|
3) Choose a list of plugins to disable in [Main]->DisabledPlugins.
|
||||||
|
|
||||||
4) Use the username 'admin' and the password 'admin' to access protected
|
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'.
|
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 CryptoBox should
|
You can use the 'plugin_manager' to define which parts of the CryptoNAS should
|
||||||
be restricted to administrative access.
|
be restricted to administrative access.
|
||||||
|
|
||||||
5) Read /usr/share/doc/cryptobox-server/event-scripts/README for information
|
5) Read /usr/share/doc/cryptobox-server/event-scripts/README for information
|
||||||
about event handlers. They can be used to integrate fileservers (samba,
|
about event handlers. They can be used to integrate fileservers (samba,
|
||||||
apache2-dav, nfs, ...) into the CryptoBox. Detailed information about
|
apache2-dav, nfs, ...) into the CryptoNAS. Detailed information about
|
||||||
integration with samba and apach2-dav can be found in README.samba and
|
integration with samba and apache2-dav can be found in README.samba and
|
||||||
README.davfs.
|
README.davfs.
|
||||||
|
|
||||||
6) A line was automatically added to /etc/super.tab.
|
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
|
cryptobox (0.3.4.5-1) unstable; urgency=low
|
||||||
|
|
||||||
* new upstream release:
|
* new upstream release:
|
||||||
|
|
Loading…
Reference in a new issue