You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
htgoebel 67951dadbf Build requires python-setuptools 12 years ago
..
patches debain package files added 17 years ago
README.Debian last preparations for v0.3 release 17 years ago
changelog synchronized changelog and README 16 years ago
compat packaging improved 17 years ago
control Build requires python-setuptools 12 years ago
copyright fixed some debian policy violations 17 years ago
cryptobox-server.default CryptoNAS default configuration: 15 years ago
cryptobox-server.dirs renamed python package to cryptobox-server 17 years ago
cryptobox-server.docs fixed some ssl detection stuff 17 years ago
cryptobox-server.examples renamed python package to cryptobox-server 17 years ago
cryptobox-server.init * fixed typos 14 years ago
cryptobox-server.lintian renamed python package to cryptobox-server 17 years ago
cryptobox-server.logrotate renamed python package to cryptobox-server 17 years ago
cryptobox-server.manpages renamed python package to cryptobox-server 17 years ago
cryptobox-server.postinst constant width of the main screen (works for mozilla/ff and ie55/60 17 years ago
cryptobox-server.postrm better permission handling of startup script 17 years ago
cryptobox-server.preinst renamed python package to cryptobox-server 17 years ago
cryptobox-server.prerm renamed python package to cryptobox-server 17 years ago
pycompat packaging improved 17 years ago
rules improve handling of python versions for debian 16 years ago

README.Debian

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.