Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/imrany/anvel

Sharing tool -- Anvel is a file sharing program.
https://github.com/imrany/anvel

network react rust tauri

Last synced: about 2 months ago
JSON representation

Sharing tool -- Anvel is a file sharing program.

Awesome Lists containing this project

README

        

### Anvel
Anvel is an open-source, cross platform program that lets people share files on their local area networks.

View our latest release, [here](https://github.com/imrany/anvel/releases/tag/v0.4.3)

### Running Anvel using Docker
Fork or clone this repo
```bash
git clone https://github.com/imrany/anvel
```
Open bash in `anvel` directory or run
```bash
cd anvel
```
Build Anvel Docker Image
```bash
docker build -t anvel .
```
This will download and build the Anvel app inside the Docker container.

Run the Dockerized Anvel app
```bash
docker run -it --rm anvel
```