Self hosted, modern, web based Magic the Gathering inventory & deck building system. You can import CSVs from known apps like Delver.
Demo: https://demo.mtg-ynventory.com
These are the planed versions to be released:
- User Login (Every User has his own collection)
- Creating Collections, Folders/Decks, Cards, Virtual Decks
- Deplyoment with Kubernetes
- Deployment with Docker Compose
- Import Delver Files (CSV)
- Mobile Friendlier UI
- Example Deployments on Hostsers (Hetzner, AWS, etc. TBD)
- More Import Options
Use the files inside deployments/kubernetes/ to deploy on Kubernetes
Needed Packages:
- git
- docker
- docker-compose
Run this on your docker host, inside the folder you want to use to store data:
# Downlaod Docker Compose
git clone https://github.com/melvin-suter/Ynventory.git
mv Ynventory/deployments/docker/* ./
rm -rf Ynventory/
# Change DB Password (only run once)
sed -i "s;YNVENTORYPASSWORD;$(date | md5sum | awk '{print $1}');" docker-compose.yml
# Run Compose
docker-compose up -dUse this: https://github.com/acmesh-official/acme.sh
TBD
Yes please :)
Just send us a PR.

