This is an automated archive made by the Lemmit Bot.
The original was posted on /r/selfhosted by /u/gyaani_guy on 2025-03-18 17:06:16+00:00.
Introducing Personal Drive :
Demo:
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.
Feature wise, there is probably nothing major I do over 'file browser' . But if you are file browser user, I would love to have your opinion.
Coded in laravel and react. Made mostly for learning purposes. Initially I didn't plan to open 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..
Edit:
- ha someone tried to xss on the "new folder" , turns out I didn't have proper validation on the foldername !! . Have fixed on the main branch. will update demo later, since many are trying it atm