Aktueller Inhalt von DaveR

  • Ab sofort steht euch hier im Forum die neue Add-on Verwaltung zur Verfügung – eine zentrale Plattform für alles rund um Erweiterungen und Add-ons für den DSM.

    Damit haben wir einen Ort, an dem Lösungen von Nutzern mit der Community geteilt werden können. Über die Team Funktion können Projekte auch gemeinsam gepflegt werden.

    Was die Add-on Verwaltung kann und wie es funktioniert findet Ihr hier

    Hier geht es zu den Add-ons

  1. DaveR

    I built my own 3rd Party Synology Package Repository

    I've got some logging setup for country and Synology model. This is just from the last 9 hours. -------- Countries (last 9 hours) -------- DE 73 US 29 NL 15 RU 12 GB 12 CH 10 CZ 10 FR 9 HK 8 CA 8 IT 4 KR 4 DK 3 ES...
  2. DaveR

    I built my own 3rd Party Synology Package Repository

    I can only see the following information in the logs: Synology model. CPU arch. DSM version. Language. Timezone. If they have beta packages enabled. Apparently I can set it up to log IP addresses if the DNS server the request came from isn't 1.1.1.1 I can see that there has been 5,150...
  3. DaveR

    I built my own 3rd Party Synology Package Repository

    spk download count changes from last week. Task Scheduler has completed a scheduled task. Task: Spk Downloads Start time: Mon, 04 May 2026 00:00:01 +1000 Stop time: Mon, 04 May 2026 00:00:14 +1000 Current status: 0 (Normal) Standard output/error: -------- Download Count 2026-05-04...
  4. DaveR

    I built my own 3rd Party Synology Package Repository

    I'm happy with how it looks and behaves now.
  5. DaveR

    I built my own 3rd Party Synology Package Repository

    If you have changed to the test server you can change back to the main server. https://spkrepo.007daver.workers.dev/
  6. DaveR

    I built my own 3rd Party Synology Package Repository

    That's fixed it. root@DS925plus:~# curl -fsSL --globoff --range 0-3145727 "https://github.com/geimist/synOCR/releases/download/v1.5.99.4-beta/synOCR_DSM7_v1.5.99.4.spk" | tar -xOf - "INFO" 2>/dev/null | grep -E '^(package|displayname)' package="synOCR" displayname="synOCR beta"...
  7. DaveR

    I built my own 3rd Party Synology Package Repository

    You need build the spk file again. My package source reads the INFO file from inside the spk file.
  8. DaveR

    I built my own 3rd Party Synology Package Repository

    They aren't separate packages if package="synOCR" is the same in both beta and stable versions. It's just the displayname that appears in package center that needs to show it's a beta/pre-release package (because package center only shows the [BETA] after it's been installed. Change the...
  9. DaveR

    I built my own 3rd Party Synology Package Repository

    That would be because at 2 AM UTC the GitHub workflow replaced the manual edit I made to index.json so the beta and stable versions were shown as separate packages (until you installed the beta version then it got messy). This should be fixed shortly. I just need to test it a bit. Showing both...
  10. DaveR

    I built my own 3rd Party Synology Package Repository

    I've made some progress while manually editing the package source's package index.
  11. DaveR

    I built my own 3rd Party Synology Package Repository

    So you could see both the stable and beta versions of your package at the same time in the Community section? Did CPHub include DSM 7 packages? Did both stable and beta package versions show at the same time in the Community section for DSM 7? SynoCommunity's GitHub spksrc repo's readme says...
  12. DaveR

    I built my own 3rd Party Synology Package Repository

    From my testing yesterday having beta=yes caused neither package version to show in the Community section. But now that I have my package server returning the beta/pre-release package version if package center asks for "channel=beta" and returning the stable package version if package center...
  13. DaveR

    I built my own 3rd Party Synology Package Repository

    No trouble. I needed something to do, and making my package source support beta packages seemed like a good idea. That cphub post sounds like they had 2 package channels. A stable channel and a beta channel. Do you know if beta packages from cphub appeared in the Beta Packages section of...
  14. DaveR

    Symlink/Verknüpfungen erstellen für Plex

    "synouser" is a command that's included in DSM. I'm not an expert on sudoers but that emby post is overwriting the existing sudoers and basically deleting the default wheel group lines and changing administrator's to not need a password!?!?! And you don't need to do that for WinSCP or PuTTY.
  15. DaveR

    Symlink/Verknüpfungen erstellen für Plex

    You want to set the root password to your admin password.