Running aqt list-qt
on a web server
#426
ddalcino
started this conversation in
Show and tell
Replies: 1 comment 4 replies
-
Ohhhh, nice work bro! Question: are you running an instance of aqtinstall on heroku? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think that since
aqtinstall
is often used in a remote CI environment, many of our users never even get the chance to interact with the command line interface directly, which means that they might not have the opportunity to runaqt list-*
. They could installaqt
locally, just to runaqt list-qt
, so they can figure out how to configure their CI environment, but that's a lot of time and effort they might rather spend in some other way. What if they could interact withaqt list-*
from a website instead?This website defines a simple REST api that makes
aqt list-*
accessible from the web. It also provides a simple GUI client, written in React/Typescript, that allows you to select your host, target, version, arch, modules, and tools from the available options, and it tells you how to useaqt install-*
or thejurplel/install-qt-action
to install whatever you want. The website is not done yet, and there is lots of potential for improvement. You can visit the website here: https://aqt-list-app.herokuapp.com/Beta Was this translation helpful? Give feedback.
All reactions