* Server implementation.
- Share the content of a folder as a magnet file.
- Web interface with all data needed for sharing data.
- New configuration to add several servers
- Every time the content of the server folder is changed, the magnet
file will be generated again.
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
* Update dependencies
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
* Use boltdb piece completion storage.
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
- Config file now is inside a config folder by default, to make easier
docker integration.
- File not found errors now are debug log outputs.
- Added dependabot integration for github action versions.
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
- Using cgofuse to be compatible with multiple OSes
- Refactor to make possible better testing
- Add a bunch of tests
- Add code coverage
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>