Dr Ian Preston

Results 114 comments of Dr Ian Preston

Yes we should do this. Note that you can already build an exact match as we put the git commit in the published jars at https://beta.peergos.net/public/peergos/releases (META-INF/MANIFEST.MF) along with the...

If it's your own instance you can just increase your quota from the CLI. E.g. to set the quota to 10 GiB run > java -jar Peergos.jar quota set -username...

If someone exceeds their quota they get the error as above. They are then given a 1 MiB temporary allowance to allow them to delete something. If they continue to...

We'd happily accept a PR for a docker file, and add CI to build it.

I think if people are willing to trust docker hub and we can get it all building from the CI here then that's fine.

My understanding of docker is very limited, but I think a minimal version needs to open the right ports for the api and ipfs (4001 and 8000) and mount a...

I guess in docker you can just change the run command if you want to use one image to do different things? Sure that sounds fine. We support environment vars,...

Defense in depth is the real long-term answer. But technically, right now, exfiltration is possible until browsers implement the CSP to block DNS prefetch and webrtc (there are links in...

Agreed on an app requesting to share some of its state. This probably doesn't need a permission because the user has to decide who to share with anyway, just an...

You can't share with someone who isn't following you. But you can share with any number of followers by name, all followers or friends, or hopefully soon custom groups that...