ReinerNippes
ReinerNippes
I fixed the nextcloud-reloaded branch. default php version is now 8.0 default ansible version is now 2.9.18 I tested it on ubuntu 20.04 with nextcloud 21 and collabora.
@schnuffle you are right there should be a note about inventory setup when you want to launch more then one nextcloud from a control host. the idea was to make...
> I wiped out content of ./rules/nextcloud_config/tasks it's enough to comment out [line 12 of nextdocker.yml](https://github.com/ReinerNippes/nextcloud_on_docker/blob/master/nextdocker.yml#L12) > Stop watchtower to prevent automatic updates this is not necessary. if you pin...
Hi, I was not able to reproduce your error. I setup a test system with nc-a.domain.tld and rerun the playbook with nc-b.domain.tld without any problem. The ansible module docker_container should...
I started a new branch: https://github.com/ReinerNippes/nextcloud/tree/nextcloud-reloaded but got stuck with CentOS support. That's why I didn't merge it into master. And it's not compatible with the playbook in master. Using...
seems to be fixed with nc19. since it's a native nextcloud problem it's beyond my scope. sorry. https://help.nextcloud.com/t/cannot-install-talk-on-fresh-nextcloud-18-install/68613
I changed the default values of some images in the group_vars/main.yml. Commit 33095a8 I agree that these images should be pined to major versions. One may change this before running...
what about: ``` - traefik.enable: "true" - traefik.http.routers.collabora.entrypoints: "web-secure" - traefik.http.routers.collabora.rule: "Host(`cloud.mycompany.com`)" - traefik.http.routers.collabora.service: "collabora" - traefik.http.services.collabora.loadbalancer.server.port: "9980" ``` i didn't try since I would use my palaybook to setup...
Of course it's possible. First: It should happen in the "nextcloud-reloaded" branch. Please don't create merge request against master. You may use https://github.com/ReinerNippes/ansible_var_dump to check all ansible facts. (pckage_mgt, major_version...
Did you create a fork?