Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make it so the list of available software images is configured in admin settings, e.g., via a publicly available file #8066

Open
williamstein opened this issue Dec 16, 2024 · 1 comment
Labels
A-admin admin related functionality I-feature request

Comments

@williamstein
Copy link
Contributor

When I modify compute server configuration I change this one field in admin configuration:

image

In the screenshot, it's pointing to a raw file in a git repo, but it could be anything (that's just what I happen to use right now).

In contrast, for project image configuration, we still just directly edit the cocalc source code like here:

#8047

That was OK for a time, but is clearly not a great approach, especially since there are more and more installs of cocalc for which their project images have nothing to do with ours. Also, it's not optimal to have to build a whole new frontend to make these changes. Instead, just copy what's done for compute server configuration, which is much more flexible.

@williamstein
Copy link
Contributor Author

NOTE: I think the external file is used once to populate the database when that button is clicked, and not otherwise. It's important that it's not a hard dependency for cocalc.com to run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-admin admin related functionality I-feature request
Projects
None yet
Development

No branches or pull requests

1 participant