June 19, 20233 yr Author 2 hours ago, SadRobot11 said: i don't get to enter new password, I immediately get the whole prompt above. In case it is important, the admin user is the only user on my nextcloud. There's no reason you should need to change password, if it doesn't work it's likely files aren't in the right places of there's a problem with the DB...
June 19, 20233 yr 10 minutes ago, Kilrah said: You can just change the repo in your existing template, it's the same container with some packages added so it'll be directly compatible. And yes the knex template is a bit messy with the paths... Okay, even if I understand them correctly, I can leave everything as it is and only change the source of in Docker nextcloud:latest to kilrah/nextcloud-ffmpeg:26.0 ?
June 20, 20233 yr 6 hours ago, Kilrah said: There's no reason you should need to change password, if it doesn't work it's likely files aren't in the right places of there's a problem with the DB... One thing I noticed is that when running occ commands the correct user was 99 instead of 33, but I don't see where this would be coming from. I did setup ownership for the data to 33 though and then I was able to get to the login page. Any idea if this could be the problem and how to fix it? A other thing is that when merging config files, I kept only some paths setup from new config, but replaced the instanceid and salt with info from LSIO config, was that a mistake? How to correctly merge config files?
June 20, 20233 yr Author 9 hours ago, SidM said: Okay, even if I understand them correctly, I can leave everything as it is and only change the source of in Docker nextcloud:latest to kilrah/nextcloud-ffmpeg:26.0 ? Would be kilrah/nextcloud-ffmpeg:26 if you want to stick to 26 as a major version
June 20, 20233 yr Author 3 hours ago, SadRobot11 said: One thing I noticed is that when running occ commands the correct user was 99 instead of 33, but I don't see where this would be coming from. The LSIO container uses 99:100 as file owner etc but this one uses 33:33 so owner need to be changed 3 hours ago, SadRobot11 said: A other thing is that when merging config files, I kept only some paths setup from new config, but replaced the instanceid and salt with info from LSIO config, was that a mistake? How to correctly merge config files? I think when I did it I just took the LSIO one as is as a start and changed what was needed in it.
June 20, 20233 yr I added variable PUID and PGID to Nextcloud-ffmpeg container and set both to 33, I ran chown on the container appdata to 33:33. Now at least occ commands run with user 33, but I still can't get past the login page in webui. It doesn't complain about wrong password (I don't know if nextcloud would throw some message in this case or not). It just resets the page when I try to log in.
June 20, 20233 yr @Kilrahmaybe I could start over the migration process from LSIO container. Do you have a guide on how to do that correctly?
June 20, 20233 yr Author No don't have a detailed guide, I believe when I did it I made 2 side by side installs and compared the folder contents to see what had to be moved where...
June 21, 20233 yr @Kilrah I have completely reinstalled Nexcloud--ffmpeg and MariaDB official as new planning to just populate new nextcloud data "naturally". And again I could not log in! Apparently this docker container webui doesn't work in firefox, as I checked and I can login in Edge. Is there some way to make it work in firefox?
June 21, 20233 yr Author Works fine in firefox here... I remember running into such an issue of getting back to the login page at some point with a test install months ago but can't recall what the issue was...
June 22, 20233 yr 20 hours ago, Kilrah said: Works fine in firefox here... I remember running into such an issue of getting back to the login page at some point with a test install months ago but can't recall what the issue was... Clearing cache has helped... Omg, I wasted so much time for so simple issue lol.
June 22, 20233 yr Author "latest" is now 27. I hate how nextcloud had no proper release protocol, last time I got a notification from both their forums and nextcloud itself that a new release was available but it took them a week to release the new Docker image, this time the image has been out for a week but nothing ever notified. Edited June 22, 20233 yr by Kilrah
June 23, 20233 yr Author I have 'overwriteprotocol' => 'https' in config, and NPM set to talk http to port 80.
June 24, 20233 yr Hello @Kilrah. I've been using Linuxrepository's Nextcloud container for a good month now, but just got stuck on the mp4 thumbnail generation issue and doing a research here in the forums, I came across your topic. This seems to fit the bill for me, but would it be possible to not lose my existing nextcloud config (users, passwords, files, permissions, apps, etc) and simply remove the existing linuxrepository container and install yours (by using all the same settings in the docker container as the ones uses on Linuxrepository's container)? Or would I have to get rid of everything and start from scratch (removing all my previous nextcloud appdata along with it)? Thanks!
June 24, 20233 yr Author Yes, both myself and @SadRobot11 just above have done so, there isn't a step by step guide though. Maybe they can help since they just did it, for me it was a year ago.
June 24, 20233 yr On 6/20/2023 at 7:48 AM, SidM said: Okay, even if I understand them correctly, I can leave everything as it is and only change the source of in Docker nextcloud:latest to kilrah/nextcloud-ffmpeg:26.0 ? Hello, @SidM. Seems like you're also on the same boat as me, and simply want to change to this container without losing any of your previous configs. Were you able to do so by simply modifying the source of the docker containers above or did you have to change anything else? Thanks!
June 24, 20233 yr Author They were on nextcloud-official, not linuxserver so yes just changing the repo was fine, for you it's not.
June 24, 20233 yr 1 hour ago, Kilrah said: They were on nextcloud-official, not linuxserver so yes just changing the repo was fine, for you it's not. I guess I'll wait for more responses here, then.
August 16, 20232 yr Good day! Unfortunately I've been having problems with Nextcloud since yesterday. I noticed it when I couldn't access my data with my iPhone. Then I just restarted Docker on my cell phone in the hope that it would help (of course not) Then I was so "clever" and updated the container because it showed me an update and also had the hope that it would work again. Then today I checked the log again while I was at rest on the PC. This is in the log: I've searched the internet up and down, but can't find a solution. However, the yellow message no longer appears in the LOG: Mariadb's log is also unremarkable: Where can and must I start? I'm very clueless right now.
August 16, 20232 yr Author Doesn't seem that either has an issue, but somehow your 2 containers can't talk to each other anymore. Did you do any networking changes?
August 16, 20232 yr How do they recognize that there is no communication between them? No, I did not make any changes to the network myself
August 16, 20232 yr Author 46 minutes ago, SidM said: How do they recognize that there is no communication between them? Well the "no route to host" was that the system returned there was no way to reach the host configured as mariadb server... Is it set by hostname or ip? Check nextcloud's appdata is there, and how the mariadb server is defined in the config.php file
August 16, 20232 yr I was just able to narrow down the error or make Nextcloud work for the time being. I switched the Nextcloud container from br:0 to bridge. (192.168.18.40) and host port 8222. In the Config.php I added the IP to the trusted_domains. In the Nginx proxy manager, I also switched the IP from my domain to the new IP. Now I have access again. That's nice at first, but it shouldn't stay like this. However, "Host access to user-defined networks" is still activated in the Docker settings. What could it be?
August 16, 20232 yr @Kilrah Thank you very much for your help. Nextcloud is running again as before! What was the mistake? I happened to see that my UPS was not accessible in IoBroker. In Unraid, however, this was accessible and also provided current data (Unraid is the APCDamon for IoBroker) That's why I restarted the server (I already had it yesterday) and then IoBroker reached the UPS again. So Nextcloud changed back to br:0 and put the Config.php back and now everything is running as it should. We had thunderstorms with power outage two days in a row. However, the server is supported by the UPS and is shut down in a controlled manner. So I can't explain the behavior other than a hiccup.🤷♂️🤷♂️
October 27, 20232 yr I was trying to get nextcloud-cron installed in unraid, and I linked it to my existing nextCloud install but was not working. I tried mapping the directories from the nextcloud container over to the nextcloud-cron conntainer but found that it tries to run php which does not even exist on the the nextcloud-cron container so how does this even work ?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.