Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/imrany/anvel
- Owner: imrany
- License: mit
- Created: 2023-11-23T06:04:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-09T13:24:34.000Z (4 months ago)
- Last Synced: 2024-09-10T10:09:13.496Z (4 months ago)
- Topics: network, react, rust, tauri
- Language: TypeScript
- Homepage: https://anvel-org.vercel.app
- Size: 90.9 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```