All notable changes to this project will be documented in this file.
24 October 2022
- Removed unused function that previously used for a test
23 October 2022
- Handle sqlite lock serialization
23 October 2022
- Fixed error S3 when using
filesystem
mode - Updated
config.yaml
example for upload & bundle directory
23 October 2022
- Fixed error UserId parsing when upload files
23 October 2022
- Fixed incompatible
ILIKE
query when using SQLite3 as DB (#5)
22 October 2022
- Updated Hansip Webserver v0.1.0
- Support S3 Storage
- Support SQlite3 as a default database with WAL mode enabled.
- Support multi configuration paths, by default hansip will looking the configuration ordered like below.
./config.yaml
(current directory, the directory where the binary runs)$HOME/.hansip/config.yaml
(home directory for current user)/etc/hansip/config.yaml
(system wide configuration)
18 September 2022
- Share file and get the shortened URL for sharing
- File encryption support using age-encryption
- Share to specific user
- ZIP password
- Download page with password protection