Delete Yourself! (0.1.0)
Yes that's a very obscure reference to Delete Yourself! the Album by Atari Teenage Riot.
This Release includes:
- Claiming a token for a project (0237670) which will allow you to delete (15a78f1) and override an existing version (dd619c3)
- Makes
UPLOAD_FOLDER
configurable (221a380) - Fixes to the Web UI Client (459575b & 680f8a4)
- Upgrade from Python 3.8 to Python 3.9 ( f88fe91 & 2f6e522)
- Poetry for the Python backend (6b68cea)
- Debugging and developing mode without Nginx (f46b8b6)
- Upgrade all Python and JavaScript dependencies to the latest and greatest version
Run the docker image:
docker run \
--detach \
--volume /path/to/doc:/var/docat/doc/ \
--volume /path/to/locations:/etc/nginx/locations.d/ \
--volume /path/to/db.json:/app/docat/db.json
--publish 8000:80 \
randombenj/docat:0.1.0
Hint: make sure db.json
is a file.