I would like to make a simple VCS for my graphic and asset files I use in my code; I tried GIT but our company is pretty small so we have limitations about what can be stored on those servers.
Have been looking around to see if I can write my own, but I never did such thing so I think it is much faster to use an existing product; and I assume there are other developers that get in a situation where they can't just upload gb and gb of data that is not code, and is looking for better solutions.
All I need fundamentally is to save versions of the files, associate metadata to each file and be able to upload and download those files on a server space (probably a NAS or a simple linux machine that host a ton of mechanical hard drives). I don't need much more than this to get started, and as far as files, I have zip files containing assets for my project (scientific test data and renders of math models; they can be either 3d format or 2d format as plot or plain images).
Any guidance would be appreciated, I am currently using Python, so anything I can write that would be fitting my requirements, or anything I can use via Python, is what I have in mind as goal.