SlaZe_XE

Members
  • Posts

    9
  • Joined

  • Last visited

SlaZe_XE's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Exactly! Thank you, i'll try to go there when i have time to look a it again =)
  2. Wait i think we are talking about different containers now, SQLite3 is in stalled in the Organizr container but not in the LetsEncrypt container. Though i cant make i subdomain to use for the Organizr container and are therefore looking for a solution to make it a subdirectory. And i can't find that solution anywhere, by using the LetsEncrypt container for the reverse proxy. My second attempt was putting Organizer in a folder in the LetsEncrypt container, and not using the Organizr container. But as mentioned above SQLite3 is not installed in the LetsEncrypt container.
  3. Yeah, even tried to reinstall LetsEncrypt. But also looked inside the container, i cant find the sqlite3.so file, it is there in the Organizr container.
  4. Sorry, i meant SQLite3, thats red on the check.php
  5. Bummer, and i cant get SQLite to work with the letsencrypt docker so i can't just use that.
  6. My config has been uploaded it´s the default link beneath my name. Thx!
  7. Hi all, I have a small problem getting a reverse proxy to work with this container. I am using the Letsencrypt docker for all my http and reverse proxy needs, though i cant get this docker to respond to https://domain.com/roganizr I am using: upstream organizr-upstream { server 192.168.1.170:8585; keepalive 32; } location / { proxy_pass http://organizr-upstream; include /config/nginx/proxy.conf; } It will only work on the root domain after i comment out: location / { try_files $uri $uri/ /index.html index.php?_url=$uri&$query_string; } So, what i want to do is make organizr a subdirectory like the above https://mydomain.com/organizr, i have tried all sorts of methods like location /organize { proxy_pass http://organizr-upstream; include /config/nginx/proxy.conf; } but i does not work. Am i missing something, or cant you use subdirectories with upstream? My config is attached. Thanks in advance! SlaZe_XE default
  8. Already tried that, but i cannot get that to work either, getting an 404 and cant seem to find a solution for that. I've got a lot of services running reversed proxies with that container, though the Organizr container wont work.
  9. Hi all, i have for a week now tried to get SQLite3 to work with the docker without luck. I am trying to use it with CauseFX's Organizr php site, which requires SQLite3 to work. Am i out of luck or have i missed anything? As far as i can see within the docker, the extention is not present. Regards SlaZe_XE