Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svtslv/webdav-gui
WebDAV Server for MacOS, Windows and Linux
https://github.com/svtslv/webdav-gui
gui server webdav
Last synced: 3 months ago
JSON representation
WebDAV Server for MacOS, Windows and Linux
- Host: GitHub
- URL: https://github.com/svtslv/webdav-gui
- Owner: svtslv
- Created: 2020-03-08T02:46:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T15:03:53.000Z (over 4 years ago)
- Last Synced: 2024-11-04T23:36:15.158Z (3 months ago)
- Topics: gui, server, webdav
- Language: TypeScript
- Homepage:
- Size: 184 KB
- Stars: 31
- Watchers: 5
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## WebDAV GUI
## Table of Contents
- [Description](#description)
- [Screenshots](#screenshots)
- [Download](#download)
- [Build](#build)
- [License](#license)## Description
WebDAV Server for MacOS, Windows and Linux
## Screenshots
![](https://github.com/svtslv/webdav-gui/raw/master/screenshots/public.png)
## Download
Download `WebDAV GUI` from the latest [release](https://github.com/svtslv/webdav-gui/releases/latest)
## Build
```bash
git clone https://github.com/svtslv/webdav-gui
``````bash
cd webdav-gui
``````bash
npm install
```### MacOS
```bash
npm run electron:mac
```### Windows
```bash
npm run electron:windows
```### Linux
```bash
npm run electron:linux
```## License
MIT