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,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…
Add table
Add a link
Reference in a new issue