Quickstart
If you’d like to test Convinator before you go on with a more configured setup, you can run this command to get a basic server with the default configuration:
docker run -p "3000:3000" --rm -it codeberg.org/borisnl/convinator:latest
Keep in mind that when you run this command, you haven’t configured the database or file storage. Sensible defaults will be used, but when this container stops, all data will be deleted. For more information about configurating your instance, check out the configuration page.