Skip to content

Commit 92a880b

Browse files
Merge pull request #282 from PierreBeucher/doc-update
Doc update
2 parents 515f97c + 7b594eb commit 92a880b

14 files changed

Lines changed: 128 additions & 15 deletions

File tree

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
[![Discord](https://img.shields.io/discord/856434175455133727?style=for-the-badge&logo=discord&logoColor=ffffff&label=Chat%20with%20us%20on%20Discord&labelColor=6A7EC2&color=7389D8)](https://discord.gg/QATA3b9TTa)
33
[![GitHub License](https://img.shields.io/github/license/PierreBeucher/cloudypad?style=for-the-badge&color=00d4c4)](./LICENSE.txt)
44

5-
Cloudy Pad lets you **deploy a Cloud gaming instance on your own servers, machines or directly in the Cloud** (AWS, Azure, Google Cloud, Scaleway...) and **play your own games** - without requiring a powerful gaming machine or a costly subscription.
5+
Cloudy Pad lets you **deploy a Cloud gaming instance on your own servers, machines or directly in the Cloud** (AWS, Azure, Google Cloud, Scaleway...) and **play your own Steam, Epic, GOG and other games** - without requiring a powerful gaming machine or a costly subscription.
66

77
**Not familiar with Cloud Gaming ?** See [What's Cloud Gaming and how is Cloudy Pad useful ?](./docs/src/what-is-cloud-gaming.md)
88

9-
109
- [Features](#features)
1110
- [Getting started 🚀](#getting-started-)
1211
- [Have a question ? Found a bug ?](#have-a-question--found-a-bug-)
@@ -22,14 +21,25 @@ Cloudy Pad lets you **deploy a Cloud gaming instance on your own servers, machin
2221

2322
## Features
2423

25-
- Run your games via **[Steam](https://store.steampowered.com/)**, **[Pegasus](https://pegasus-frontend.org/)** or **[Lutris](https://lutris.net/)**
24+
- Supported Games Launchers:
25+
- [Steam](https://store.steampowered.com)
26+
- [Epic](https://www.epicgames.com)
27+
- [GOG](https://www.gog.com)
28+
- [Heroic](https://heroicgameslauncher.com)
29+
- [Lutris](https://lutris.net/)
2630
- **Turn your own server or machine into a Cloud gaming instance**
2731
- Install directly on any server via SSH
28-
- Deploy natively on **AWS**, **Google Cloud**, **Azure**, **Scaleway** or **Paperspace**
32+
- Supported Cloud Providers:
33+
- AWS
34+
- Azure
35+
- Google Cloud Platform (GCP)
36+
- Scaleway
37+
- Paperspace
38+
- Cloud Cost optimisations:
2939
- Setup automated **Cost alerts** to avoid overspending 💸
3040
- Use **Spot instances** for up to **90% cheaper** instances
3141
- Play **30 hours per month** for **~15$ / month or less**
32-
- **Pay by the hour, no subscription** required
42+
- **Pay by the hour, no subscription** required
3343
- Deploy a [Sunshine](https://app.lizardbyte.dev/Sunshine/) or [Wolf](https://games-on-whales.github.io/wolf/stable/) video-game streaming server
3444
- Stream with [Moonlight](https://moonlight-stream.org/) client
3545

6.2 KB
Loading
3.67 KB
Loading

containers/sunshine/overlay/cloudy/conf/sunshine/apps.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,42 @@
7272
"exit-timeout": "5",
7373
"cmd": ""
7474
},
75+
{
76+
"name": "Epic Games",
77+
"image-path": "$(XDG_CONFIG_HOME)/sunshine/assets/epic.png",
78+
"prep-cmd": [
79+
{
80+
"do": "sh -c \"sunshine-app-startup.sh > \/tmp\/sunshine-session-start.log 2>&1\"",
81+
"undo": "sh -c \"heroic-stop.sh > \/tmp\/heroic-stop.log 2>&1\""
82+
}
83+
],
84+
"detached": [
85+
"sh -c \"heroic-start.sh > \/tmp\/heroic-start.log 2>&1\""
86+
],
87+
"exclude-global-prep-cmd": "false",
88+
"auto-detach": "true",
89+
"wait-all": "true",
90+
"exit-timeout": "5",
91+
"cmd": ""
92+
},
93+
{
94+
"name": "GOG",
95+
"image-path": "$(XDG_CONFIG_HOME)/sunshine/assets/gog.png",
96+
"prep-cmd": [
97+
{
98+
"do": "sh -c \"sunshine-app-startup.sh > \/tmp\/sunshine-session-start.log 2>&1\"",
99+
"undo": "sh -c \"heroic-stop.sh > \/tmp\/heroic-stop.log 2>&1\""
100+
}
101+
],
102+
"detached": [
103+
"sh -c \"heroic-start.sh > \/tmp\/heroic-start.log 2>&1\""
104+
],
105+
"exclude-global-prep-cmd": "false",
106+
"auto-detach": "true",
107+
"wait-all": "true",
108+
"exit-timeout": "5",
109+
"cmd": ""
110+
},
75111
{
76112
"name": "Lutris",
77113
"image-path": "$(XDG_CONFIG_HOME)/sunshine/assets/lutris.png",
226 KB
Loading
234 KB
Loading

containers/sunshine/overlay/cloudy/conf/xfce4-default/panel/launcher-11/heroic.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Desktop Entry]
22
Name=Heroic
3-
Comment=Application for managing and playing games on Steam
3+
Comment=Managing and play games on Heroic Games Launcher
44
Exec=heroic-start.sh
55
Icon=heroic
66
Terminal=false

containers/sunshine/overlay/cloudy/conf/xfce4-default/panel/launcher-12/lutris.desktop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Desktop Entry]
22
Name=Leroic
3-
Comment=Application for managing and playing games on Steam
3+
Comment=Managing and play games on Lutris
44
Exec=lutris-start.sh
55
Icon=lutris
66
Terminal=false
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[Desktop Entry]
2+
Name=Heroic
3+
Comment=Manage and play Epic games via Heroic Games Launcher
4+
Exec=heroic-start.sh
5+
Icon=/cloudy/conf/cloudypad/icons/epic.png
6+
Terminal=false
7+
Type=Application
8+
Categories=Network;FileTransfer;Game;
9+
Actions=Launch
10+
PrefersNonDefaultGPU=true
11+
X-KDE-RunOnDiscreteGpu=true
12+
X-XFCE-Source=file:///usr/share/applications/heroic.desktop
13+
Path=
14+
StartupNotify=false
15+
16+
[Desktop Action Launch]
17+
Name=Launch
18+
Exec=heroic
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[Desktop Entry]
2+
Name=Heroic
3+
Comment=Manage and play GOG games via Heroic Games Launcher
4+
Exec=heroic-start.sh
5+
Icon=/cloudy/conf/cloudypad/icons/gog.png
6+
Terminal=false
7+
Type=Application
8+
Categories=Network;FileTransfer;Game;
9+
Actions=Launch
10+
PrefersNonDefaultGPU=true
11+
X-KDE-RunOnDiscreteGpu=true
12+
X-XFCE-Source=file:///usr/share/applications/heroic.desktop
13+
Path=
14+
StartupNotify=false
15+
16+
[Desktop Action Launch]
17+
Name=Launch
18+
Exec=heroic

0 commit comments

Comments
 (0)