Skip to content

GalaxyCatD3v/Ynventory

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ynventory

pulls latest-frontend-build latest-backend-build preview-frontend-build preview-backend-build

Self hosted, modern, web based Magic the Gathering inventory & deck building system. You can import CSVs from known apps like Delver.

Example UI

Demo: https://demo.mtg-ynventory.com

Roadmap

These are the planed versions to be released:

Version 1.0.0

  • 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)

Version 1.1.0

  • Mobile Friendlier UI
  • Example Deployments on Hostsers (Hetzner, AWS, etc. TBD)
  • More Import Options

Deplyoment

Kubernetes

Use the files inside deployments/kubernetes/ to deploy on Kubernetes

Docker

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 -d

Certificates

Use this: https://github.com/acmesh-official/acme.sh

Cloud Provider

TBD

Contributers

https://github.com/melvin-suter https://github.com/pluethi1

Contribute

Yes please :)

Just send us a PR.

About

Self hosted, modern, web based Magic the Gathering inventory & deck building system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 57.7%
  • TypeScript 25.4%
  • HTML 12.1%
  • SCSS 3.9%
  • Other 0.9%