generated from ztimson/template
Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b9ebb149ef | ||
|
|
cfcbccf152 | ||
|
|
9c8c108da0 | ||
|
|
d54d318166 |
@@ -53,7 +53,7 @@ Homecast is a homebrew, Chromecast-style streaming appliance built around a Rasp
|
|||||||
The goal is to provide a simple, self-hosted casting and media experience while retaining complete control over the underlying hardware and software.
|
The goal is to provide a simple, self-hosted casting and media experience while retaining complete control over the underlying hardware and software.
|
||||||
|
|
||||||
Features include:
|
Features include:
|
||||||
- Installs ontop of any Rasbian + Wayland OS
|
- Installs on-top of any Raspberry Pi OS + Wayland
|
||||||
- Allows you to fully customize and use as your own media center
|
- Allows you to fully customize and use as your own media center
|
||||||
- Remote desktop into the pi via the browser on any device
|
- Remote desktop into the pi via the browser on any device
|
||||||
- Mirrors to the TV
|
- Mirrors to the TV
|
||||||
@@ -70,8 +70,6 @@ Features include:
|
|||||||
[](https://www.w3.org/Style/CSS/Overview.en.html)
|
[](https://www.w3.org/Style/CSS/Overview.en.html)
|
||||||
[](https://www.raspberrypi.com/)
|
[](https://www.raspberrypi.com/)
|
||||||
[](https://wayland.freedesktop.org/)
|
[](https://wayland.freedesktop.org/)
|
||||||
[](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket)
|
|
||||||
[](https://novnc.com/)
|
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -14,7 +14,7 @@ source ~/.bashrc
|
|||||||
nvm install stable && nvm use stable
|
nvm install stable && nvm use stable
|
||||||
|
|
||||||
# Install Homecast
|
# Install Homecast
|
||||||
cd /tbd
|
mkdir /app && cd /app
|
||||||
git clone https://git.zakscode.com/ztimson/homecast.git .
|
git clone https://git.zakscode.com/ztimson/homecast.git .
|
||||||
npm i
|
npm i
|
||||||
mkdir -p certs
|
mkdir -p certs
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
"description": "The Homebrew Chromecast",
|
"description": "The Homebrew Chromecast",
|
||||||
"main": "src/server.mjs",
|
"main": "src/server.mjs",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node server.mjs"
|
"start": "node src/server.mjs"
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user