Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexhokl/file-server
- Owner: alexhokl
- License: mit
- Created: 2024-01-27T10:18:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-08T14:28:30.000Z (4 months ago)
- Last Synced: 2024-11-19T09:57:23.272Z (about 1 month ago)
- Language: Go
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_keysenvironment variables
- file path to database connection string
- file path to host private key
- server port
- directory path to data storage
- list of administrative users