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

Deleting extensions in self-hosted setup #1135

Closed
nfogh opened this issue Mar 7, 2025 · 1 comment
Closed

Deleting extensions in self-hosted setup #1135

nfogh opened this issue Mar 7, 2025 · 1 comment

Comments

@nfogh
Copy link

nfogh commented Mar 7, 2025

Hi

I have deployed an openVSX server locally and it is working great. Thanks for all the work.

I do not have access to the admin pages on the webUI, but I need to delete some extensions. Do I need to modify the database, or is there a smarter way to do it?

@amvanbaren
Copy link
Contributor

Hi @nfogh. Yes, just modify the database: UPDATE user_data SET role = 'admin' WHERE login_name = 'nfogh'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants