Added Collabora draft for nextcloud

This commit is contained in:
2025-06-19 00:56:28 +02:00
parent ae25673853
commit 94dd57d5cd
15 changed files with 150 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
# Todo
- Implement Collabora and Talk Supper . [See](https://www.youtube.com/watch?v=7cRmvTyt1ik)

View File

@@ -28,3 +28,7 @@ galaxy_info:
documentation: "https://s.veen.world/cymais/docker-nextcloud"
logo:
class: "fa-solid fa-cloud"
run_after:
- docker-collabora
- docker-keycloak
- docker-mastodon

View File

@@ -20,6 +20,28 @@ services:
{% include 'templates/docker/container/networks.yml.j2' %}
ipv4_address: 192.168.102.69
# @Todo activate
#nc-talk:
# image: nextcloud/aio-talk:latest
# container_name: talk_hpb
# hostname: hpb_yt
# restart: unless-stopped
# init: true
# ports:
# - 3478:3478/tcp #TURN TCP
# - 3478:3478/udp #TURN UDP
# - 8181:8081/tcp #Signaling
# environment:
# - NC_DOMAIN=cloud.yourdomain.tld
# - TALK_HOST=signaling.yourdomain.tld
# - TURN_SECRET=${TURN_SECRET}
# - SIGNALING_SECRET=${SIGNALING_SECRET}
# - TZ=Europe/Berlin
# - TALK_PORT=3478
# - INTERNAL_SECRET=${INTERNAL_SECRET}
# networks:
# - nxnetwork_yt
web:
image: nginx:alpine
container_name: {{applications.nextcloud.container.proxy}}

View File

@@ -1,4 +1,4 @@
# This is the nginx configuration file for the proxy server
{# This is the nginx configuration file for the proxy server #}
server
{

View File

@@ -36,6 +36,7 @@ legacy_login_mask:
container:
application: "nextcloud-application" # Nextcloud application container name
proxy: "nextcloud-web" # Nextcloud Proxy Container Name
collabora: "nextcloud-collabora"
performance:
php:
memory_limit: "{{ ((ansible_memtotal_mb | int) / 30)|int }}M" # Dynamic set memory limit