Claudio

Results 12 comments of Claudio

I think that is possible. I'll start the documentation to the k8s setup, followed by the changes to the scripts and variables needed. After, open the pull request.

Hi @rroemhild , Have you looked at that PR? do you think it will be possible to merge. Let me know.

@recarmona I did that implementation on k8s nearly an year ago. I documented all I did on that branch below, inside the folder kubernetes. [https://github.com/claudiocleberson/docker-ejabberd/tree/kubernetes] I hope that will help...

@abdulbasitmughal, I haven't done anything recently with ejabberd, the project related was put on hold. What I can say, for my needs at the time, it worked. What I could...

I am having the same issue here. I'm trying to set a mod_offline_post to handle push notification, but I'm the container crashes every time cause the module has some attributes...

Hi there, I am having a bit of a problem to add a module! for some reason when I try to build the container I get that log below, via...

Hey guys, has anyone found a workaround for that problem?

@ninaada, I'll try your suggestion. thanks a lot!

@axcl , That library won't run inside a PCL, I faced that problem when I tried to use, but that will not be a problem in a Shared project. once...

Hi guys, My workaround for that issue was to use the v-bind, and so far it works. Template: img v-bind:src="$t('images.homebg')" Locale.js: export default { 'en-US': { messages: { hello: 'Hello'...