Everything posted by Fred-Unraid
-
[Support] Catduck Templates
Hi, how do I unlock my account? I reset the password via email - still locked. Checked FAQ and used this command: docker exec -it mealie bash python /opt/mealie/lib/python3.12/site-packages/reset_locked_users.py Throws me an error: python: can't open file '/opt/mealie/lib/python3.12/site-packages/reset_locked_users.py': [Errno 2] No such file or directory Problem is not to change the password but to unlock the account. This command however works: docker exec -it mealie bash python /opt/mealie/lib/python3.12/site-packages/mealie/scripts/change_password.py Navigated to the path and there is change_password.py but no reset_locked_users.py @crankyCowboy had the same issue, see his post above. He just waited over night to unlock but this cannot be the only solution, right?
-
[Support] borgmatic
Thanks @PeteBa, I have been playing around with the template and added another path to map a mount point on Unraid, but hadn't set Access Mode to "read/write -shared" nor changed the permissions with chmod. Now I am happily mounting away 🙂 . Appreciate your help!
-
[Support] borgmatic
Ok, I figured it out, I just have to provide a container path as mount point. So I used this command: borgmatic mount --archive latest --mount-point /media/restore I can now navigate to this directory in the container terminal and look through the files I had backed up. Nice, but how do I copy a file to a destination outside the container? I cant copy to anything on /mnt/user because that's a read only path. Wouldn't it be easier and more convenient to mount the archive to a path outside the container? So I could use the Unraid GUI to navigate the files and copy/restore what I need. I know I am lacking fundamental knowledge how this works and would highly appreciate if someone explained what I am doing wrong here. Thanks, Fred
-
[Support] borgmatic
Hi, Got borgmatic installed (cache and repo on /mnt/disks/...), initiated a repo and created a test archive, now mount throws me an error: borgmatic mount --archive latest --mount-point /dev/fuse Did not change the Docker template and default is I have read all posts here but I am not getting it. Please help a noob. What do I need to change to fix this?
-
[Support] knex666 - Nextcloud
Got the docker nextcloud up and running until I messed around and tried turning on Tailscale. Since then I cant access the WebGUI anymore: internal server error. How do I reverse my srew up? As I don't quite know where to begin, please point me in the right direction. Appreciate your help. Found this error message in the nextcloud log file: Failed to connect to the database: An exception occurred in the driver: SQLSTATE[HY000] [2002] Connection refused That's a pointer, right? Please... Thanks, Fred