-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Correct examples - fix known problems #1275
Comments
Thanks, I just ran into 5, 3 and 4 respectively. For 4, I'd still prefer to use the OnlyOffice separate docker but cannot seem to make it work. Got OO working finally. |
Same here, there should also be an example for that as well.
Could you give me your compose file + if changed nginx config? |
I'll chime in here that I've been running NextCloud in a docker-compose setup based on the with-nginx-proxy/mariadb-cron-redis/fpm arrangement for a while and have managed to keep it running over the years. However, some recent changes with the mobile app authentication (nextcloud/android#4786) have led me to revisit my compose in an attempt to fix -- and now I'm completely hosed with HSTS warning. It would be very helpful if the examples were solid so that I could use them as a basis for my setup. As they currently stand, I'm going to need to invest some serious time to dig out of this mess. |
I tried for hours and was unable to create a usable environment... |
Most of the above Issues in the overview have been addressed various ways. The examples have also been streamlined. There is still work to be done, but there are various Issues tracking existing known bugs as well as enhancement plans/ideas for the remaining examples. Closing this issue since there are no specific actionable items here (at least that aren't covered elsewhere). If you have further problems, please use the Nextcloud Help Forum - https://help.nextcloud.com - to troubleshoot, but feel free to report suspected bugs in new dedicated issues (for each bug) here. Existing (known/reported and unfixed) bugs can also found by searching the "examples" label: https://github.com/nextcloud/docker/issues?q=is%3Aopen+is%3Aissue+label%3Aexamples |
The first time to install nextcloud on docker using docker-compose and ran into multiple problems.
So let's have a look at the maxi-install example with nginx + letsencrypt, fpm, mariadb, redis, cron
So let's look at the problems a new noob like me had:
A docker-compose file should be a working easy install solution. We don't want everybody searching again for already known problems.
The text was updated successfully, but these errors were encountered: