doc
This commit is contained in:
parent
7652951f71
commit
890f987389
12
README.md
12
README.md
@ -12,7 +12,7 @@ This installs and Configures the following:
|
||||
- Model: Raspberry Pi 4/5
|
||||
- OS: Raspberry Pi OS (64 Bit) (with the Raspberry Pi Desktop)
|
||||
- Choose SD-Card (\>= 64GB)
|
||||
- continue
|
||||
- Click on "Continue"
|
||||
- Optional: Provide WLAN-Keys and/or SSH-Keys
|
||||
- Define Username "user".
|
||||
- Prepare the SD-Card
|
||||
@ -24,9 +24,12 @@ This installs and Configures the following:
|
||||
replace \<IP\>with the IP of your pi.
|
||||
```
|
||||
ssh user@<IP>
|
||||
```
|
||||
Alternative use a Terminal on the Pi
|
||||
#### sudo to root
|
||||
```
|
||||
sudo su -
|
||||
```
|
||||
Alternative use Console
|
||||
#### Optional: SSH-Keys for root
|
||||
```
|
||||
cp -r /home/user/.ssh /root/
|
||||
@ -44,17 +47,16 @@ wget https://gitea.ds9.dedyn.io/olli/debian.ansible.kodi/raw/branch/main/raspi.s
|
||||
bash -ex raspi.sh
|
||||
```
|
||||
#### Optional: Wireguard VPN client for "mobile clients"
|
||||
-
|
||||
- copy the wireguard config file on your Pi (scp/USB-Stick,..)
|
||||
replace \<wireguard-config-file.conf\> with your wireguard-config file
|
||||
```
|
||||
nmcli connection import type wireguard file <wireguard-config-file.conf>
|
||||
# redirect some services for example a jellyfin hostname
|
||||
echo "192.168.44.1 jellyfin.myhost.tld" >>/etc/hosts
|
||||
```
|
||||
|
||||
## Reboot and Kodi should start
|
||||
```
|
||||
reboot
|
||||
```
|
||||
## Kodi Remote Password
|
||||
Please change the remote password in Kodi "Settings -> Services" (defaults to xxxx).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user