Jean-Yves
Jean-Yves
According : - https://github.com/nextcloud/all-in-one/blob/52cb90a80294588bcc7c78518084e073fbcbbb89/php/templates/containers.twig#L121 - https://github.com/nextcloud/all-in-one/blob/52cb90a80294588bcc7c78518084e073fbcbbb89/reverse-proxy.md#L738 If reverse proxy points correctly to `http://nextcloud-aio-apache:$APACHE_PORT/` from `https://exemple.com:443/`, it should work. But, Caddy Community Container is set up after validation, so it will...
What is the purpose of the domaine validations ?
> Can my setup inspire a solution for this topic? > How can I fix the login throttling? I dont know how resolve this issue. Disable https://apps.nextcloud.com/apps/bruteforcesettings fix the warning...
Sample (Not tested): ```yaml services: nextcloud-aio-mastercontainer: image: nextcloud/all-in-one:latest init: true restart: always container_name: nextcloud-aio-mastercontainer volumes: - nextcloud_aio_mastercontainer:/mnt/docker-aio-config - /var/run/docker.sock:/var/run/docker.sock:ro ports: - 127.0.0.1:8080:8080 environment: - APACHE_IP_BINDING=@INTERNAL - APACHE_PORT=80 networks: - nextcloud-aio...
> This is now released with v9.2.0 Beta. Testing and feedback is welcome! See https://github.com/nextcloud/all-in-one#how-to-switch-the-channel Work without domain validation
Why stop using var?
a fix that worked for me. if you use Typescript remove the dependency in your package.json
Duplicated #331 ?
RKLLM support allows closing #2205
@mdecimus WDT ?