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.

alturismo

Moderators
  • Joined

  • Last visited

Everything posted by alturismo

  1. wie erwartet, du kannst die Einträge aus NPM dafür entfernen, haben nichts damit zu tun ;) und dass der Port angegeben werden muss ... klar ;) denke das kam durch die Ungewissheit weil du meintest der NPM regelt das, aber der ist da komplett außen vor ...
  2. wenn du einen NPM (reverse Proxy) nutzt, brauchst du keine App ports freigeben, außer du verbindest dich direkt damit ... da du jetzt auch noch (warum auch immer) deine LAN Adressen hier maskierst ... wird es schwerer zu helfen ;) Info, damit kann niemand etwas anfangen ... und ob minecraft Server Docker wirklich http nutzt wage ich zu bezweifeln ... daher wäre der NPM eh sinnfrei. denke eher du hast da zwar was eingerichtet, wird aber eh nicht genutzt. Bsp. in deiner Szenario Fritz port forward 25565 <> 25565 >> Unraid IP Fritz port forward 25566 <> 25566 >> Unraid IP damit solltest du deine 2 unterschiedlichen Server erreichen sofern diese das auch sind ... in deinem screen da oben ist was von ftbdirewolf auf port 25566 ... wenn dass das ist ... dann wie beschrieben. ein screenshot der Fritz Port Regeln wäre da hilfreicher ... und bzgl. NPM (reverse proxy), der managed nut HTTP traffic und gameserver nutzen meist TCP, daher auch die benötigten Port Freigaben, du kannst dann per IP oder jeglichem Hostname welcher auf deine WAN IP weist zugreifen ... NPM wäre für http/s traffic auf port 80 / 443 only ...
  3. well, i can say my Nvidia is working nice on v7 here, but im not using it for plex (intel igpu) and i dont use channelsdvr ... what i can say, if the NV cards would have issues overall, the proper NV plugin Thread would be flooded ... which it aint is and there are thousands of users which are using it ;) so may rather check your diagnostics and may try some other docker to clear out issues ... sample, plex official instead.
  4. den Port welchen du ansprechen willst ... ich nutze das nicht, aber lass uns mal schauen ... wenn es beispielsweise der Docker wäre dann sind das die nativen ports, in dem Fall gleichlautend hast du mehrere Netzwerkkarten verbaut und lässt diese in einem Verbund laufen ? wenn ja, klar, wenn Nein, ist das sinnfrei ... aber sollte auch gehen da dein "Verbund" halt aus einer Karte besteht ;) es tut halt nichts zur Sache im Zusammenhang mit macvlan usw ... ob oder ob nicht, siehe Anmerkung.
  5. das hat nicht smit bond0 am Hut ... ein bond benutzt man wenn mehrere Netzwerkkarten im Einsatz sind ... Das Thema ist "veraltet", bridging kann wieder aktiviert werden, sprich, Standard, aber geht auch so ... ;) Template Ports sind dann "obsolet", sprich, haben keine Auswirkung mehr ... bei "custom" mit eigener IP sind alle Ports straight offen und nativ anzusprechen, daher auch die Anzeige "alle Ports" in der Übersicht, sprich, ja, ist korrekt so. gar nicht per se ... ;) Idee aus dem Terminal als Beispiel ...Name, IP, mac ... docker ps -q | while read id; do docker inspect --format '{{.Name}} - IP: {{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}} - MAC: {{range .NetworkSettings.Networks}}{{.MacAddress}}{{end}}' "$id" done /lazylibrarian - IP: 192.168.1.78 - MAC: 02:42:c0:a8:01:4e /homeassistant - IP: 192.168.1.95 - MAC: 02:42:c0:a8:01:5f /redis - IP: 192.168.1.97 - MAC: 02:42:c0:a8:01:61 /swag - IP: 192.168.1.83 - MAC: 02:42:c0:a8:01:53 /nextcloud - IP: 192.168.1.84 - MAC: 02:42:c0:a8:01:54 /mariadb - IP: 192.168.1.99 - MAC: 02:42:c0:a8:01:63 /calibre-web - IP: 192.168.1.62 - MAC: 02:42... ... .. .
  6. and you also checked the jelly settings ? GitHubdocumentation/docker/faq/jellyfin.md at master · binhex/d...Documentation for software located in the binhex repositories. - binhex/documentation
  7. here you see as sample ... i almost only use cache pool Shares ... and how its setup so Shares like this only reside on cache pool and wont spinup any disks in array
  8. sure, it will then create a Share (automatically), set this to cache primary, none secondary (cache only mode) and files will reside there only and wont trigger a disk spinup ... also you can create the Share with these settings and it ll create your folder anyway ;) but, array must be started if thats the story behind "offline" mode ... cache wont be mounted without array start.
  9. i never preclear a disc ... so definately the wrong person to ask ;)
  10. already on todo here, so yes, will come
  11. sorry, but mtime is way more triggered then atime ... and when i scan a lib in plex, atime is not updated here ? on tne other side, mtime is updated always when i do "something" ... lets keep this up to may build a folder list with timestamp instead, even i cant reproduce it ...
  12. nope ... exactly, the blockdev is "old" ... something like 512 Byte blocks, so its basically the same ;)
  13. und mach hierfür besser zumindest einen eigenen Thread auf ... und wenn released, einen support Thread ;) Merci
  14. wenn wir schon dabei sind, plugin "cache mover" von mir, läuft mit plex, emby, jelly oder "allgemein" um Mediadaten 1/ zu cachen (von array zu cache kopieren) 2/ live zu switchen, daher auch für Filme interessant 3/ benötigt auch keine "watchlist" inklusive "Dialog" mit mover tuning um die zu excluden (elementar wenn mover genutzt wird).
  15. as i personally only use xfs ... nope, my personal experience with btrfs is not really good, do that would be the last choice ... i always recommend xfs only. and your setup is fast enough to stream some video files ... i still dont think thats the point, but nevertheless ... if that helps you, put your 2 liner in a user script and you good to go ;)
  16. nope, always used stat access time (nevermind which app triigered ...) seems you already figured some app/s which caused it, in your case sonarr, radarr, ... something else still ... i can confirm that here at least Plex aint doing anything as its working as expected. so in the current state, no, access time (and i chosen that one already as Unraid as sample never touches access time) is the way this plugin is working, i may consider to build a own database for the plugin ... but thats not in current planning, just debugging the current changes to come ... so rather take a look what could cause modify your atime on media folders ... thanks for the feedback
  17. install the plugin called user scripts, may read page 1 ogf the plugin thread (documentation) easy as, add a new script, give it a name, enter the command you are using to change your value, save it, set timer to "1st array start", thats it. to be honest, i cant imaging that increasing the read ahead ... is the solution for your issue, if it helps now, ok, but very strange then ...
  18. perfect, enjoy now ;)
  19. actually im running many VM's on different systems without any issues ... standard, gvt-g, sr-iov and vfio passthrough ... so no, i wouldnt say there is a bug as then this forum would be flooded ... may also try to wipe the libvirt image and redo that one (vm service stop / delete / vm service start), may that helps too ...
  20. gerne wenn ein Server "hart" ausgeschaltet wurde während die DB aktiv war ... oder (leider) auch gerne wenn btrfs mal nen Schluckauf hatte (sofern appdata auf einem btrfs pool liegt).
  21. not really clear, this also happens when you as sample try to create a VM via Form ? not only when you try to just copy / paste some xml code ? one thing i would consider, your target Share Name ... "VM's" ... special character like this ... not really a good choice, may try renaming or test with standard "domains". from your logs there is nothing to see for me besides thousands of lines from docker/s restarting ... may also take a look there which docker is constantly restarting, makes no real fun looking through your logs like this ... ;)
  22. sollte auch nicht sein, mal selbst ins log geschaut ? oder ne diagnostics hier hochladen
  23. nächste Schritte wären jetzt, syslog to flash aktivieren (etwas größere Chance das etwas im log landet) und nach einem Crash eine diagnostics hier hochladen.
  24. du nutzt nur bridge, daher normal "egal" ... wäre in den erweiterten docker settings deine Entscheidung ;) Uploading Attachment... wie der Name sagt, Bündelung ... du hast nur 1 Netzwerkkarte aktiv, daher deaktivieren.
  25. in den Netzwerk Einstellungen ... das ist bisher unbeantwortet ...

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.