Do you really need a database for this? On a unix system, you should be able to: CRUD users, CRUD files and directories, grant permissions to files or directories Is there a decade-old software that provides a UI or an API wrapper around these features for a "Google Drive" alternative? Maybe over the SAMBA protocol?
You expose SAMBA shares outside your home network?
Twake Drive – An open-source alternative to Google Drive
31–40 of 219 posts
Re: Twake Drive – An open-source alternative to Google Drive
#32How does it make money? Couldn't find any about us page or explanation. As we all know,if it's free, you're the product.
Re: Twake Drive – An open-source alternative to Google Drive
#33Do you really need a database for this? On a unix system, you should be able to: CRUD users, CRUD files and directories, grant permissions to files or directories Is there a decade-old software that provides a UI or an API wrapper around these features for a "Google Drive" alternative? Maybe over the SAMBA protocol?
An SCP or FTP client maybe?
Re: Twake Drive – An open-source alternative to Google Drive
#34[flagged]
Plenty of people throughout the world use Telegram. Their platform handles large groups quite well.
edit: it looks even worse knowing that they have their own chat project: https://twake-chat.com that is powered by the Matrix protocol
Re: Twake Drive – An open-source alternative to Google Drive
#35Re: Twake Drive – An open-source alternative to Google Drive
#36Do you really need a database for this? On a unix system, you should be able to: CRUD users, CRUD files and directories, grant permissions to files or directories Is there a decade-old software that provides a UI or an API wrapper around these features for a "Google Drive" alternative? Maybe over the SAMBA protocol?
Re: Twake Drive – An open-source alternative to Google Drive
#37Do you really need a database for this? On a unix system, you should be able to: CRUD users, CRUD files and directories, grant permissions to files or directories Is there a decade-old software that provides a UI or an API wrapper around these features for a "Google Drive" alternative? Maybe over the SAMBA protocol?
I have no idea how this project was designed, but a) it's expectable that disk operations can and should be cached, b) syncing file shares across multiple nodes can easily involve storing metadata.
For either case, once you realize you need to persist data then you'd be hard pressed to justify not using a database.
Re: Twake Drive – An open-source alternative to Google Drive
#38Re: Twake Drive – An open-source alternative to Google Drive
#39Do you really need a database for this? On a unix system, you should be able to: CRUD users, CRUD files and directories, grant permissions to files or directories Is there a decade-old software that provides a UI or an API wrapper around these features for a "Google Drive" alternative? Maybe over the SAMBA protocol?
Re: Twake Drive – An open-source alternative to Google Drive
#40Earlier quoted context omitted.
You expose SAMBA shares outside your home network?
I do, password-protected of course. It is the only "native" way I found to get server files access to my iPhone without downloading a third party app (via Files).
Samba is a complicated piece of software built around protocols from the 90s. It’s designed around the old idea of physical network security where it’s isolated on a LAN and has a long long history of serious critical security vulnerabilities (eg here’s an RCE from this month https://cybersecuritynews.com/critical-samba-rce-vulnerabili...).