mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Solved ldap reference bug for nextcloud and cleaned up
This commit is contained in:
@@ -8,15 +8,6 @@ Elevate your collaboration with Nextcloud, a vibrant self-hosted cloud solution
|
||||
|
||||
This role provisions a complete Nextcloud deployment using Docker Compose. It automates the setup of the Nextcloud application along with its underlying MariaDB database and configures the system for secure public access via an Nginx reverse proxy. The deployment includes automated configuration merging into `config.php`, health check routines, and integrated support for backup and recovery operations.
|
||||
|
||||
For comprehensive installation instructions, please refer to the [Installation.md](./Installation.md) file. Additional operational guidance can be found in the following supporting documentation files:
|
||||
- [Applications.md](./Applications.md)
|
||||
- [Architecture.md](./Architecture.md)
|
||||
- [Administration.md](./Administration.md)
|
||||
- [Update.md](./Update.md)
|
||||
- [OCC.md](./OCC.md)
|
||||
- [Database.md](./Database.md)
|
||||
- [IAM.md](./IAM.md)
|
||||
|
||||
## Features
|
||||
|
||||
- **Fully Dockerized Deployment:** Simplifies installation using Docker Compose for the Nextcloud application and its MariaDB backend.
|
||||
@@ -26,6 +17,10 @@ For comprehensive installation instructions, please refer to the [Installation.m
|
||||
- **Integrated Backup & Recovery:** Provides built-in support for backup and restoration operations to safeguard your data.
|
||||
- **Extensible Plugin Framework:** Easily manage and configure hundreds of Nextcloud plugins using the OCC command line tool.
|
||||
|
||||
## Documentation
|
||||
|
||||
A detailled documentation for the use and administration of Nextcloud on CyMaIS you will find [here](docs/README.md)
|
||||
|
||||
## Additional Resources
|
||||
|
||||
- [Nextcloud Official Website](https://nextcloud.com/)
|
||||
|
14
roles/docker-nextcloud/docs/README.md
Normal file
14
roles/docker-nextcloud/docs/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Nextcloud Docs for CyMaIS
|
||||
|
||||
This folder contains the Nextcloud Docs for CyMaIS.
|
||||
|
||||
## Index
|
||||
|
||||
Operational guidance can be found in the following supporting documentation files:
|
||||
- [Applications.md](Applications.md)
|
||||
- [Architecture.md](Architecture.md)
|
||||
- [Administration.md](Administration.md)
|
||||
- [Update.md](Update.md)
|
||||
- [OCC.md](OCC.md)
|
||||
- [Database.md](Database.md)
|
||||
- [IAM.md](IAM.md)
|
@@ -27,7 +27,7 @@ plugin_configuration:
|
||||
-
|
||||
appid: "user_ldap"
|
||||
configkey: "s01ldap_backup_port"
|
||||
configvalue: "{{ ports.localhost.ldap.openldap }}" # This is just optimized for local port @todo implement for external ports as well
|
||||
configvalue: "{{ ports.localhost.ldap.ldap }}" # This is just optimized for local port @todo implement for external ports as well
|
||||
|
||||
-
|
||||
appid: "user_ldap"
|
||||
@@ -103,7 +103,7 @@ plugin_configuration:
|
||||
-
|
||||
appid: "user_ldap"
|
||||
configkey: "s01ldap_host"
|
||||
configvalue: "openldap"
|
||||
configvalue: "{{ldap.server.domain}}"
|
||||
-
|
||||
appid: "user_ldap"
|
||||
configkey: "s01ldap_login_filter"
|
||||
|
Reference in New Issue
Block a user