-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Has anybody been able to actually run this? #2018
Comments
There seem to be several issues with the ports.
The UI should be then accessible at |
3000 and 8000/8080 ports are industry standards for frontend and backend for use in development/local environment's. In fact they are the defaults for nextjs - the framework this project is built on. If you decide to self host this with other self-hosted applications, in a non-isolated environment/network, then you should have the knowledge - or at least the commonsense, to google "how to change port in docker compose file" - before blaming the project. If you are looking to run multiple application's on the same device/network, then I would suggest setting up a reverse proxy, and potentially a DNS resolver for your local/private IPs to resolve to actual hostnames - dnsmasq is a good example. For an automated example of a reverse proxy you can combine with dnsmasq to centrally manage your network is https://github.com/nginx-proxy/nginx-proxy |
Thank you very much for your help, these settings made it work inside my network. 👍 I'm still having trouble with my profile picture and PDF appearance / export, access to those is denied for some reason. But it seems like I'm not the only person with those issues.
Too bad you never read my post. I never doubted well-known industry standards that I've been successfully using myself for years. Especially 9000 is a standard for Portainer, which makes it somewhat of a head scratcher to use that in a setup that will be used with Portainer by a large group of potential users. Going by the currently 17 proxy hosts on my NGINX Proxy Manager instance, I seem to be able to use common sense and Google just fine when information is actually available. |
Hi @OddSquirrel , I just posted a PR to hopefully make it easier to start things up once the config files are set up. You have more experience with Docker than me; any suggestions for improvements would be greatly appreciated! |
Hi everyone, I have stumbled across this post on the search for answers for the problems I am having to make this self-hosted run myself. After all, there is currently a open bug in regards to showing profile pictures: #1077 and more severely #1664 However I will post my incomplete works here for posterity and that someone else might build upon it.
The .env file would then have entries like the following example:
So in general the values seem to take effect, however some things are not working.
I am not sure what is happening there or how to debug that. So for now I am giving up on self-hosting this promising reactive resume and hope that maybe soon someone will fix those shortcomings I mentioned here. Feel free to point out any error I may have made in my attempt for a better docker compose file (since I am no expert on the matter but a mere beginner) PS: There seem to be more secrets used in MinIO that are not explicittly specified in the docker compose. I am not sure if they are needed, but in general I would really prefer if any secret could be explicittly changeable. I gave up though before I got to them ;) |
The very third statement says |
Hi there,
so, I'm not a real Docker pro, but so far I've managed to spin up 15 stacks that ran beautiful right from the start or required minimal meddling with ports if already taken by another container. But, honestly, this is the most convoluted installation process I've come across over the years.
It kind of starts with "The platform is extremely user-friendly and can be self-hosted in less than 30 seconds" after which you need to search high and low for the compose file in the first place.
And, for whatever reason, the author elected to choose a port for minio that is already in use by anybody running Portainer, which should be many, so ports need changing. I also run another browserless image for changedetection.io, so both ports needed to be switched over. This is the compose file I ended up with:
There aren't any errors shown in the respective container logs, but I can't reach any of the services. Both
http://<portainer-ip>:3002
andhttp://<portainer-ip>:3003
just give meERR_CONNECTION_REFUSED
in my browser.I would be absolutely thrilled if somebody could help me out.
Thanks! 😊
The text was updated successfully, but these errors were encountered: