Re: [9fans] 9P Cloud™

2015-07-07 Thread st...@quintile.net
not sure if this helps you, but cinap's cifsd in 9front works very well for me, exporting my plan9 file server to windows boxes. -Steve > On 8 Jul 2015, at 02:05, hiro <23h...@gmail.com> wrote: > > No, i mean the other way around: I would like to access the files in a > real file browser (a

Re: [9fans] 9P Cloud™

2015-07-07 Thread hiro
No, i mean the other way around: I would like to access the files in a real file browser (as if they were mounted like a network share). this mounting (and login) process should happen automatically at boot. I currently do this for an sshfs share. A small arm computer does nothing else but exporti

Re: [9fans] 9P Cloud™

2015-07-07 Thread Skip Tavakkolian
> it would be useful to me if you would also create a second websocket > server that accepts local samba file requests :) integration with local and third party storage (Drive, S3, Dropbox) are on the radar for future enhancements. in the meantime, if you wanted to roll your own (in Go) ... assu

Re: [9fans] 9P Cloud™

2015-07-07 Thread hiro
it would be useful to me if you would also create a second websocket server that accepts local samba file requests :) how can i login to this web site automatically on boot? On 7/8/15, Skip Tavakkolian <9...@9netics.com> wrote: >> Any prospects for certificate authentication as an alternative to

Re: [9fans] 9P Cloud™

2015-07-07 Thread Skip Tavakkolian
> Any prospects for certificate authentication as an alternative to oauth2? yes; owing to 9P's design, authentication can be different. an early version used authsrv. it is especially easy when there is a Go package that implements the auth protocol. this is the case with OAuth2 (it uses https:

Re: [9fans] 9P Cloud™

2015-07-07 Thread Wes Kussmaul
Congratulations, Skip and all contributors! Personal clouds (*truly* personal clouds) are the future. Any prospects for certificate authentication as an alternative to oauth2? Wes On 07/07/2015 02:00 PM, Skip Tavakkolian wrote: Hello 9fans, I'm pleased to announce the availability of the 9P

Re: [9fans] 9P Cloud™

2015-07-07 Thread a . regenfuss
Nice. This seems exactly what Plan 9 is useful for, and I am glad to see someone use it in real life to solve real problems. Great work, I love it.     Gesendet: Dienstag, 07. Juli 2015 um 18:00 Uhr Von: "Skip Tavakkolian" <9...@9netics.com> An: 9fans@9fans.net Betreff: [9fans]

[9fans] 9P Cloud™

2015-07-07 Thread Skip Tavakkolian
Hello 9fans, I'm pleased to announce the availability of the 9P Cloud service (https://www.9pcloud.net). The service lets users create secure, distributed file systems instantly, utilizing only HTML5 browsers. I've included the link to a short "Introduction to 9P Cloud" video. The backend is wri