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

Place accounts' directories within a superordinate Nextcloud directory. #7429

Open
RokeJulianLockhart opened this issue Oct 28, 2024 · 0 comments
Labels
0. Needs triage enhancement enhancement of a already implemented feature/code

Comments

@RokeJulianLockhart
Copy link

RokeJulianLockhart commented Oct 28, 2024

How to use GitHub

  • Please use the 👍 reaction to show that you are interested into the same feature.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Feature request

Version https://fedora.pkgs.org/40/fedora-updates-testing-x86_64/nextcloud-client-3.14.2-2.fc40.x86_64.rpm.html

Is your feature request related to a problem?

When a user has multiple accounts added, their $HOME can become as the undermentioned demonstrates:

  1. tree "$HOME" -L 1
  2. /home/RokeJulianLockhart
    ├── Nextcloud
    ├── Nextcloud2
    ├── Nextcloud3
    ├── Nextcloud4
    ├── Nextcloud5
    ├── Nextcloud6
    └── Nextcloud7
    

This becomes incredibly frustrating past 15 accounts.

Describe the solution you'd like

Instead, it should be:

  1. tree "$HOME" -L 1
  2. /home/RokeJulianLockhart
    └── Nextcloud
        ├── Nextcloud1
        ├── Nextcloud2
        ├── Nextcloud3
        ├── Nextcloud4
        ├── Nextcloud5
        ├── Nextcloud6
        └── Nextcloud7
    

Describe alternatives you've considered

  1. tree "$HOME" -L 1
  2. /home/RokeJulianLockhart
    └── Nextcloud
        ├── wim.nl.tab.digital
        ├── de.tab.digital
        ├── nch.pl
        ├── collaborate.kde.org
        ├── nextcloud05.webo.cloud
        ├── murena.io_1
        └── murena.io_2
    

This would be ideal.

Additional context

No response

@RokeJulianLockhart RokeJulianLockhart added 0. Needs triage enhancement enhancement of a already implemented feature/code labels Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage enhancement enhancement of a already implemented feature/code
Projects
None yet
Development

No branches or pull requests

1 participant