Simple little file server with file name shortening and jwt authentication tokens.
set up postgres db following schema.sql
add all update sql scripts
edit env.sh to change env keys and db urls(or use the docker-compose file for testing locally)
go build
. env.sh && ./fserv
- File viewing
- Private files
- Edit file properties after upload
- View txt files without download
- Albums/grouping of files
- User Roles
- Admin panel