You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have successfully installed using docker-compose on Alpine linux 3.14. Had to manually create a user using the command line due to CGNAT of my ISP, seems to have problems with e-mail.
The problem I have is: the 'Start Capture' button on the webpage for capturing URLs does nothing when I click on it... I've tried three browsers, and I've tried the browsers on the server.
Thanks
The text was updated successfully, but these errors were encountered:
Check your browser console for messages about failing to access something. I had to fix several NAT issues before capture started working. Conifer seems to use a lot of ports.
Is there a setup guide somewhere expressing what ports need to be exposed on a publicly visible Conifer instance? (Including remote browser management ports?)
You also have to configure the absolute URL of some stuff in wr.env, like APP_HOST and CAPTURE_HOST, or whatever the variables were called. They're right next to eachother in the config. - but that's about all I figured out that this point.
I didn't figure out what port range the remote browser audio stuff uses, and there also appears to be some range of ports used for remote browser management? I ended up forwarding 49000 to 50000.
STUN/TURN/ICE is still broken for me somwhere per said console messages. That's probaby why my audio forwarding isn't working. I'm not sure yet if this hints at more fundamental NAT issues.
I have successfully installed using docker-compose on Alpine linux 3.14. Had to manually create a user using the command line due to CGNAT of my ISP, seems to have problems with e-mail.
The problem I have is: the 'Start Capture' button on the webpage for capturing URLs does nothing when I click on it... I've tried three browsers, and I've tried the browsers on the server.
Thanks
The text was updated successfully, but these errors were encountered: