Jump to content
Enpass Discussion Forum

thorstengehrig

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by thorstengehrig

  1. took a while... but finally it works on my mac (work before on windows - but not win)

    What i did in config.pho

     'trusted_domains' => 
      [
       'nextcloud.domain.info',
       '192.168.0.7:81'
      ],
      'trusted_proxies' => 
      [
       '192.168.0.8',
       '172.17.0.7'
      ],
      'ServerName' => 'nextcloud.domain.info',
      'overwritehost' => 'nextcloud.domain.info',
      'overwrite.cli.url' => 'https://nextcloud.domain.info',
      'overwriteprotocol' => 'https',

    ------

    the 192.1680.7 is the internal docker host, the 172.17.0.7 the docker internal IP, the 192.168.0.8 is the reverse proxy

     

    May this helps someone - for me it does :-)

    Best

    Thorsten

     

    • Thanks 1
×
×
  • Create New...