Cameron Spear
Cameron Spear
`0.4.1` is the latest, but it looks like **16-color** color-schemes still aren't available?
I was curious about this as well. So one thing I was unsure on... what listens on port 53? You have Pi-Hole on 53, right? And then it doesn't matter...
When you say `UnboundContainerIP`, you mean the `DockerHostIP`, right?
Well, the key is the `-p 5553:53`. If you use that, then the host's port `5553` will be listening to your Unbound container's `53`. i.e. you'd use `DockerHostIP#5553` or `UnboundContainerIP#53`...
So this should work _in theory_ (**NOT TESTED**): (**Note**, in these examples, replace `` with the host of your Docker host... i.e. the regular local IP address of the machine...
I second this. @josephschmitt, can you please add a bower.js file to your repo?
Coming on a year and no sign of the original author? Sounds like we have an abandoned project on our hands =(
I think I like option 2. Would there be a way to rollback to a particular commit? Or I guess can you do that now by checking out a different...
Indeedy, the basic premise was relatively simple, but there is one major flaw: There is no `post-push` hook for git, and the `post-commit` hook doesn't work so well for syncing...
In general, I think a `post-push` would be preferable, if it were achievable. A `post-commit` opens the door to the server being up to date, but not the repo, and...