Copy of Nextcloud richdocuments app, but with modifications so all traffic goes over clearnet/CJDNS/Tor/I2P/whatever instead of having a single default hostname.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Andras Timar 1f1f76b676 better README 8 years ago
appinfo Bump version to 0.14.0 8 years ago
assets Move the expected FFS response to the assets 10 years ago
controller allow HTTP-only mode for testing/trial 8 years ago
css cloudsuite: Add buttons to create new spreadsheet and new presentation. 9 years ago
img adjust app icon to fit new filetype icons 9 years ago
js Post WOPI url iframe 8 years ago
l10n [tx-robot] updated from transifex 9 years ago
lib PHP syntax error on Ubuntu 14.04 LTS 8 years ago
src remove dead code (from Collabora Online perspective) 8 years ago
templates remove unused webODF unstable setting 8 years ago
tests internal name: richdocuments, name: Collabora Online, version: 0.9.0 8 years ago
.gitignore cloudsuite: Add updateCloudSuite.sh script, similar to updateWebODF.sh. 9 years ago
.scrutinizer.yml adding scrutinizer.yml 9 years ago
.travis.yml Skip Oracle and hhvm for now 9 years ago
CONTRIBUTING.md Add CONTRIBUTING.md 9 years ago
Makefile Bump version to 0.14.0 8 years ago
README.md better README 8 years ago
admin.php Fix appid 9 years ago
owncloud-collabora-online.spec.in set default WOPI Client URL for rpm 8 years ago
personal.php Fix appid 9 years ago
public.php Fix appid 9 years ago
settings.php Fix appid 9 years ago

README.md

richdocuments ownCloud application to integrate Collabora Online

Installation

make dist

Creates a tarball. The contents should go under owncloud/apps/richdocuments.

rpmbuild -ba -vv owncloud-collabora-online.spec

Creates an RPM package (tested only with openSUSE). The CODE VM uses it.

Memcache is a requirement (tested only with APCu). Install php-apcu, php5-apcu, or whatever this package is called on your Linux distro, and add the following line to owncloud/config/config.php:

'memcache.local' => '\OC\Memcache\APCu',

From command line you can use:

occ config:system:set --value='\OC\Memcache\APCu' memcache.local

You can enable richdocument application from the command line:

occ app:enable richdocuments

You need to configure the WOPI Client URL, which is where the LibreOffice Online WebSocket Daemon (loolwsd) is listening. It is in Admin - Collabora Online section in ownCloud, or you can set it from command line:

occ config:app:set --value='https://<hostname or IP address>:<port>' richdocuments wopi_url

Default port is 9980. If loolwsd was compiled without SSL (like in the CODE VM), you have to write http instead of https.