Py-KMS-Organization / py-kms

KMS Server Emulator written in Python
https://py-kms.readthedocs.io/en/latest/readme.html
The Unlicense
615 stars 108 forks source link

I need mysql datastore for many py-kms instances #73

Open arturolegovich opened 2 years ago

arturolegovich commented 2 years ago

Sqlite is for one instanse on k8s or one-docker-node. Who want write code for sqlite and mysql ?

Who can do this? many py-kms instances can work only with Lan-DB (postgres, mysql, etc.) not with sqlite

simonmicro commented 2 years ago

We could migrate to sql-alchemy and thereby support them all. Would be a good exercise for me / someone... Good enough?

arturolegovich commented 1 year ago

We could migrate to sql-alchemy and thereby support them all. Would be a good exercise for me / someone... Good enough?

Yes, Good enough.

yangu-hury commented 1 year ago

Remember to don't lose compatibility to windows vista.

simonmicro commented 1 year ago

@yangu-hury Could you specify what you mean with that? Do you mean running the server on Windows Vista (is the recent next-branch even working for you?) or activating Windows Vista?

yangu-hury commented 1 year ago

@simonmicro Running the py-kms server in Windows Vista for self activation. Currently it uses a recommended version of Python that doesn't run in Vista. I made a build using Python 3.6.8 that runs in Vista.

Matthew-Beckett commented 1 year ago

@simonmicro Running the py-kms server in Windows Vista for self activation. Currently it uses a recommended version of Python that doesn't run in Vista. I made a build using Python 3.6.8 that runs in Vista.

Windows Vista is out of mainline support from Microsoft, as a result we do not accept or maintain code sent upstream to improve or support compatibility of EOL operating systems.

yangu-hury commented 1 year ago

Well this is used to activate Vista on VMs. As it is able to activate Vista it should support running on it.