https://github.com/superjmn/seaweedfs-gui
A graphical user interface for Seaweed File System so you can manage your files easily.
https://github.com/superjmn/seaweedfs-gui
avalonia avaloniaui distributed-storage file filesystem gui manager seaweedfs seaweedfs-client
Last synced: 8 months ago
JSON representation
A graphical user interface for Seaweed File System so you can manage your files easily.
- Host: GitHub
- URL: https://github.com/superjmn/seaweedfs-gui
- Owner: SuperJMN
- Created: 2023-02-15T16:35:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-28T14:29:47.000Z (about 3 years ago)
- Last Synced: 2025-04-07T14:51:20.484Z (about 1 year ago)
- Topics: avalonia, avaloniaui, distributed-storage, file, filesystem, gui, manager, seaweedfs, seaweedfs-client
- Language: C#
- Homepage:
- Size: 130 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# SeaweedFS-GUI
A graphical user interface for [Seaweed File System](https://github.com/seaweedfs/seaweedfs).

# How to use get it?
The best method is to go to the [releases](https://github.com/SuperJMN/SeaweedFS-GUI/releases) page and get the binaries for your OS there.
# How to build (Desktop version for Windows/MacOS/Linux)
1. Clone this repo.
2. Install [.NET 7](https://dotnet.microsoft.com).
3. Go to the folder named "SeaweedFS.Gui.Desktop".
4. Run `dotnet run`.
5. The application should build and run afterwards.
# How to use it?
1. Setup a SeaweedFS Filer server.
2. Run this application.
3. Enter the address of the Filer server.
4. Enjoy ;)
Powered by [AvaloniaUI](avaloniaui.net)