An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# SeaweedFS-GUI

A graphical user interface for [Seaweed File System](https://github.com/seaweedfs/seaweedfs).

![image](https://github.com/SuperJMN/SeaweedFS-GUI/assets/3109851/b5732fcb-c019-4b0e-8fd6-aba0771e75ba)

# 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)