mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
commit
eee02c0ca1
1
Makefile
1
Makefile
@ -80,6 +80,7 @@ clean:
|
|||||||
@find . -name "*.bak" -exec rm {} \;
|
@find . -name "*.bak" -exec rm {} \;
|
||||||
@$(MAKE) -s -C doc clean
|
@$(MAKE) -s -C doc clean
|
||||||
@$(MAKE) -s -C templates clean
|
@$(MAKE) -s -C templates clean
|
||||||
|
rm -f plinth.config
|
||||||
rm -f predepend
|
rm -f predepend
|
||||||
|
|
||||||
hosting:
|
hosting:
|
||||||
|
|||||||
@ -77,7 +77,7 @@ some other websites business model.</p>
|
|||||||
form.submit(_("Update setup"))
|
form.submit(_("Update setup"))
|
||||||
main += form.render()
|
main += form.render()
|
||||||
sidebar_right="""
|
sidebar_right="""
|
||||||
<strong>Owncloud</strong><p>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.
|
<strong>Owncloud</strong><p>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.
|
||||||
</p>
|
</p>
|
||||||
"""
|
"""
|
||||||
return self.fill_template(title="Owncloud", main=main, sidebar_right=sidebar_right)
|
return self.fill_template(title="Owncloud", main=main, sidebar_right=sidebar_right)
|
||||||
|
|||||||
@ -4,6 +4,7 @@ box_name = FreedomBox
|
|||||||
|
|
||||||
[Path]
|
[Path]
|
||||||
file_root = %(root)s
|
file_root = %(root)s
|
||||||
|
python_root = %(root)s
|
||||||
data_dir = %(file_root)s/data
|
data_dir = %(file_root)s/data
|
||||||
store_file = %(data_dir)s/store.sqlite3
|
store_file = %(data_dir)s/store.sqlite3
|
||||||
user_db = %(data_dir)s/users
|
user_db = %(data_dir)s/users
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user