Merge branch 'main' into dev

This commit is contained in:
2026-01-30 11:23:41 -05:00
3 changed files with 20 additions and 5 deletions

15
.github/FUNDING.yml vendored Normal file
View 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']

View File

@@ -3,11 +3,11 @@ name: Docker Build & Push
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
tags: ['v*'] tags: ["v*"]
branches: [master, dev] branches: [main, dev]
pull_request: pull_request:
types: [closed] types: [closed]
branches: [master, dev] branches: [main, dev]
env: env:
DOTNET_VERSION: "9.0.x" DOTNET_VERSION: "9.0.x"

View File

@@ -11,7 +11,7 @@ Please report all bugs as soon as possible, as the Jellyfin addition is entirely
```bash ```bash
# 1. Configure environment # 1. Configure environment
cp .env.example .env cp .env.example .env
nano .env # Edit with your settings vi .env # Edit with your settings
# 2. Start services # 2. Start services
docker-compose up -d --build 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"? ## Why "Allstarr"?