Service to do metadata manipulation using HTTP methods.
The intended use is to allow metadata manipulation on big files for self-hosted WebDAV.
This server needs fast access to the stored files. So if you host a Nextcloud or Seafile docker container, you would host this container in the same network.
- Launch a Nextcloud container using
docker run -d -p 8090:80 nextcloud
. - Open a web browser and navigate to http://localhost:8090/.
- Log in using test as both the username and password.
- Upload the
sample.jpg
file from theresources
folder to the root directory.
Contributions are welcome! If you encounter any issues, have suggestions for improvements, or would like to contribute new features, please feel free to submit a pull request.
- JetBrains for making Kotlin.
This code is under the Apache License 2.0.