Merge branch 'nightly' into winget-releaser

This commit is contained in:
ReenigneArcher
2022-08-07 18:35:09 -04:00
committed by GitHub
8 changed files with 38 additions and 27 deletions
+2 -4
View File
@@ -130,9 +130,7 @@ jobs:
mv ./build/PKGBUILD ./artifacts/ mv ./build/PKGBUILD ./artifacts/
- name: Validate package - name: Validate package
# uses: hapakaien/archlinux-package-action@v2 uses: hapakaien/archlinux-package-action@v2.2.0
# the above action has an issue with the archlinux-keychain
uses: lizardbyte/archlinux-package-action@main
with: with:
path: artifacts path: artifacts
flags: '--syncdeps --noconfirm' flags: '--syncdeps --noconfirm'
@@ -149,7 +147,7 @@ jobs:
- name: Publish AUR package - name: Publish AUR package
if: ${{ env.aur_publish == 'true' }} if: ${{ env.aur_publish == 'true' }}
uses: KSXGitHub/github-actions-deploy-aur@v2.3.0 uses: KSXGitHub/github-actions-deploy-aur@v2.4.1
with: with:
pkgname: ${{ env.aur_pkg }} pkgname: ${{ env.aur_pkg }}
pkgbuild: ./artifacts/PKGBUILD pkgbuild: ./artifacts/PKGBUILD
+1 -5
View File
@@ -48,7 +48,7 @@ Integrations
Support Support
--------- ---------
Our support methods are listed in our `LizardByte Docs <https:docs.lizardbyte.dev/about/support.html>`_. Our support methods are listed in our `LizardByte Docs <https://docs.lizardbyte.dev/en/latest/about/support.html>`_.
Downloads Downloads
--------- ---------
@@ -61,10 +61,6 @@ Downloads
:alt: AUR votes :alt: AUR votes
:target: https://aur.archlinux.org/packages/sunshine :target: https://aur.archlinux.org/packages/sunshine
.. image:: https://img.shields.io/badge/dynamic/json?color=blue&label=AUR-git&style=for-the-badge&query=$.results.0.NumVotes&url=https%3A%2F%2Fapp.lizardbyte.dev%2Funo%2Faur%2Fsunshine-git.json&logo=archlinux
:alt: AUR-git votes
:target: https://aur.archlinux.org/packages/sunshine-git
.. comment .. comment
image:: https://img.shields.io/docker/pulls/lizardbyte/sunshine?style=for-the-badge&logo=docker image:: https://img.shields.io/docker/pulls/lizardbyte/sunshine?style=for-the-badge&logo=docker
:alt: Docker :alt: Docker
+1 -1
View File
@@ -26,7 +26,7 @@ Winget
------ ------
.. image:: https://img.shields.io/badge/dynamic/xml?color=orange&label=Winget&style=for-the-badge&prefix=v&query=%2F%2Ftr%5B%40id%3D%27winget%27%5D%2Ftd%5B3%5D%2Fspan%2Fa&url=https%3A%2F%2Frepology.org%2Fproject%2Fsunshine%2Fversions&logo=microsoft .. image:: https://img.shields.io/badge/dynamic/xml?color=orange&label=Winget&style=for-the-badge&prefix=v&query=%2F%2Ftr%5B%40id%3D%27winget%27%5D%2Ftd%5B3%5D%2Fspan%2Fa&url=https%3A%2F%2Frepology.org%2Fproject%2Fsunshine%2Fversions&logo=microsoft
:alt: Winget Version :alt: Winget Version
:target: https://github.com/microsoft/winget-pkgs/tree/master/manifests/s/SunshineStream/Sunshine :target: https://github.com/microsoft/winget-pkgs/tree/master/manifests/l/LizardByte/Sunshine
Legacy GitHub Repo Legacy GitHub Repo
------------------ ------------------
+1 -1
View File
@@ -83,7 +83,7 @@ html_theme_options = {
'prev_next_buttons_location': 'bottom', 'prev_next_buttons_location': 'bottom',
'style_external_links': True, 'style_external_links': True,
'vcs_pageview_mode': 'blob', 'vcs_pageview_mode': 'blob',
# 'style_nav_header_background': 'white', 'style_nav_header_background': '#151515',
# Toc options # Toc options
'collapse_navigation': True, 'collapse_navigation': True,
'sticky_navigation': True, 'sticky_navigation': True,
@@ -90,7 +90,7 @@ modules:
- /share/ffmpeg/examples - /share/ffmpeg/examples
sources: sources:
- type: archive - type: archive
url: https://ffmpeg.org/releases/ffmpeg-4.4.2.tar.xz url: http://archive.ubuntu.com/ubuntu/pool/universe/f/ffmpeg/ffmpeg_4.4.2.orig.tar.xz
sha256: af419a7f88adbc56c758ab19b4c708afbcae15ef09606b82b855291f6a6faa93 sha256: af419a7f88adbc56c758ab19b4c708afbcae15ef09606b82b855291f6a6faa93
modules: modules:
- name: vmaf - name: vmaf
+9
View File
@@ -69,3 +69,12 @@
font-weight: 500; font-weight: 500;
} }
</style> </style>
<!-- Discord WidgetBot Crate-->
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" async defer>
new Crate({
server: '804382334370578482',
channel: '804383092822900797',
defer: false,
})
</script>
+13 -5
View File
@@ -9,9 +9,13 @@
<p> <p>
Resources for Sunshine! Resources for Sunshine!
</p> </p>
<a class="btn btn-primary" href="https://app.lizardbyte.dev" target="_blank">LizardByte Website</a> <div class="card-group p-4 align-items-center">
<a class="btn btn-warning" href="https://app.lizardbyte.dev/discord" target="_blank"><i class="fab fa-fw fa-discord"></i> Discord</a> <a class="btn btn-success m-1" href="https://app.lizardbyte.dev" target="_blank">LizardByte Website</a>
<a class="btn btn-warning" href="https://github.com/LizardByte/Sunshine/discussions" target="_blank"><i class="fab fa-fw fa-github"></i> Github Discussions</a> <a class="btn btn-primary m-1" href="https://app.lizardbyte.dev/discord" target="_blank">
<i class="fab fa-fw fa-discord"></i> Discord</a>
<a class="btn btn-secondary m-1" href="https://github.com/LizardByte/Sunshine/discussions" target="_blank">
<i class="fab fa-fw fa-github"></i> Github Discussions</a>
</div>
</div> </div>
</div> </div>
<!--Legal--> <!--Legal-->
@@ -22,8 +26,12 @@
<p> <p>
By continuing to use this software you agree to the terms and conditions in the following documents. By continuing to use this software you agree to the terms and conditions in the following documents.
</p> </p>
<a class="btn btn-danger" href="https://github.com/LizardByte/Sunshine/blob/master/LICENSE" target="_blank"><i class="fas fa-fw fa-file-alt"></i> License</a> <div class="card-group p-4 align-items-center">
<a class="btn btn-danger" href="https://github.com/LizardByte/Sunshine/blob/master/NOTICE" target="_blank"><i class="fas fa-fw fa-exclamation"></i> Third Party Notice</a> <a class="btn btn-danger m-1" href="https://github.com/LizardByte/Sunshine/blob/master/LICENSE" target="_blank">
<i class="fas fa-fw fa-file-alt"></i> License</a>
<a class="btn btn-danger m-1" href="https://github.com/LizardByte/Sunshine/blob/master/NOTICE" target="_blank">
<i class="fas fa-fw fa-exclamation"></i> Third Party Notice</a>
</div>
</div> </div>
</div> </div>
</div> </div>
+2 -2
View File
@@ -20,7 +20,7 @@ using namespace std::literals;
#define PRIVATE_KEY_FILE CA_DIR "/cakey.pem" #define PRIVATE_KEY_FILE CA_DIR "/cakey.pem"
#define CERTIFICATE_FILE CA_DIR "/cacert.pem" #define CERTIFICATE_FILE CA_DIR "/cacert.pem"
#define APPS_JSON_PATH SUNSHINE_CONFIG_DIR "/apps.json" #define APPS_JSON_PATH platf::appdata().string() + "/apps.json"
namespace config { namespace config {
namespace nv { namespace nv {
@@ -292,7 +292,7 @@ sunshine_t sunshine {
{}, // Username {}, // Username
{}, // Password {}, // Password
{}, // Password Salt {}, // Password Salt
SUNSHINE_CONFIG_DIR "/sunshine.conf", // config file platf::appdata().string() + "/sunshine.conf", // config file
{}, // cmd args {}, // cmd args
47989, 47989,
}; };