ansible-owncloud
ansible-owncloud copied to clipboard
Install and manage ownCloud instance
I have not looked into this but [Nextant](https://apps.owncloud.com/content/show.php?action=content&content=174750) sounds promising.
I'm running the latest debops and ansible 2.4.2.0 I'm trying to install owncloud package with nextcloud variant on a vanilla VPS debian stretch fully updated This is my owncloud.yaml ---...
Controller is running ansible .deb built from today's 2.2-stable branch (pre-2.2.1) Host is Ubuntu 16.10. (I had to set `owncloud__distribution_version: '16.04'` since the repo doesn't support 16.10 yet.) ``` TASK...
If I list my Ubuntu server under `[debops_service_nginx]` and run `$ debops` , the run completes successfully. If I add it to `[debops_service_owncloud]`, it fails. Errors posted below. ``` TASK...
On my ownCloud installation, mail messages contain the contents: ``` Witaj User1, You are receiving this email because the following things happened at http://localhost/ * User2 removed the share for...
Hi, just a few notes / remarks: ## Documents app ``` ## https://doc.owncloud.org/server/9.0/admin_manual/configuration_files/collaborative_documents_configuration.html ## Is it necessary to install all LibreOffice packages? https://github.com/owncloud/documents#known-issues ## Upstream documentation does not specify it...
https://travis-ci.org/debops/ansible-owncloud/builds/160004834#L2248
- [ ] Put `/var/www/owncloud/config` in git repo, disabled by default. - [ ] Handle permissions with git hook on checkout
Because after the switch to the packaged ownCloud the user that runs the `php5-fpm` processes is `www-data`, maybe a good idea would be to restrict it to only the directories...