nextcloud / nextcloud/serverinfo
Add the ability to hide all irrelevant disks/partitions and network interfaces under settings/admin/serverinfo
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 130
- Forks
- 64
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 49
Description
Currently, in the web gui, under settings/admin/serverinfo, all disks and all partitions of the host os are displayed, including mountpoints like:
- tmpfs
- /boot/efi
- other disks
Additionally, all network interfaces are displayed as well, including all docker networks (and there are a lot of them)
My server hosts various services and thus has many partitions and networks, some of them are from docker.
My admin page is currently horribly cluttered by all these partitions and network interfaces. A clear, precise overview is not possible.
I would really like the option to hide all irrelevant information so that the admin page only shows the storages that are used by nextcloud, in my case, that would be a single partition I created for nextcloud and the main network interface.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the web GUI for settings/admin/serverinfo and trace how disks, partitions, and network interfaces are collected and rendered. Determine how an administrator should select or hide entries, including Docker networks and mountpoints such as tmpfs and /boot/efi. Done means the page can show only the relevant storage and network information without the current clutter.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- observability
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 28/100