How can I enable remote connection to webui?

ssh redirect yep… =) now I use this сrutch

Probably CORS. see ipfs daemon --help
But I do not understand how to start a daemon with the corrected CORS

This guy works on the webui http://ipfs.stadja.net/webui but I get cry 403 forbidden

update:

“API”: {
“HTTPHeaders”: {
“Access-Control-Allow-Origin”: [
“*”
]
}

and

“Gateway”: {
“HTTPHeaders”: null,
“RootRedirect”: “”,
“Writable”: false,
“PathPrefixes”: null
}

success. Earned web interface (webui)

1 Like