Allow user to upload custom operating systems #137
alexchristy
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This would probably happen after we implement user authentication, as we don't want to deal with licensing issues
The database can store AMIs/URNs for an OS as well as the minimum disk space, etc.
Maybe when this happens, we query from the DB instead of from python? That way we can load the enums into the DB and easily add to it over time.
User query for AMIs would just be a join of the community AMIs and the ones they uploaded.
From @Adamkadaban at #34
Beta Was this translation helpful? Give feedback.
All reactions