binhex / arch-nzbhydra2

Docker build script for Arch Linux base with NZBHydra2
GNU General Public License v3.0
6 stars 1 forks source link

Add container info to file #10

Open theotherp opened 4 years ago

theotherp commented 4 years ago

linuxserver.io just made a change that adds a file with some container info: https://github.com/linuxserver/docker-nzbhydra2/commit/1d213f19e8ec76403feb0f4d1fc2470cb1fde578

I can read that file and show it in the GUI and add it to the debug infos.

Could you do the same? The file path could be the app folder (working directory) or relativ path or even a certain absolute path.

It would look like this:

ReleaseType=Pre-Release
PackageVersion=2.3.0-binhex1
PackageAuthor=binhex

ReleaseType is either Pre-Release or Release, PackageVersion is the NZBHydra2 tag plus whatever you put there to identify your container version, although that info is not necessary.