Shawn
Shawn
[linuxserverurl]: https://linuxserver.io [][linuxserverurl] We run a local registry (harbor and quay) and it would be great if we could use these to host mods for internal apps (and for development)....
Is the project still active? Seems like its been years since any major work was done.
As a thought for the feature, it might be very useful to be able to indicate if an env variable is coming from a secret file and/or should a .env...
I find that i am reusing a few things across a lot of templates Examples - Volume paths (logging, base data path) - Standard variable values (ex: Time Zone, PGUID,...
It seems like I am hitting the same issue as #1736 however I am pretty much 100% sure things everything in my configuration match :) Is there something else I...
I was reviewing the code and the following wiki for vers https://github.com/gsscoder/commandline/wiki/Latest-Version and I cannot see how they line up. Ex - the following will not compile ``` var result...
Are there any plans for support for complex arrays (ex: list of dict objects)?
It would be great if we could pass additional parameters to the respawned process (this can be used to control the flow of the appication) ``` elevate(["--skipPostPorcess"]) ```
**Describe the problem or bug** I have an installation of harbor with a self-signed certificate. When trying to use pushrm I am getting an invalid cert (note: push works for...
Does TinyIoC support unnamed parameters? If not, are there any thoughts on adding support?