Eric Nemchik

Results 212 comments of Eric Nemchik

Sorry for the silence on this, can anyone having this issue post the output from `ls -lah /etc/nginx/locations-enabled/`

Ok, how about `cat /etc/nginx/locations-available/organizr.atomic.conf`

As posted in #280 you may be interested in https://dockstarter.com/

I think this would be nice to see right on the main homepage (where you enter new URLs to be downloaded).

@sebres I've updated to resolve merge conflicts. Can you review?

> Do I need to be on a specific branch for this? as I am trying to install on alpine and get as far as "Supported package manager not detected!"...

That looks like you don't have GNU sort. I believe alpine has that available in `coreutils`. Try running ``` apk add coreutils ``` then try `ds` again.

I've created a branch that should fully work with alpine. To test, run ``` cd ~/.docker ds -u origin/apk ds -fiv ds ``` The last command will open the DS...

Sorry for the late response. try `apk add shadow` then rerun `ds -fiv`

I've just pushed an update that should include installing `openrc` via `apk` as well as more accurately detecting when systemd is present (or not) and then checking if openrc is...