mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
Merge pull request #61 from jvalleroy/master
Add link to jwchat, and install owncloud without recommends.
This commit is contained in:
commit
f79463ec56
@ -39,7 +39,7 @@ done
|
|||||||
|
|
||||||
if [ "$owncloud_enable" != "$owncloud_enable_cur" ] ; then
|
if [ "$owncloud_enable" != "$owncloud_enable_cur" ] ; then
|
||||||
if $owncloud_enable ; then
|
if $owncloud_enable ; then
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -y owncloud 2>&1 | logger -t owncloud-setup
|
DEBIAN_FRONTEND=noninteractive apt-get --no-install-recommends install -y owncloud 2>&1 | logger -t owncloud-setup
|
||||||
a2enconf owncloud 2>&1 | logger -t owncloud-setup
|
a2enconf owncloud 2>&1 | logger -t owncloud-setup
|
||||||
else
|
else
|
||||||
a2disconf owncloud 2>&1 | logger -t owncloud-setup
|
a2disconf owncloud 2>&1 | logger -t owncloud-setup
|
||||||
|
|||||||
@ -11,6 +11,7 @@ class Apps(PagePlugin):
|
|||||||
PagePlugin.__init__(self, *args, **kwargs)
|
PagePlugin.__init__(self, *args, **kwargs)
|
||||||
self.register_page("apps")
|
self.register_page("apps")
|
||||||
self.menu = cfg.main_menu.add_item("Apps", "icon-download-alt", "/apps", 80)
|
self.menu = cfg.main_menu.add_item("Apps", "icon-download-alt", "/apps", 80)
|
||||||
|
self.menu.add_item("Chat", "icon-comment", "http://freedombox.local", 30)
|
||||||
self.menu.add_item("Photo Gallery", "icon-picture", "/apps/photos", 35)
|
self.menu.add_item("Photo Gallery", "icon-picture", "/apps/photos", 35)
|
||||||
|
|
||||||
@cherrypy.expose
|
@cherrypy.expose
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user