Victor Kulichenko
Victor Kulichenko
I was not aware of this issue, and did a [template](https://gist.github.com/unclev/cd164e7384371632744b470e60da6249) with IP addresses, container host names, names and networks. Please don't beat me for hardcoded domain name and address...
Mine is likely not @dannymichel's case, but it also causes "Not Scrobbling" issue. Plex Home Theater sometimes does not write "Library item (\d+) '.*' got played by account" line. Grep...
The same with **Environment** - Linux (OpenSUSE Tumbelweed) - ncurses backend **Additional context** Alacritty terminal. (Reproduced not in the example, but in my app being developed).
With **Use "apt" to check prosody update** - master 4ac95b4b0c277c261e01f27c1c7eb97d556fc594 - trunk 3639c6e5e76e1e6939d6e4bcbcafc82ba17c4218 - 0.9 281cf75962a22c6c99b83d84608b9b99c6cdeead - 0.10 99e15af8e50a0aff7c906f0be48239b2b900f188 - 0.11 3f1741a9d6a762fc257b4c20b09427d990bb34c6 - disco/0.11 faa3a2894b91ebfde69a043f8706efe3afc6f62b - disco/trunk 18a20aafd8c695a6e5994b6ad4a4e3c2e72c2219 - experimental/trunk...
This is on my list for July after #15. Meanwhile you can try patch an existing image with Dockerfile like this: ```dockerfile FROM unclev/prosody-docker-extended:trunk # install libjs-bootstrap4 and libjs-jquery for...
To fulfill the requirements **libssl-dev**, **luarocks**, and **local luarocks support** (0c64b49356358c02f8f13badcd98630b91da70ff and examples fc519a9ee504eee81c43d7ce1aa153d6ff9aa891) have been added to the experimental branch - [description](../tree/experimental#luarocks-support). @r3pek, can you please test whether [examples/luarocks](../tree/experimental/examples/luarocks)...
I do not know a proper way. Even though I used LetsEncrypt certificates with my Prosody installation, I've just used to deliver the certificates manually: - [jwilder's nginx-proxy + JrCs's...
[Prosody user](https://github.com/unclev/prosody-docker-extended/blob/0.10/Dockerfile#L9) within the image does not have write (and likely none) permission to operate in the host directories. Compare with my fresh example, where it does not have root...
There is the duplicate #16 . The related issue #7 . I'm re-opening this issue.
There is build-in docker feature of specifying UID and GID when starting docker containers [(external link to medium.com)](https://medium.com/@mccode/understanding-how-uid-and-gid-work-in-docker-containers-c37a01d01cf). I haven't tried that so far. The problem here that I designed...