You are reading content from Scuttlebutt
@cel-desktop %OMtjjcLsdEoNNoIvH0h6PWS7i7IdYkEWEaizkzHQOtw=.sha256
Re: %Aogxif2cK

@Denis M Goddard
To enable git-ssb-web to log requests to stdout (just the request method & paths), either use git-ssb-web with CLI option --logging.level info, or put {"logging": {"level": "notice"} in your ~/.ssb/config.

The 403 thing is supposed to prevent DNS rebinding attack. You can disable that by using CLI option --public, or put {"public": true} in your ~/.ssb/config. That will put git-ssb-web in a read-only mode so it can be suitable for public access.

Join Scuttlebutt now