sonder
IImmich
•Created by Marvin Jérôme Stephan on 5/30/2023 in #help-desk-support
Access immich outside local network?
Take a look at that video I sent. It should help you get the right idea and set you up for future apps outside your local network. If you need more help, just let me know!
51 replies
IImmich
•Created by Marvin Jérôme Stephan on 5/30/2023 in #help-desk-support
Access immich outside local network?
I think I'm getting you. So that's just your personal static website. If you'd like to start sharing docker containers externally, then a proxy manager will do the job for you, including your website.
51 replies
IImmich
•Created by Marvin Jérôme Stephan on 5/30/2023 in #help-desk-support
Access immich outside local network?
I’m not too familiar with Nginx configs myself, but I found a few examples that might help?
https://discord.com/channels/979116623879368755/1090700793855881298/1090704203757920346#
https://discord.com/channels/979116623879368755/994044917355663450/1090248211949682698
51 replies
IImmich
•Created by Marvin Jérôme Stephan on 5/30/2023 in #help-desk-support
Access immich outside local network?
Just want to make sure I direct you to the right next step
51 replies
IImmich
•Created by Marvin Jérôme Stephan on 5/30/2023 in #help-desk-support
Access immich outside local network?
Sorry, I’m having trouble understanding. What do you mean you’re already hosting your website using Nginx?
51 replies
IImmich
•Created by Marvin Jérôme Stephan on 5/30/2023 in #help-desk-support
Access immich outside local network?
There are quite a few proxy managers out there to choose from. I personally use a Nginx Proxy Manager because I haven’t put effort to make the switch to something else and the UI is easy to learn and use. Others might say Traefik— also a great option.
I’m going to assume you’re using Docker to run Immich? Check out this video tutorial that’ll show you how to set up Nginx Proxy Manager and share some of your containers with the world while simultaneously protecting with Cloudflare: https://youtu.be/fCJbw75DCZw
51 replies
IImmich
•Created by Marvin Jérôme Stephan on 5/30/2023 in #help-desk-support
Access immich outside local network?
Hi @Marvin Jérôme Stephan! Do you or are you using a reverse proxy to share Immich externally using your own subdomain?
51 replies
IImmich
•Created by DemonWarrior on 3/10/2023 in #help-desk-support
Adding Storage Pool to use Immich
Also, see https://github.com/immich-app/CLI/issues/65. Similar issue which was resolved by ensuring the CLI tool was up to date (docker method)
21 replies
IImmich
•Created by DemonWarrior on 3/10/2023 in #help-desk-support
Adding Storage Pool to use Immich
Cool, yeah, try from NPM. Saw the start of your command was
node bin/index.js
which is from source21 replies
IImmich
•Created by DemonWarrior on 3/10/2023 in #help-desk-support
Adding Storage Pool to use Immich
And have you tried using Immich CLI from an alternative route like Docker or NPM instead of from source?
21 replies
IImmich
•Created by DemonWarrior on 3/10/2023 in #help-desk-support
Adding Storage Pool to use Immich
It wouldn’t hurt
21 replies
IImmich
•Created by DemonWarrior on 3/10/2023 in #help-desk-support
Adding Storage Pool to use Immich
Where’s your docker compose?
21 replies
IImmich
•Created by sonder on 2/14/2023 in #help-desk-support
Bad gateway (error code 502)
Thanks for all your help guys! That did it for me. Increase the
proxy_buffer_size
in your Nginx config for the time being:
Cheers 🎉24 replies
IImmich
•Created by sonder on 2/14/2023 in #help-desk-support
Bad gateway (error code 502)
I have not set the
client_max_body_size
on NPM, however, just doing so does not make a difference. Hopefully I'm not misplacing that.
My setup is with the default docker-compose.yml
and example.env
file. Everything is genuinely untouched.
Visiting the web/proxy container through my local IP works just fine and presents no issues, but as soon as I go through a proxy, I encounter error 502.24 replies
IImmich
•Created by sonder on 2/14/2023 in #help-desk-support
Bad gateway (error code 502)
Clearing cookies and any website data for the domain temporarily resolves the problem, up until you close the tab and re-visit the website. Issue promptly occurs when reaching the leading slash
/photos
of the base domain (https://immich.server.io/photos)24 replies