-
Notifications
You must be signed in to change notification settings - Fork 611
Open
Description
READ FIRST:
App bugs:
For issues regarding an app (post installation), please report them in the related app forum. CapRover is simply an installation tool. Post installation bugs/issues should be redirected to the developer of the app.
Installation bugs:
For issues regarding the installation of the app:
Search in the Pull Request section, and find the pull request where the one click app was added to the repo and ask the original contributor if they can provide any help.
CapRover core team cannot provide support for apps that are added by contributors.
After installation of one-click-app I was not able to access iredadmin panel. After research I found that there is a problem with nginx configuration.
- app was listening on port 8080 (proxy_pass http://0.0.0.0:8080/) - but there was nothing
- app was listening for proxy_pass, when uwsgi app was running (proxy_pass must be replased with uwsgi_pass)
- static files were not proxified as should
I have created a PR, but
niktverd@niktverd-osx one-click-apps % git push --set-upstream origin update_iredmail_nginx
ERROR: {"auth_status":"access_denied_to_user","body":"Permission to caprover/one-click-apps.git denied to niktverd."}
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.

Metadata
Metadata
Assignees
Labels
No labels