Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Becksy

Members
  • Joined

  • Last visited

Everything posted by Becksy

  1. Also in my case the conection to the maria db container only worked if the container is called "mariadb". The Photprism docu says that the default hostname of the mariadb docker has to be "mariadb". I doenst know how to change this setting in the dockertemplate. In my case i had to named the mariadb docker "mariadb" (like in the linuxserver template. With "mariadb-official" (like in the official template) it didnt work. Today i made a clean reinstall of photoprism and i had to set up the password manually via terminal again. The password from i set up in the template doesnt worked. I dont tested the docker problem.
  2. okay thank you. i thought that i have to do all new. i hoped there is a trick
  3. Hi, i had a Problem starting movies with jellyfin and tried a fix permission. It doenst helped but a few minutes after the permissions are fixed my docker service stopped working with a Execution Error; Parameters. I scrubed the image, i restarted the server and the docker service, but it deosnt work. I get these error after changing a value in a template docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: exec: "/entrypoint.sh": permission denied: unknown. Atached is the diagnostic after starting a container BR Becksy unraid-diagnostics-20260402-2130.zip
  4. Yes. i figured it our at the by myselve at the weekend. I thought its relevant for connecting Ollama to the internet. After changing it to http://0.0.0.0:11434 everything worked like a charm :)
  5. Hi, i tried to use Ollama with paperless-ai and Open WebUi. But i cant connect them to Ollama. I ser up the IP:Port bur they is no connection. How i have to configure the docker so it would work? Best Regards Becksy
  6. I found the solution. I use the MariaDB-Official container. But Photoprism wants that the container identifies itself as mariadb. I think the mariadb-official container identifies itself as mariadb-official. The linuxserver Mariadb container works without problems. Maybe you can add a variable in the template to change the name manually. And i found a new problem. The initial admin password from the template doesnt work. I had to set a new one manually with the console.
  7. Hi, i have problems to connect the PhotoPrism container to MariaDB. My config is based like your comment in the template. DBUSER:DBPASSWORD@tcp(DBIP:DBPORT)/photoprism?parseTime=true My database is called photoprism. My logs shows this Error: time="2026-01-24T10:27:49+01:00" level=info msg="config: waiting for the database to become available I doenst work in host and bridge mode. Any Solutions?
  8. I think i have the solution. I checked the User rights. The folder i always used for testing has as Owner "nobody" and as rights "drwxr-xr-x". So now write acess for Group and Other I tested an other folder with Owner "root" and as rights "drwxrwxrwx" If i remenber correctly the folder with the wrong files are uploaded via ftp. Which settings are good for the folders? Need they root as Owner? Which user are used from eg jellyfin or are docker Guest user? And is my smb user part of the group or its an other user? And how i can change the standard rights for ftp upload?
  9. Sorry was on vacation. Right clock on the file in Windows exlorer and then rename it
  10. there are private. but my smb user has write access
  11. I tried the shares "Serien" and "Filme". Manually i can change names without problems. The problem is only if i use external software like Advanced Renamer
  12. okay, i made these diagnostics directly after trying to rename files with advanced renamer. unraid-diagnostics-20251112-1903.zip
  13. Its not working in 7.20 as well. Which part of diagnostics is relevant for smb? Advanced Renamaer has only an unkown Error.
  14. I am so confused too. I used it with Unraid 7.0. This evening i update to 7.2. Maybe it will work
  15. Hi, i used external Software Like Adanced Renamer or Tony media manger to rename Files on my Server via smb. But now IT doesnt Work anymore. I mounted my smb share as a Drive in Windows Explorer. I can Change the Name manually, but the Tools cant Change IT. The smb User hat write permissions. I dont know of i mounted the smb share as a Drive in the past. But today the Software cant Access only via mounted Drives. Any Idea, why its not working?
  16. Hi, i tried the Satisfactory Docker. I tried it to make it accesible to from outside. Is there a easy way ti make it possible? I tried a Cloudflare Tunnel. But i think i have to make some settings in the docker. BR Becksy Edit: I tried nginx and it seems to work :)
  17. Great thank you. Merry christmas
  18. No i havent. How i do that?
  19. Hi, i tried to access my unraid shares with the "Lokal" varaint from external storage app. And it doenst work. My path to one of my shares is for example /mnt/user/Movies. How i have to configure it? BR Becksy
  20. Hi, i have problems to start the zigbee2mgtt docker. This is my logfile [2024-11-23 14:02:44] info: zh:zstack:znp: Opening SerialPort with {"path":"/dev/serial/by-id/usb-Nabu_Casa_SkyConnect_v1.0_de7d00351092ed11a1f2ccd13b20a988-if00-port:/dev/ttyUSB0","baudRate":115200,"rtscts":true,"autoOpen":false} [2024-11-23 14:02:44] error: z2m: Error while starting zigbee-herdsman [2024-11-23 14:02:44] error: z2m: Failed to start zigbee [2024-11-23 14:02:44] error: z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start.html for possible solutions [2024-11-23 14:02:44] error: z2m: Exiting... [2024-11-23 14:02:44] error: z2m: Error: Error: No such file or directory, cannot open /dev/serial/by-id/usb-Nabu_Casa_SkyConnect_v1.0_de7d00351092ed11a1f2ccd13b20a988-if00-port:/dev/ttyUSB0 I tried as seriapath some variants: /dev/serial/by-id/usb-Nabu_Casa_SkyConnect_v1.0_de7d00351092ed11a1f2ccd13b20a988-if00-port:/dev/ttyUSB0 /dev/serial/by-id/usb-Nabu_Casa_SkyConnect_v1.0_de7d00351092ed11a1f2ccd13b20a988-if00-port:/dev/zigbee /dev/ttyUSB0 /dev/ttyUSB0:/dev/ttyUSB0 the adapter is the right one root@unraid:~# ls -l /dev/serial/by-id total 0 lrwxrwxrwx 1 root root 13 Nov 23 13:28 usb-Nabu_Casa_SkyConnect_v1.0_de7d00351092ed11a1f2ccd13b20a988-if00-port0 -> ../../ttyUSB0 root@unraid:~# ls -l /dev/ttyACM0 /bin/ls: cannot access '/dev/ttyACM0': No such file or directory root@unraid:~# ls -l /dev/ttyUSB0 crw-rw---- 1 root dialout 188, 0 Nov 23 13:28 /dev/ttyUSB0 Atm i use the Zigbee Stick in a Home Assistant docker. I stopped the docker and restartet unraid. So the Zigbeestick is nt used by other dockers, but it didnt help. Have anyone an idea to fix it?
  21. Hi, Ich habe die selben Probleme und auch ein Gigabyte Mainboard. Ich habe es mittlerweile aufgegeben. Es scheint am den Gigabyte Mainboards zu liegen. Also kaufe dir ein anderem Mainboard oder einen externe Controller. Sowas zb. https://shop.aquacomputer.de/Ueberwachung-und-Steuerung/QUADRO-und-OCTO/QUADRO-Lueftersteuerung-fuer-PWM-Luefter::3773.html Den dürftest du aber nicht über unraid kontrollieren können. Der macht alles selbst. Ich habe es selner nicht ausprobiert. Liebe Grüße Becksy

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.