linuxserver / docker-dokuwiki

GNU General Public License v3.0
110 stars 24 forks source link

Access throught a Reverse Proxy #39

Closed asraelvudogel closed 3 years ago

asraelvudogel commented 3 years ago

linuxserver.io


Expected Behavior

Access to the dokuwiki-container over a reverse proxy like Traefik oder Nginx as from the internal ip.

Current Behavior

Access through the local ip works as aspected. If I try to access the container through a reverse proxy, I'd tried Traefik 2.5 and Nginx, I can log in, but no stylesheets and no content is loaded. So I can't work with the wiki. Changing the PUID- and PGID-Values doesn't change anything.

Steps to Reproduce

  1. Deploy the dokuwiki-container
  2. Deploy the reverse proxy
  3. Try to access from outside LAN

Environment

OS: CPU architecture: arm32 How docker service was installed:

with the official guide

Command used to create docker container (run/create/compose/screenshot)

` version: "2.1" services: dokuwiki: image: ghcr.io/linuxserver/dokuwiki container_name: dokuwiki environment:

github-actions[bot] commented 3 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

asraelvudogel commented 3 years ago

Problem solved with using an explicit domain like dokwuki.example.com and not example.com/dokuwiki ;-)