debops.owncloud
This role installs a NextCloud or ownCloud instance on a specified host, either with SQLite, MySQL, MariaDB or PostgreSQL database as a backend and an Nginx or Apache webserver as a frontend.
Nextcloud will be installed using the upstream tarballs. ownCloud will be installed as package coming directly from upstream.
Note that Nginx is not officially supported by ownCloud nor NextCloud but it is community supported and should work without problems. Apache is supported by the role but not yet used by default and not very well tested.
Features:
Support for LDAP using the debops.ldap Ansible role.
In memory caching using Redis for file locking and APCu.
Theming support (only tested with ownCloud 10).
Extensive configuration options via Ansible’s inventory.
- Getting started
- External users
- External storage
- Default variables
- Packages and installation
- Nextcloud user account
- Base directory paths
- Nextcloud installation
- ownCloud upgrades
- ownCloud source and deployment
- In memory caching
- Database configuration
- ownCloud admin login/password
- ownCloud configuration
- ownCloud config.php configuration
- ownCloud applications configuration
- External storage
- ownCloud raw occ commands
- ownCloud user files
- LDAP authentication
- ownCloud Mail configuration
- Theming ownCloud
- Webserver
- PHP
- Role-dependent configuration
- Default variable details
- LDAP Directory Information Tree
- Role development
Copyright
debops.owncloud - Install and manage ownCloud instances
Copyright (C) 2015-2016 Maciej Delmanowski <drybjed@gmail.com>
Copyright (C) 2015 Hartmut Goebel <h.goebel@crazy-compilers.com>
Copyright (C) 2015-2022 Robin Schneider <ypid@riseup.net>
Copyright (C) 2015-2022 DebOps <https://debops.org/>
SPDX-License-Identifier: GPL-3.0-only
This Ansible role is part of DebOps.
DebOps is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3, as
published by the Free Software Foundation.
DebOps is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with DebOps. If not, see https://www.gnu.org/licenses/.