https://github.com/httpanimation/endvi
A simple media server for videos and photos built with npm
https://github.com/httpanimation/endvi
Last synced: 9 months ago
JSON representation
A simple media server for videos and photos built with npm
- Host: GitHub
- URL: https://github.com/httpanimation/endvi
- Owner: HttpAnimation
- License: gpl-3.0
- Created: 2024-02-26T01:51:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T02:14:54.000Z (almost 2 years ago)
- Last Synced: 2024-02-27T02:45:20.837Z (almost 2 years ago)
- Language: EJS
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EndVI
A simple media server for videos and photos built with npm
## Installing
To install open a terminal and run the following command.
```bash
cd ~/ && wget https://raw.githubusercontent.com/HttpAnimation/EndVI/main/install.bash && chmod +x install.bash && bash install.bash
```
## Installing for git
This is only for editing the source code.
```bash
wget https://raw.githubusercontent.com/HttpAnimation/EndVI/main/Basher.bash && chmod +x install.bash && bash install.bash
```