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

Show installed apps #610

Closed
nperez60 opened this issue May 30, 2024 · 3 comments
Closed

Show installed apps #610

nperez60 opened this issue May 30, 2024 · 3 comments

Comments

@nperez60
Copy link

Enhancement request

It would be great to display a list of the names of the installed apps in the serverinfo/api.
I see that the list is already used to only display apps thats have an available update.

	// load all apps
		$apps = $this->appManager->getInstalledApps();
		$info['num_installed'] = \count($apps);

An exemple output will be like :

"installed_app": [
            "activity",
            "bruteforcesettings",
            "comments",
            "notifications",
            "serverinfo",
            "onlyoffice",
            "circles",
            "federatedfilesharing"
            "..."
          ]

This way it would allow us to carry out an audit of the applications installed of any instance base on the serverinfo/api.

@joshtrichards
Copy link
Member

You might find the existing app management API useful for this: https://docs.nextcloud.com/server/latest/admin_manual/configuration_user/instruction_set_for_apps.html

I'm not sure why this chapter is in the user management section of the Admin Manual. I think it got added a million years ago alongside user management API. Probably should get moved to the Apps Management section...

@nperez60
Copy link
Author

@joshtrichards This actually meets my needs, thank you very much!
Sorry I searched but I missed it :/

@joshtrichards
Copy link
Member

No worries! Tracking doc re-organization in nextcloud/documentation#11874

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