This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/gyaani_guy on 2025-08-08 10:04:27+00:00.


Original post ( 5 months ago ) - https://www.reddit.com/r/selfhosted/comments/1je9zm9/i_made_a_self_hosted_alternative_to_google_drive/

Since then I have added loads more features - move, rename, edit files, markdown support. Worked a lot on stabilitiy. Wrote extensive tests - 90% line coverage.

Finally feel confident enough to do a v1 release !

https://github.com/gyaaniguy/personal-drive


Old Post:

Introducing Personal Drive : https://github.com/gyaaniguy/personal-drive

Demo: https://demo.personaldrive.xyz/

A simple self hosted alternative to google drive, upload your files on your own server, view photos, download, delete from web UI. share files with optional password protection. edit files, markdown supported.

Coded in laravel and react. Made mostly for learning purposes. Initially I didn’t plan to open source it, but thought it would be a good exercise in having my code scrutinized and as a portfolio piece.

Please have a look and share your thoughts. Am kind of nervous, since it is the first time I am doing something like this…