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.

Huede82

Members
  • Joined

  • Last visited

  1. Hello, I have a user script which works fine in the user script plugin. But is there somehow a possibility to have a quick link to start this script via the browser? I tried about a self hosted page, but then I had problems with the correct rights. The script itself is cleaning up a download folder - moving and deleting files. Thanks in advance
  2. Hello I use duckdns and Nginx-Proxy-Manager. I can connect with and without SSL to my server. But as soon as I am connected via the reverse proxy (not via the local IP) I see no live graphs on the Dashboard. And also when you update a docker, those update menus / popups are not shown. Any idea what I can change? Thanks in advance
  3. I have a similar problem. Sabnzbd is creating folders / files the have the owner nobodym and so vie SMB share I am not able to modify this files. maybbe its a similar problem?
  4. I have delted all in the folder. Restarted the Docker. Then I was able to test one movie where I had the transcoding issues. now I see this codecs in the folder. But, as I re-tried I had the same issue again....
  5. Hi I moved unraid to a system with an intel Core i5 And still I have transcoding issues for/with EAC3 OPUS is this a plex problem or a configuration problem?
  6. Thousand time Thanks, had the same issue with an ROG STRIX B760, with Fast Boot enabled and no display connected it did not boot... WTF....
  7. Das klingt zu einfach... muss ich beim mounten von USB was beachten?
  8. Grüss euch, ich hab so nen Intel N100 Mini PC N6000 mit ner kleinen 128GB SSD, dort läuft mein Plex drauf und auch Immich. unraid hab ich laufen, weil meine Synology NAS leistungstechnisch schwächelt. WIE kann ich die SSD gegen eine Grössere tauschen ohne Daten zu verlieren bzw alles neu installieren zu müssen? Vielen Dank schon mal
  9. Grüss euch, was ich habe: Ich habe jetzt ein paar Bash scripte die mit dem User script Plugin problemlos ausgeführt werden können. Das Script überprüft einen ordner und fügt den Inhalt dann Immich hinzu. Das läuft seit Wochen Stabil. meine Idee: mit ngnix und Apache php eine kleine Seite hosten, mit ein paar Buttons, und jeder Button führt ein anderes Script aus. Wenn ich jetzt das SELBE Script unter /mnt/user/appdate/meine_scripts ablege und mit chmod +x ausführbar mache. Und per PHP mit diesem Aufruf Starte: <?php if ($_SERVER['REQUEST_METHOD'] === 'POST') { // Hier den Pfad zu deinem Bash-Skript angeben $output = shell_exec('/bin/bash /mnt/user/appdata/meine_scripts/execute_immich_script.sh 2>&1'); echo "Immich Mobile Sync Script gestartet! Ausgabe: \n\n$output"; } else { echo "Ungültige Anfrage."; } ?> Habe ich das Problem, dass das Script scheinbar nicht auf den Immich Docker zugreifen kann. das ist das Script (key geändert) #!/bin/bash # Pfad zum übergeordneten Ordner base_folder="/mnt/remotes/192.168.2.30_homes/Huede82/Mobile_Sync/" # Docker-Container Name (ersetze falls nötig) docker_container="immich" # Immich Login Key und Server-URL immich_server="http://192.168.2.10:28080" login_key="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" # Authentifizierung im Docker-Container echo "Authentifizieren bei Immich..." docker exec "$docker_container" immich login-key "$immich_server" "$login_key" if [ $? -ne 0 ]; then echo "Fehler bei der Authentifizierung. Beende das Skript." exit 1 fi echo "Erfolgreich authentifiziert." # Alle Ordner im Verzeichnis durchsuchen, die nicht mit "." beginnen for folder_name in "$base_folder"*/; do # Entferne den Schrägstrich am Ende des Ordnernamens folder_name=$(basename "$folder_name") # Ignoriere Ordner, die mit einem Punkt beginnen if [[ "$folder_name" == .* ]]; then continue fi # Befehl für immich erstellen echo "Hochladen von Ordner: $folder_name" docker exec "$docker_container" immich upload --album-name "Mobile Sync $folder_name" "/Mobile_Sync/$folder_name" if [ $? -ne 0 ]; then echo "Fehler beim Hochladen des Ordners $folder_name" else echo "Erfolgreich hochgeladen: $folder_name" fi done Vielen Dank für hilfe / Ratschläge. Ps. von der Console gestartet funktioniert das Script auch, nur eben nicht via Browser / php. Ich Bitte um ne detailierte Hilfe, da ich mit meinem Linux anfänger Kentnissen am Ende bin. Danke
  10. ich hab den startup weiter vrezögert, jetzt trat der fehler nicht mehr auf, werde es weiter beobachten. danke schonmal
  11. das ist der Log nach unraid neustart: [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 40-plex-first-run: executing... [cont-init.d] 40-plex-first-run: exited 0. [cont-init.d] 45-plex-hw-transcode-and-connected-tuner: executing... [cont-init.d] 45-plex-hw-transcode-and-connected-tuner: exited 0. [cont-init.d] 50-plex-update: executing... [cont-init.d] 50-plex-update: exited 0. [cont-init.d] done. [services.d] starting services Starting Plex Media Server. [services.d] done. Critical: libusb_init failed -> Plex menus funktionieren, aber wenn man filme staren will kommt die meldung das der Pfad nicht verfügbar ist.... plex neustart dann dieses log: Stopping Plex Media Server. [cont-finish.d] executing container finish scripts... [cont-finish.d] done. [s6-finish] waiting for services. [s6-finish] sending all processes the TERM signal. [s6-finish] sending all processes the KILL signal and exiting. [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 40-plex-first-run: executing... [cont-init.d] 40-plex-first-run: exited 0. [cont-init.d] 45-plex-hw-transcode-and-connected-tuner: executing... [cont-init.d] 45-plex-hw-transcode-and-connected-tuner: exited 0. [cont-init.d] 50-plex-update: executing... [cont-init.d] 50-plex-update: exited 0. [cont-init.d] done. [services.d] starting services Starting Plex Media Server. [services.d] done. Critical: libusb_init failed
  12. Huede82 joined the community
  13. Grüss euch, mir ist aufgefallen das Plex nach einem neustart von unraid zwar "läuft" also übers web erreccihbar ist und auch die Libraries anzeigt aber kein Film gestartet werden kann. Wenn ich den plex container neu starte läuft es. und das ist nur nach neustart von unraid.... Plex ist nicht der erste container der gestaret wird, ich warte schon extra 20sek bis plex startet. Vielen Dank für Tips

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.