deemix-docker/CHANGELOG.md

33 lines
1.3 KiB
Markdown
Raw Normal View History

2020-06-11 18:45:28 +00:00
# Changelog
## 2021-04-12
- Added "packagedate" to see when the source was pulled in the logfiles
2021-03-29 08:58:34 +00:00
## 2021-03-29
- Added internal port functionality, see #69
## 2021-03-03
- Fixed #58
- Upgraded Alpine version from 3.12 to 3.13
- Upgraded QEMU from 4.0.0 to 5.2.0
- Added warning about error message with debian buster based systems to readme
2020-11-01 19:10:55 +00:00
## 2020-11-01
- Hoster changed
- Fixed download folder location (hopefully permanently)
2020-09-10 19:11:04 +00:00
## 2020-09-10
- added support for deezloader ui by environment variable "DEEZUI"
## 2020-09-08
- Switched the installer to the new server-requirements
## 2020-09-05
- Fixed the ARL updater
2020-07-24 17:32:41 +00:00
## 2020-07-24
- Updated code to pull from codeberg instead of notabug
2020-06-12 21:57:48 +00:00
## 2020-06-12
- Added UMASK_SET environment variable (I misunderstood how it worked.. now it should work)
2020-06-11 18:45:28 +00:00
## 2020-06-11
- First entry in the changelog. This is for the container only, not for deemix or any of it's components.
- Switched port to 6595 from 9666 (due to pyweb update). THIS SHOULD BE FIX NOW. I have hard-coded the port into the run parameter, so even if deemix itself will switch the port, you should always just have to map to 6595
- Switched the base from a pre-build alpine-python3 build (that was pretty old) to the current alpine base with my own python installation.