Commit Graph
14 Commits
Author SHA1 Message Date
Sucukdeluxe c579c3a116 feat: Desktop-Ordner, File-Uploader und Scripte aus dem Setup entfernt
Die Desktop-Ordner "Downloader Fertig", "Downloader Unfertig" und
"Entpackt" werden nicht mehr angelegt, der File-Uploader und das
Scripte-Paket nicht mehr installiert. Damit entfallen die Gitea-Quellen
Administrator/File-Uploader und Administrator/xabbo-scripts komplett.

Der Real-Debrid-Downloader heisst inzwischen Multi-Debrid Downloader und
wird jetzt durchgaengig so benannt. Installationspfad, Prozessname und
Asset-Name des Releases bleiben unveraendert (productName ist weiterhin
Real-Debrid-Downloader), damit die Bereits-installiert-Erkennung greift.

Der .mdd-Download entfaellt, weil der Downloader seit ueber zehn Releases
kein .mdd-Asset mehr veroeffentlicht und der Schritt nur noch in eine
Warnung lief - analog zum .mhu-Ausbau in v2.5.0. Die beiden dadurch
ungenutzten Data-File-Helper sind mit raus.

Twitch VOD Manager und Multi-Hoster-Upload ziehen unveraendert das
jeweils neueste Gitea-Release; die Asset-Filter wurden gegen die
aktuellen Releases 1.0.5 und 2.1.13 geprueft.

Setup umfasst dadurch 16 statt 18 Schritte.
2026-08-12 02:11:15 +02:00
Administrator 399451e461 release: sync VServerSetup with Multi-Hoster v2.0.4 2026-08-09 15:59:21 +02:00
Administrator 4c46e4a697 release: sync VServerSetup with Multi-Hoster v2.0.3
Keep the setup source on the canonical Administrator/Multi-Hoster-Upload Gitea repository and expose that source in the installer output. Remove the obsolete .mhu asset lookup because the v2.0.3 private bridge release publishes installer, portable, blockmap, and latest metadata only. Bump the setup version and document the v2.0.3 product release with transport tag v3.3.111.
2026-08-09 15:21:14 +02:00
Administrator 2f81bb0326 feat: use canonical GitHub downloader release 2026-08-09 13:54:24 +02:00
AdministratorandClaude Opus 4.7 86eb0648c9 feat: FFmpeg-Download von gyan.dev auf Gitea umgezogen (schneller)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-17 12:56:37 +02:00
AdministratorandClaude Opus 4.7 9339bda3e2 feat: .mhu + .mdd Data-Files vom jeweiligen App-Release auf Desktop laden
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-17 11:23:26 +02:00
AdministratorandClaude Opus 4.6 71e4ec005e feat: Desktop-Ordner umbenennen — Downloader Fertig/Unfertig + Entpackt
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 18:10:14 +01:00
AdministratorandClaude Opus 4.6 82c6c2dce9 fix: JD backup import crash when running as EXE
$MyInvocation.MyCommand.Path is NULL in ps2exe compiled scripts,
causing Split-Path/Join-Path/Test-Path to throw errors.
Now checks for NULL before using the path and falls through
to Gitea download.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 10:41:31 +01:00
AdministratorandClaude Opus 4.6 3bfdf2a653 feat: migrate all downloads from streamerware.de to Gitea
All custom tools now download from git.24-music.de releases:
- Habbo Launcher → Habbo-Launcher repo
- JDownloader installer + backup → JDownloader-Setup repo
- File-Uploader → File-Uploader repo
- Scripte → xabbo-scripts repo
- .NET 6.0/8.0 runtimes → dotnet-runtimes repo
- G-Earth was already on Gitea

Zero streamerware.de dependencies remaining.
Added Get-Gitea-Latest-Asset helper function for cleaner code.
Updated README with all Gitea repo links.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 10:01:47 +01:00
AdministratorandClaude Opus 4.6 9cd9581563 feat: G-Earth now downloads latest release from Gitea
Fetches newest .rar from git.24-music.de/Administrator/G-Earth,
extracts to temp dir, then moves to Desktop\G-Earth with a
consistent folder name regardless of version.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 09:52:18 +01:00
AdministratorandClaude Opus 4.6 9ae23b9dde feat: set power plan to high performance
Uses built-in GUID 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c
to switch from balanced to high performance.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 09:37:34 +01:00
AdministratorandClaude Opus 4.6 b8833f2897 feat: disable Windows Update permanently (services + registry policy)
Stops and disables wuauserv, UsoSvc, and BITS services.
Sets NoAutoUpdate and AUOptions registry policies to prevent
automatic and manual update checks.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 09:36:41 +01:00
AdministratorandClaude Opus 4.6 c54df9162d fix: complete script overhaul - JD blocking bug, TLS, backup import, Gitea apps
Critical fixes:
- JDownloader no longer blocks script (use polling instead of -Wait)
- Force TLS 1.2 for HTTPS downloads on older servers
- JD backup import uses marker file instead of cfg/ check (was always skipped)
- Explorer restart after Windows settings for immediate effect

New features:
- Twitch VOD Manager, Multi-Hoster-Upload, Real-Debrid-Downloader from Gitea
- Install-Gitea-App helper function (auto-fetches latest release)
- Unrar-File helper function (DRY)

Cleanup:
- Consistent step numbering via $totalSteps variable
- WinRAR path as global variable
- Gitea WebClient with User-Agent header
- ReadKey pause at script end
- Cleaner formatting throughout

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 09:32:38 +01:00
AdministratorandClaude Opus 4.6 d6781e8138 feat: initial commit - VServerSetup extracted from compiled exe
PowerShell script that auto-installs 16 programs on a fresh Windows VServer.
JDownloader backup config included as separate zip file.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-16 09:17:14 +01:00