mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-02-09 23:55:10 -05:00
Merge branch 'main' into dev
This commit is contained in:
15
.github/FUNDING.yml
vendored
Normal file
15
.github/FUNDING.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# These are supported funding model platforms
|
||||
|
||||
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||
patreon: # Replace with a single Patreon username
|
||||
open_collective: # Replace with a single Open Collective username
|
||||
ko_fi: joshpatra
|
||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||
liberapay: # Replace with a single Liberapay username
|
||||
issuehunt: # Replace with a single IssueHunt username
|
||||
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
|
||||
polar: # Replace with a single Polar username
|
||||
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
|
||||
thanks_dev: # Replace with a single thanks.dev username
|
||||
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
||||
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@@ -3,11 +3,11 @@ name: Docker Build & Push
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags: ['v*']
|
||||
branches: [master, dev]
|
||||
tags: ["v*"]
|
||||
branches: [main, dev]
|
||||
pull_request:
|
||||
types: [closed]
|
||||
branches: [master, dev]
|
||||
branches: [main, dev]
|
||||
|
||||
env:
|
||||
DOTNET_VERSION: "9.0.x"
|
||||
|
||||
@@ -11,7 +11,7 @@ Please report all bugs as soon as possible, as the Jellyfin addition is entirely
|
||||
```bash
|
||||
# 1. Configure environment
|
||||
cp .env.example .env
|
||||
nano .env # Edit with your settings
|
||||
vi .env # Edit with your settings
|
||||
|
||||
# 2. Start services
|
||||
docker-compose up -d --build
|
||||
@@ -53,7 +53,7 @@ server {
|
||||
}
|
||||
```
|
||||
|
||||
**Security:** All authentication is forwarded to Jellyfin - this is as secure as Jellyfin itself. Always use HTTPS for public access.
|
||||
**Security:** Don't trust me or my code, or anyone for that matter (Zero-trust, get it?), use Tailscale or Pangolin or Cloudflare Zero-Trust or anything like it please
|
||||
|
||||
## Why "Allstarr"?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user