This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from LizardByte/nightly
v0.0.3
- Loading branch information
Showing
10 changed files
with
161 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
--- | ||
# This action is centrally managed in https://github.com/<organization>/.github/ | ||
# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in | ||
# the above-mentioned repo. | ||
|
||
name: Release Notifications | ||
|
||
on: | ||
release: | ||
types: [published] | ||
# https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#onevent_nametypes | ||
|
||
jobs: | ||
discord: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: discord | ||
uses: sarisia/actions-status-discord@v1 # https://github.com/sarisia/actions-status-discord | ||
with: | ||
webhook: ${{ secrets.DISCORD_RELEASE_WEBHOOK }} | ||
nodetail: true | ||
nofail: false | ||
username: ${{ secrets.DISCORD_USERNAME }} | ||
avatar_url: ${{ secrets.ORG_LOGO_URL }} | ||
title: ${{ github.event.repository.name }} ${{ github.ref_name }} Released | ||
description: ${{ github.event.release.body }} | ||
color: 0xFF4500 | ||
|
||
facebook_group: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: facebook-post-action | ||
uses: ReenigneArcher/facebook-post-action@v1 # https://github.com/ReenigneArcher/facebook-post-action | ||
with: | ||
page_id: ${{ secrets.FACEBOOK_GROUP_ID }} | ||
access_token: ${{ secrets.FACEBOOK_ACCESS_TOKEN }} | ||
message: | | ||
${{ github.event.repository.name }} ${{ github.ref_name }} Released | ||
${{ github.event.release.body }} | ||
url: ${{ github.event.release.html_url }} | ||
|
||
facebook_page: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: facebook-post-action | ||
uses: ReenigneArcher/facebook-post-action@v1 # https://github.com/ReenigneArcher/facebook-post-action | ||
with: | ||
page_id: ${{ secrets.FACEBOOK_PAGE_ID }} | ||
access_token: ${{ secrets.FACEBOOK_ACCESS_TOKEN }} | ||
message: | | ||
${{ github.event.repository.name }} ${{ github.ref_name }} Released | ||
${{ github.event.release.body }} | ||
url: ${{ github.event.release.html_url }} | ||
|
||
reddit: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: reddit | ||
uses: bluwy/release-for-reddit-action@v1 # https://github.com/bluwy/release-for-reddit-action | ||
with: | ||
username: ${{ secrets.REDDIT_USERNAME }} | ||
password: ${{ secrets.REDDIT_PASSWORD }} | ||
app-id: ${{ secrets.REDDIT_CLIENT_ID }} | ||
app-secret: ${{ secrets.REDDIT_CLIENT_SECRET }} | ||
subreddit: ${{ secrets.REDDIT_SUBREDDIT }} | ||
title: ${{ github.event.repository.name }} ${{ github.ref_name }} Released | ||
url: ${{ github.event.release.html_url }} | ||
flair-id: ${{ secrets.REDDIT_FLAIR_ID }} # https://www.reddit.com/r/<subreddit>>/api/link_flair.json | ||
comment: ${{ github.event.release.body }} | ||
|
||
twitter: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: twitter | ||
uses: ethomson/send-tweet-action@v1 # https://github.com/ethomson/send-tweet-action | ||
with: | ||
consumer-key: ${{ secrets.TWITTER_API_KEY }} | ||
consumer-secret: ${{ secrets.TWITTER_API_SECRET }} | ||
access-token: ${{ secrets.TWITTER_ACCESS_TOKEN }} | ||
access-token-secret: ${{ secrets.TWITTER_ACCESS_TOKEN_SECRET }} | ||
status: ${{ github.event.release.html_url }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,16 @@ | ||
# Changelog | ||
|
||
## [0.0.3] - 2022-10-04 | ||
### Fixed | ||
- `plexhints` import error on Docker | ||
- Reduced release bundle size | ||
### Updated | ||
- Improved documentation for Docker | ||
|
||
## [0.0.2] - 2022-09-11 | ||
### Added | ||
- Add docker-mod for linuxserver plex image | ||
- | ||
|
||
## [0.0.1] - 2022-09-09 | ||
### Added | ||
- Initial Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,28 @@ | ||
# Docker | ||
### lizardbyte/plexyglass | ||
|
||
This is a docker mod for Plex which adds [PlexyGlass](https://github.com/LizardByte/PlexyGlass) to Plex as a plugin, | ||
to be downloaded/updated during container start. | ||
This is a [docker-mod](https://linuxserver.github.io/docker-mods/) for | ||
[plex](https://hub.docker.com/r/linuxserver/plex) which adds [PlexyGlass](https://github.com/LizardByte/PlexyGlass) | ||
to plex as a plugin, to be downloaded/updated during container start. | ||
|
||
In plex docker arguments, set an environment variable `DOCKER_MODS=lizardbyte/plexyglass:latest` | ||
This image extends the plex image, and is not intended to be created as a separate container. | ||
|
||
### Installation | ||
|
||
In plex docker arguments, set an environment variable `DOCKER_MODS=lizardbyte/plexyglass:latest` or | ||
`DOCKER_MODS=ghcr.io/lizardbyte/plexyglass:latest` | ||
|
||
If adding multiple mods, enter them in an array separated by `|`, such as | ||
`DOCKER_MODS=lizardbyte/plexyglass:latest|linuxserver/mods:other-plex-mod` | ||
|
||
For more information about linuxserver docker-mods, see [here](https://linuxserver.github.io/docker-mods/). | ||
### Supported Architectures | ||
|
||
Specifying `lizardbyte/plexyglass:latest` or `ghcr.io/lizardbyte/plexyglass:latest` should retrieve the correct image | ||
for your architecture. | ||
|
||
The architectures supported by this image are: | ||
|
||
| Architecture | Available | | ||
|:------------:|:---------:| | ||
| x86-64 | ✅ | | ||
| arm64 | ✅ | | ||
| armhf | ✅ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
:github_url: https://github.com/LizardByte/PlexyGlass/tree/nightly/DOCKER_README.md | ||
|
||
Docker | ||
------ | ||
|
||
.. mdinclude:: ../../../DOCKER_README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters