cryptonas/debian
lars 794998f950 broken interface fixed in 'partition' plugin for ie
rendering bug of volume_properties fixed for ie
fixed screen width in a mozilla/ie compatible way
added german translation: 'log', 'network', 'volume_automount' and 'volume_details'
fixed config management of 'plugin_manager' plugin
fixed filtering of log level messages for 'logs' plugin
updated documentation for ssl configurations
changed default installation destinations in setup.py
added nice background images to environment and help messages
replaced message 'div' with 'fieldset'
moved stylesheet data of plugins to html header (as required by spec)
removed obsolete css definitions
removed obsolete old perl/bash code
improved 'update_po_files': remove obsolete msgids
functionality of 'update_english.sh' moved to 'update_po_files'
omit 'weblang' link attribute if it does not change the default setting
changed default language from 'de' to 'en'
fixed template bug that prevented the translation of plugin links
fixed invalid html
implement filecheck overriding for unittests
2006-12-18 13:37:08 +00:00
..
patches debain package files added 2006-05-10 19:53:05 +00:00
changelog broken interface fixed in 'partition' plugin for ie 2006-12-18 13:37:08 +00:00
compat packaging improved 2006-11-22 15:21:21 +00:00
control added minor parts of slovene translation 2006-12-11 14:16:10 +00:00
copyright fixed some debian policy violations 2006-05-30 09:08:35 +00:00
cryptobox-server.default some hints 2006-12-14 16:21:32 +00:00
cryptobox-server.dirs renamed python package to cryptobox-server 2006-11-27 19:25:26 +00:00
cryptobox-server.docs fixed some ssl detection stuff 2006-12-14 00:23:10 +00:00
cryptobox-server.examples renamed python package to cryptobox-server 2006-11-27 19:25:26 +00:00
cryptobox-server.init broken interface fixed in 'partition' plugin for ie 2006-12-18 13:37:08 +00:00
cryptobox-server.lintian renamed python package to cryptobox-server 2006-11-27 19:25:26 +00:00
cryptobox-server.logrotate renamed python package to cryptobox-server 2006-11-27 19:25:26 +00:00
cryptobox-server.manpages renamed python package to cryptobox-server 2006-11-27 19:25:26 +00:00
cryptobox-server.postinst constant width of the main screen (works for mozilla/ff and ie55/60 2006-12-07 12:20:43 +00:00
cryptobox-server.postrm added minor parts of slovene translation 2006-12-11 14:16:10 +00:00
cryptobox-server.preinst renamed python package to cryptobox-server 2006-11-27 19:25:26 +00:00
cryptobox-server.prerm renamed python package to cryptobox-server 2006-11-27 19:25:26 +00:00
pycompat packaging improved 2006-11-22 15:21:21 +00:00
README.Debian last preparations for v0.3 release 2006-12-15 13:47:19 +00:00
rules broken interface fixed in 'partition' plugin for ie 2006-12-18 13:37:08 +00:00

CryptoBox for Debian - installation notes

The main configuration file of the CryptoBox 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 the port on which the cryptobox-server should listen.

2) Define [Main]->AllowedDevices according to the devices that you want to
publish via the cryptobox webinterface. Be careful: the data on these drives
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
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
README.davfs.

6) A line was automatically added to /etc/super.tab.
This is necessary to gain root privileges for certain actions.
Please inspect /usr/sbin/CryptoBoxRootActions carefully to make sure, that your
system can not get compromised by this.