rautniraj

Results 36 comments of rautniraj

I can suggest a more better way to delete the recordings. This will solve your issue. We can create a separate rake task for this, which will remove recordings older...

If u see app/models/recordings.rb There is dedicated callback defined for after delete action : destroy_bbb_recording This is responsible for deleting the recordings from storage. Hence the recordings now get deleted...

> ... it's easier to define an environment variable, instead of custom replacing the `production.rb` I have also done the same way. Actually I meant the same. See in Rails,...

I am also facing the same issue. Even a simple save action inside setting tab, i get apply config button. Once i apply the config, my UI crashes. I dont...

Hii... I have resolved the issue. I kept both the env variable true. Also set these two env variable in wireguard-ui - WGUI_SERVER_POST_UP_SCRIPT=iptables -A FORWARD -i %i -j ACCEPT; iptables...

Let me know if u need further help. I would suggest to change the code for wireguard-ui and build ur own docker image from docker file. Because the provided ui...

We have apply config button on top right corner. After clicking the save button u should refresh the page. The apply config button dont comes dynamically.

u r right. This is an issue. How i have fixed this is trimming down the url. U can write a simple regex to eliminate your extra /extraFolder U can...

the design is followed that way only. Once u delete the users all of their rooms also gets deleted. No way to prevent that