34 lines
746 B
Markdown
34 lines
746 B
Markdown
# File DB App
|
|
##### _Small app for sharing files with people_
|
|
|
|
## Features
|
|
|
|
- Main Page for entering file phrase
|
|
- Ability to have password on files (separate code/phrase from filename)
|
|
- Ability to view file entries with tittle and desc and download links (use pocketbase admin ui to add files)
|
|
|
|
## Installation
|
|
Default Login: local@localhost.local
|
|
Default Password: localhost1234
|
|
|
|
|
|
#### Manual install
|
|
Download Project
|
|
Unzip into folder
|
|
Run command:
|
|
- On Windows: .\pocketbase.exe serve
|
|
- On Linux: ./pocketbase serve
|
|
|
|
#### Docker compose
|
|
Download Project
|
|
Unzip into folder
|
|
Run command: docker-compose up -d
|
|
|
|
## License
|
|
|
|
MIT with one small change:
|
|
|
|
Commercial Use Allowed if you:
|
|
- Change Database Admin Email
|
|
- Change Database Admin Password
|
|
|