diff --git a/Makefile b/Makefile index d02c4a34f..b4c313b02 100644 --- a/Makefile +++ b/Makefile @@ -80,6 +80,7 @@ clean: @find . -name "*.bak" -exec rm {} \; @$(MAKE) -s -C doc clean @$(MAKE) -s -C templates clean + rm -f plinth.config rm -f predepend hosting: diff --git a/modules/installed/apps/apps.py b/modules/installed/apps/apps.py index ef2e1b7d3..d6ba9d662 100644 --- a/modules/installed/apps/apps.py +++ b/modules/installed/apps/apps.py @@ -77,7 +77,7 @@ some other websites business model.

form.submit(_("Update setup")) main += form.render() sidebar_right=""" -Owncloud

gives you universal access to your files through a web interface or WebDAV. It also provides a platform to easily view & sync your contacts, calendars and bookmarks across all your devices and enables basic editing right on the web. Installation has minimal server requirements, doesn’t need special permissions and is quick. ownCloud is extendable via a simple but powerful API for applications and plugins. +Owncloud

gives you universal access to your files through a web interface or WebDAV. It also provides a platform to easily view & sync your contacts, calendars and bookmarks across all your devices and enables basic editing right on the web. Installation has minimal server requirements, doesn't need special permissions and is quick. ownCloud is extendable via a simple but powerful API for applications and plugins.

""" return self.fill_template(title="Owncloud", main=main, sidebar_right=sidebar_right) diff --git a/plinth.sample.config b/plinth.sample.config index ece4d06d7..1134b2e81 100644 --- a/plinth.sample.config +++ b/plinth.sample.config @@ -4,6 +4,7 @@ box_name = FreedomBox [Path] file_root = %(root)s +python_root = %(root)s data_dir = %(file_root)s/data store_file = %(data_dir)s/store.sqlite3 user_db = %(data_dir)s/users