Suchergebnisse

  • 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

    UGREEN NASync - Konkurrenz für Synology?

    I'm still waiting for the test NAS UGREEN offered me 10 months ago :( The only models available in Australia are the DH4300 Plus and DS2300...
  2. DaveR

    File Station 1.4.3-1610

    Strange that there's no release notes and it's only available for x86_64 models running DSM 7.3.x. The build number has only increased by 1 so it looks like Synology may have just fixed a typo. There were also other new package versions released. [New Versions Online] ContainerManager...
  3. 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...
  4. 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...
  5. 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...
  6. DaveR

    I built my own 3rd Party Synology Package Repository

    I'm happy with how it looks and behaves now.
  7. 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/
  8. 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"...
  9. 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.
  10. 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...
  11. 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...
  12. DaveR

    I built my own 3rd Party Synology Package Repository

    I've made some progress while manually editing the package source's package index.
  13. 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...
  14. 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...
  15. 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...
  16. 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.
  17. DaveR

    Symlink/Verknüpfungen erstellen für Plex

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

    I built my own 3rd Party Synology Package Repository

    Okay, I was unable to get both your synOCR 1.5.2 and synOCR 1.5.99.3-BETA to show in package center. In fact I managed to make them both disappear from package center! After almost 7 hours of reverse engineering package center (with claude's help) I worked out that: Package Center will only...
  19. DaveR

    I built my own 3rd Party Synology Package Repository

    I hadn't even considered beta versions. :oops: Currently it (incorrectly) assumes all spk files in the latest release a not beta, and it only gets the list of spk files from the latest release. I've updated the GitHub workflow to read the beta value from the spk's INFO file. I've also updated...
  20. DaveR

    Symlink/Verknüpfungen erstellen für Plex

    Here's my notes from years ago. Enable WinSCP root login in DSM 7 the hard way First make sure your computer's IP address is in the Auto Block Allow List - or temporarily disable auto block. 1. Login to a SSH shell with your admin account. 2. sudo -i 3. Type your password then press enter. 4...