https://github.com/ology/junkdrawer
Static file server and backup storage app
https://github.com/ology/junkdrawer
mojolicious perl
Last synced: about 1 year ago
JSON representation
Static file server and backup storage app
- Host: GitHub
- URL: https://github.com/ology/junkdrawer
- Owner: ology
- Created: 2023-01-24T01:37:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T03:39:31.000Z (over 1 year ago)
- Last Synced: 2025-02-05T11:45:02.056Z (over 1 year ago)
- Topics: mojolicious, perl
- Language: Perl
- Homepage:
- Size: 247 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JunkDrawer
Static file server and backup storage app
```
git clone https://github.com/ology/JunkDrawer.git
cd JunkDrawer
cpanm --installdeps .
sqlite3 auth.db < auth.sql
perl user.pl you your.email@example.com # create app user
mkdir /Volumes/YourBackupDrive/backups/you # app user folder
ln -s /Volumes/YourBackupDrive/backups Backup # symlink to your backups
morbo junkdrawer.pl # http://127.0.0.1:3000
```