Releases: ensingerphilipp/Premiumizearr-Nova
Releases · ensingerphilipp/Premiumizearr-Nova
v1.3.3
Changelog
- Downloads now resume up to 4 days after being created - beware this means downlaoded data is preserved for 4 days!
- Limitation: Downloads do not resume if container is restarted, Downloads can only resume if the server supports seeking
- 305043f Merge pull request #9 from ensingerphilipp/resumeable_downloads
Full Changelog: v1.3.2...v1.3.3
Use Docker Images for amd64 and arm64:
docker run -d --name premiumizearr \
--network=compose_default \
-v /mount/premiumize/data:/data \
-v /mount/premiumize/blackhole:/blackhole \
-v /mount/premiumize/downloads:/downloads \
-v /mount/premiumize/unzip:/unzip \
-e PGID=1000 \
-e PUID=1000 \
-p 8182:8182 \
--restart unless-stopped \
ghcr.io/ensingerphilipp/premiumizearr-nova:v1.3.3
v1.3.2
Changelog
- Add .torrent Support - thanks @besendorf
- Upgrade to Alpine 3.21
- Upgrade to GO 1.23 and update dependencies
- Update NPM Dependencies
- Clean Up & Fix Build Files
Full Changelog: 1.3.0-rc1...v1.3.2
Use Docker Images for amd64 and arm64:
docker run -d --name premiumizearr \
--network=compose_default \
-v /mount/premiumize/data:/data \
-v /mount/premiumize/blackhole:/blackhole \
-v /mount/premiumize/downloads:/downloads \
-v /mount/premiumize/unzip:/unzip \
-e PGID=1000 \
-e PUID=1000 \
-p 8182:8182 \
--restart unless-stopped \
ghcr.io/ensingerphilipp/premiumizearr-nova:v1.3.2
1.3.0-rc1
Key Points:
- Fix permission problems
- Update Downloader Implementation
- Fix EOF Datastream Error
- Drastically improve Downloadspeed
Full Changelog: /~https://github.com/ensingerphilipp/Premiumizearr-Nova/commits/1.3.0-rc1
Example Docker Run Command:
docker run -d --name premiumizearr \
--network=compose_default \
-v /mount/premiumize/data:/data \
-v /mount/premiumize/blackhole:/blackhole \
-v /mount/premiumize/downloads:/downloads \
-v /mount/premiumize/unzip:/unzip \
-e PGID=$(id -g) \
-e PUID=$(id -u) \
-p 8182:8182 \
--restart unless-stopped \
ghcr.io/ensingerphilipp/premiumizearr-nova:1.3.0-rc1
Prerequisites:
- Install Docker
- Create Folder Structure for mounting
- Make sure all Folders and Files are owned and accessible for UID and GID 1000
- Create or choose the correct Docker Network
- You might need to run it as a User with UID GID 1000 too (i havent tested yet)
- Important: Do not use sudo
PGID and PUID might need to be 1000
Docker Image (amd64 for now - tested on Ubuntu 24.10):
https://ghcr.io/ensingerphilipp/premiumizearr-nova:1.3.0-rc1