Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexhokl/file-server

Secure file server
https://github.com/alexhokl/file-server

Last synced: 24 days ago
JSON representation

Secure file server

Awesome Lists containing this project

README

        

# file-server

Secure file server with the following characteristics.

- Public key cryptography is used for authentication
- User information is stored in a PostgreSQL database
- No shell file access

:warning: This is a work in progress and not ready for production yet :warning:

database tables
- users
- user_keys

environment variables
- file path to database connection string
- file path to host private key
- server port
- directory path to data storage
- list of administrative users