Added Avahi/Bonjour/Rendezvous/IPv4 Zeroconf support
This commit is contained in:
parent
fb83109bef
commit
e5df152542
2 changed files with 7 additions and 3 deletions
|
@ -2,5 +2,6 @@
|
|||
echo -e "\n+----------------------------------------------------------------+"
|
||||
echo -e "\n The CryptoNAS has started."
|
||||
echo -e "\n You can access it now via a web browser at: http://192.168.0.23"
|
||||
echo -e "\n Or try: http://cryptonas.local"
|
||||
echo -e "\n Visit cryptonas.org for help and more information."
|
||||
echo -e "\n+----------------------------------------------------------------+\n"
|
||||
|
|
|
@ -21,7 +21,7 @@ sysutils
|
|||
stunnel4
|
||||
samba
|
||||
#Apache was breaking the build before work started on the Debian Live changeover. FIXME: re-integrate
|
||||
apache2
|
||||
#apache2
|
||||
hashalot
|
||||
python-clearsilver
|
||||
python-cherrypy
|
||||
|
@ -37,12 +37,15 @@ e2fsprogs
|
|||
xfsprogs
|
||||
hfsutils
|
||||
jfsutils
|
||||
avahi-autoipd
|
||||
avahi-daemon
|
||||
|
||||
## required for fix to Defect #216 "Intermittent Python crashes at startup":
|
||||
patch
|
||||
|
||||
## For better version management and development flexibility, "cryptobox-server" is
|
||||
## now installed as a local package from "config/chroot_local-packages".
|
||||
#cryptobox-server
|
||||
## sometimes installed as a local package from "config/chroot_local-packages".
|
||||
cryptobox-server
|
||||
## ntfs-3g is not in etch
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue