https://github.com/kmendell/thinpi
Open Source Thin Client for the Raspberry Pi - Production Repo
https://github.com/kmendell/thinpi
docker dockerpi pkg raspberry-pi raspberrypi raspberrypi4 raspbian rdp remotedesktop thin thinclient thinpi thinpi-files wyse
Last synced: 3 months ago
JSON representation
Open Source Thin Client for the Raspberry Pi - Production Repo
- Host: GitHub
- URL: https://github.com/kmendell/thinpi
- Owner: kmendell
- Created: 2021-05-21T22:15:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-24T12:45:14.000Z (over 3 years ago)
- Last Synced: 2023-08-04T21:42:40.030Z (almost 2 years ago)
- Topics: docker, dockerpi, pkg, raspberry-pi, raspberrypi, raspberrypi4, raspbian, rdp, remotedesktop, thin, thinclient, thinpi, thinpi-files, wyse
- Language: C
- Homepage: https://gitlab.kmprojects.us
- Size: 44.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
# ThinPi
Open Source Thin Client for the Raspberry Pi built in C
🔔 For a Full Changelog click [Here](https://gitlab.kmprojects.us/thinpi/core/-/blob/master/github/CHANGELOG.md)
## Screenshots
![]()
![]()
![]()
## ⚡️ Quick start
Download the thinpi_start.sh from this repo and Run the Following Commands in The Terminal to Download, Compile, and Install all Dependencies and ThinPi Files
```bash
chmod +x ./thinpi_start.sh
sudo ./thinpi_start.sh
```That's all you need to get ThinPi Installed! 🎉
## 📝 ThinPi INI Config
An Example config has been included in output/thinpi/config/thinpi.ini
Under [thinpi_proto] the numcon varible should be set to how many connections you have starting at 1 NOT 0. See Example below.```ini
[thinpi_proto]
numcon=1[connection0]
name = ThinPi Server
ip = 10.4.100.2
usb = 1
printers = 0
drives = 1
res = 1920x1080
domain = thinpi.io
```### 🐳 Docker-way to quick start
> 🔔 Docker Building Support is Currently on hold while we work on the new update
## ⚠️ License
`ThinPi` is free and open-source software licensed under the [Apache 2.0 License](https://github.com/kmendell/thinpi/blob/master/LICENSE), and distributed under [Creative Commons](https://creativecommons.org/licenses/by-sa/4.0/) license (CC BY-SA 4.0 International).