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+----------------------------------------------------------------+"
|
||||||
echo -e "\n The CryptoNAS has started."
|
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 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 Visit cryptonas.org for help and more information."
|
||||||
echo -e "\n+----------------------------------------------------------------+\n"
|
echo -e "\n+----------------------------------------------------------------+\n"
|
||||||
|
|
|
@ -21,7 +21,7 @@ sysutils
|
||||||
stunnel4
|
stunnel4
|
||||||
samba
|
samba
|
||||||
#Apache was breaking the build before work started on the Debian Live changeover. FIXME: re-integrate
|
#Apache was breaking the build before work started on the Debian Live changeover. FIXME: re-integrate
|
||||||
apache2
|
#apache2
|
||||||
hashalot
|
hashalot
|
||||||
python-clearsilver
|
python-clearsilver
|
||||||
python-cherrypy
|
python-cherrypy
|
||||||
|
@ -37,12 +37,15 @@ e2fsprogs
|
||||||
xfsprogs
|
xfsprogs
|
||||||
hfsutils
|
hfsutils
|
||||||
jfsutils
|
jfsutils
|
||||||
|
avahi-autoipd
|
||||||
|
avahi-daemon
|
||||||
|
|
||||||
## required for fix to Defect #216 "Intermittent Python crashes at startup":
|
## required for fix to Defect #216 "Intermittent Python crashes at startup":
|
||||||
patch
|
patch
|
||||||
|
|
||||||
## For better version management and development flexibility, "cryptobox-server" is
|
## For better version management and development flexibility, "cryptobox-server" is
|
||||||
## now installed as a local package from "config/chroot_local-packages".
|
## sometimes installed as a local package from "config/chroot_local-packages".
|
||||||
#cryptobox-server
|
cryptobox-server
|
||||||
## ntfs-3g is not in etch
|
## ntfs-3g is not in etch
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue