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.

faxxe71

Members
  • Joined

  • Last visited

  1. I had a similar issue when 7.3.x came up and i had to add this key to the frigate docker: -faxxe
  2. Entschuldige die unklare Beschreibung: Ich hab jedes Update am Server durchgeführt außer 7.3.0. Wo ich beim Erstellen des TM Backups im Nov.2024 war, weiß ich nicht mehr. Aber zu 99.9% auf der zu dieser Zeit aktuellen Version von Unraid. Nach Erscheinen der 7.3.1, habe ich von 7.2.7 auf diese aktuellste Version das Update durchgeführt. Incl nun booten von internen NVME Disks bin ich nuin auf 7.3.1 Möglicherweise ist mein TM Backup aus 11/2024 sogar noch auf einer 6.x.x erstellt worden (chatgpt meint das zu dieser Zeit noch 6. aktuell war). Ich habe gerade ein 10 MB pdf am Desktop von Dez 2024 testweise wieder hergestellt. Also ich denke, das Backup ist fehlerfrei.
  3. Es ist schon irgendwie merkwürdig und hilft euch auch wenig aber ich hatte außer 7.3.0 sämtliche Versionen laufen und auf beiden Macs nie Probleme mit den TM Backups. Das TM Backup habe ich Ende 2024 eingerichtet und es ist lesbar. Zwar kommt manchmal im Unraid Log ein Eintrag sinngemäß mit einem Sparse Bundle blabla Error irgendwas aber macOS meint trotzdem, das immer alle Backups erfolgreich waren.
  4. That worked for me. Customize it to fit your data I used it in Docker Compose on Unraid, and it worked. It comes from the Synology NAS guide available here: SparkyFitness on Your Synology NAS services: sparkyfitness-db: image: postgres:15-alpine container_name: SparkyFitness-DB hostname: sparkyfitness-db security_opt: - no-new-privileges:true environment: POSTGRES_DB: sparky POSTGRES_USER: sparkyuser POSTGRES_PASSWORD: sparkypass volumes: - /mnt/cache_ssd/dockers/fitness/sparkyfitnessdb:/var/lib/postgresql/data:rw restart: on-failure:5 sparkyfitness-web: image: codewithcj/sparkyfitness:latest container_name: SparkyFitness-WEB ports: - 13003:80 depends_on: - sparkyfitness-server restart: on-failure:5 sparkyfitness-server: image: codewithcj/sparkyfitness_server:latest container_name: SparkyFitness-SERVER environment: SPARKY_FITNESS_LOG_LEVEL: INFO SPARKY_FITNESS_APP_DB_USER: sparkyuser SPARKY_FITNESS_APP_DB_PASSWORD: sparkypass SPARKY_FITNESS_DB_USER: sparkyuser SPARKY_FITNESS_DB_PASSWORD: sparkypass SPARKY_FITNESS_DB_HOST: sparkyfitness-db SPARKY_FITNESS_DB_NAME: sparky SPARKY_FITNESS_DB_PORT: 5432 SPARKY_FITNESS_SERVER_PORT: 3010 SPARKY_FITNESS_EXTRA_TRUSTED_ORIGINS: "*" ALLOW_PRIVATE_NETWORK_CORS: true NODE_ENV: production TZ: Europe/Bucharest SPARKY_FITNESS_API_ENCRYPTION_KEY: 8b21ebe710cd46d4894f463264480f78fbf864b2ff0ee106b8d63ad434476eae JWT_SECRET: mVql49lpEas2imJWcNPKnbfLsWrfoh7rAyCiNRXEz7g= BETTER_AUTH_SECRET: mVql49lpEas2imJWcNPKnbfLsWrfoh7rAyCiNRXEz7g= SPARKY_FITNESS_FRONTEND_URL: https://*****.your.site.com********* SPARKY_FITNESS_DISABLE_SIGNUP: false #or true to Disable Sign Up after first registration. ports: - 4059:3010 depends_on: - sparkyfitness-db restart: on-failure:5
  5. if i try to scan my media folder i got this message: 404This page could not be found.
  6. Ich hab in powertop bei den 4 dummy ports "BAD" stehen. Eigentlich nachvollziehbar aber warum gibt es dummy ports?Ich hab nur die 4 ports am Mainboard. Keinen zusätlichen Controller o.ä. -faxxe May 13 05:18:03 Raider kernel: ata1: DUMMY May 13 05:18:03 Raider kernel: ata2: DUMMY May 13 05:18:03 Raider kernel: ata3: DUMMY May 13 05:18:03 Raider kernel: ata4: DUMMY May 13 05:18:03 Raider kernel: ata5: SATA max UDMA/133 abar m2048@0x85702000 port 0x85702300 irq 146 lpm-pol 0 May 13 05:18:03 Raider kernel: ata6: SATA max UDMA/133 abar m2048@0x85702000 port 0x85702380 irq 146 lpm-pol 0 May 13 05:18:03 Raider kernel: ata7: SATA max UDMA/133 abar m2048@0x85702000 port 0x85702400 irq 146 lpm-pol 0 May 13 05:18:03 Raider kernel: ata8: SATA max UDMA/133 abar m2048@0x85702000 port 0x85702480 irq 146 lpm-pol 0
  7. Danke, aber ist das die Lösung oder die Ursache? Man müsste den Kernel mit den geänderten Parametern neu kompilieren und dann mit diesen Bootparametern starten? Klingt nicht nach Tätigkeiten für mich gewöhnlichen User 🫣 -faxxe
  8. I briefly tried 7.2.5, but I ran into some Docker issues. So I went back to 7.2.4 and am now on 7.3.0. The upgrade went almost flawlessly. Only one Docker instance was thrown off by the time zone setting. Otherwise, it’s been stable for over 24 hours. -faxxe
  9. I also had connection issues for a long time, and adding these two additional flags to the Collabora Docker configuration was the solution for me. The first entry is the web address of your personal Nextcloud domain name. Note the syntax with a backslash (\) in between. And the second entry is the domain name of your personal Collabora server address.
  10. Auch hier mit 7.2.6 Ich denke, bei mir hängen da die ST16000NM001G-2K 16TB Exos dran Irgendwas is immer ☹️ -faxxe
  11. I also had too many glitches with 7.2.5, so I went back to 7.2.4. I was able to do it without any problems using the “OS Downgrade” menu option. -faxxe
  12. 7.2.4->7.2.5: The three Docker containers essential for Nextcloud—which I built and ran using the docker-compose plugin—stopped starting. Despite multiple attempts to rebuild them, it seems that some old IDs in the Docker database were the cause of the problem. I then deleted all 34 Docker containers and reinstalled them. Now they’re all running again.
  13. Das sind meine SMB Einstellungen bei 7.2.3 interfaces = 10.80.51.254 bind interfaces only = no server multi channel support = no server min protocol = SMB2 server max protocol = SMB3 vfs objects = catia fruit streams_xattr fruit:metadata = stream fruit:posix_rename = yes fruit:loglevel = 1 veto files = /._*/.DS_Store/ aio read size = 1 aio write size = 1 strict locking = No use sendfile = No -faxxe
  14. Auch hier läuft es am Mac Studio ohne Probleme. -faxxe
  15. This system has been running without problems for over two years, but since version 7.2.3, a worrying message has appeared about five times: Jan 1 22:54:54 Raider kernel: r8125: eth0: link down Jan 1 22:54:54 Raider kernel: br0: port 1(eth0) entered disabled state Jan 1 22:54:57 Raider kernel: r8125: eth0: link up Jan 1 22:54:57 Raider kernel: br0: port 1(eth0) entered blocking state Jan 1 22:54:57 Raider kernel: br0: port 1(eth0) entered forwarding state It appears that the eth:0 LAN port disappeared for about 3 seconds. I thought it was due to the cable or port on the switch, but even replacing the cable didn't help. The strange thing is that this message has appeared about 5 times since the 7.2.3 update, with several days in between. It seems to be a very rare occurrence. However, it never happened before 7.2.3. It's so rare that it will probably be extremely difficult to find the cause. If you have any ideas, please let me know. BR raider-diagnostics-20260102-1438.zip

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.