deemix-docker/CHANGELOG.md
2021-07-19 19:32:39 +02:00

1.9 KiB

Changelog

2021-07-09

  • Removed Environment Variable "REVERSEPROXY" again since the original issue was fixed in the webui source. Reverse proxying should now just work by default.

2021-06-30

  • Added Environment Variable "REVERSEPROXY" as a temporary fix until the websocket topic is fixed in the code

2021-06-28

  • Full rework of the latest by promoting the next gen version to current after the python version is permanently broken now
  • Aside from the serverwide-arl, everything should work for now. As soon as that feature is available in the source, I will update the container with that functionality again.

2021-05-30

  • Added next gen version of deemix as container variant

2021-04-12

  • Added "packagedate" to see when the source was pulled in the logfiles

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

  • Hoster changed
  • Fixed download folder location (hopefully permanently)

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

  • Updated code to pull from codeberg instead of notabug

2020-06-12

  • Added UMASK_SET environment variable (I misunderstood how it worked.. now it should work)

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.