mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
owncloud: Add packages for external storage
The two packages are required when External Storage plugin in ownCloud is enabled. Since this has been a frequently asked question, add it to the dependencies list.
This commit is contained in:
parent
b788358022
commit
531ec960e4
@ -58,8 +58,8 @@ def on_install():
|
|||||||
service.notify_enabled(None, True)
|
service.notify_enabled(None, True)
|
||||||
|
|
||||||
|
|
||||||
@package.required(['postgresql', 'php5-pgsql', 'owncloud'],
|
@package.required(['postgresql', 'php5-pgsql', 'owncloud', 'php-dropbox',
|
||||||
on_install=on_install)
|
'php-google-api-php-client'], on_install=on_install)
|
||||||
def index(request):
|
def index(request):
|
||||||
"""Serve the ownCloud configuration page"""
|
"""Serve the ownCloud configuration page"""
|
||||||
status = get_status()
|
status = get_status()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user