Die Suche ergab 5 Treffer
- 23. Jun 2021, 04:53
- Forum: English Support Forum
- Thema: setup admidio behind traefik
- Antworten: 7
- Zugriffe: 7300
Re: setup admidio behind traefik
Hi again. So I wanted to point out some other things I observed, in the hope it would help you in the best way to make this project even better. The environment variable ADMIDIO_ROOT_PATH passed in the docker file seems not to work, requiring the edition of the config.php file. The 3 volume mounts f...
- 22. Jun 2021, 04:26
- Forum: English Support Forum
- Thema: setup admidio behind traefik
- Antworten: 7
- Zugriffe: 7300
Re: setup admidio behind traefik
Ok I had written a long reply for this, but my session was lost and so was my response when I pressed the Submit button. The main thing is that I was testing it prior to performing the installation progress, so there was no config.php file in there. But after performing the installation, the file wa...
- 21. Jun 2021, 00:54
- Forum: English Support Forum
- Thema: setup admidio behind traefik
- Antworten: 7
- Zugriffe: 7300
Re: setup admidio behind traefik
Ok I tried that now with no success either T . T I mean mounting that file as a volume (or bind mount to be more precise) and creating the container with that edited file in place. Maybe it was a dumb test, but I had to be sure :p I'll go a bit into the detail of what I observe. I make a query to --...
- 20. Jun 2021, 21:58
- Forum: English Support Forum
- Thema: setup admidio behind traefik
- Antworten: 7
- Zugriffe: 7300
Re: setup admidio behind traefik
I hadn't done that. But now I have, and the result is the same. To be sure, we're talking about this file, right? /opt/app-root/src/adm_program/installation/config.php I changed the line like so: $g_root_path = 'https://my.host.tld'; I didn't have it in a volume mount so I just edited it with sed fr...
- 20. Jun 2021, 19:31
- Forum: English Support Forum
- Thema: setup admidio behind traefik
- Antworten: 7
- Zugriffe: 7300
setup admidio behind traefik
Hi there I'm setting up admidio to use with some of my peepz! :) It looks great at doing exactly what we need. I hope it works well for us. I'm having an issue though when using this awesome app with docker and behind traefik. I've set everything up just as I've done for other apps in order to serve...