TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Does a role-based file manager exist?

2 点作者 switchupcb超过 2 年前
I am in search of a synchronized file manager that contains the following features. Let me know what you have used.<p>---<p>1. A traditional file system is composed of folders and files; where files (including folders) can nest under other folders. This is useful as it provides a file structure (UI) for your data.<p>[i.e Windows File System]<p>2. The ability to add or exclude people from reading, writing, managing, etc, an individual file or folder. As an example, one could assign a role to a folder which only allows accounts (people) with those roles the ability to read its documents. In other cases, one could allow the ability to view a folder, but not its contents to maintain its file structure for other viewers.<p>[i.e Discord Role System for Channels and Users]<p>3. Synchronization<p>The ability to synchronize the storage space or a subsection of the storage space to a specific location on a local file system. If there is no file-locking, this may also warrant a Version Control System or CRDT to resolve the editing conflicts of a file.<p>[i.e Sync: Dropbox, OneDrive, Rclone] [i.e Collision: Google Docs&#x2F;Sheets, Adobe Collaborative Editing, Git, etc]<p>---<p>Combining 1 and 3 is the equivalent of using a shared local network. My issue with cloud solutions (i.e Google Drive) is that the file structure of shared documents is lost. When I share a nested folder (i.e Space &gt; Sub &gt; A) with someone, that person is only able to see &quot;A&quot;. This is confusing and relies on the search feature.<p>2 would allow any software that uses the local system to be used with roles. As an example, Obsidian doesn&#x27;t have sharing built-in. However, one could add this functionality by using the Obsidian application in a folder on that file manager; with the role-based restrictions applying to actual files.

2 条评论

warrenm超过 2 年前
Sounds like you just described AD permissions on a file server<p>Or Nextcloud<p>Or *nix perms (and, possibly, ACLs) on a NFS device
asojfdowgh超过 2 年前
Samba?