diff options
author | Parker <contact@pkrm.dev> | 2025-01-20 21:29:36 -0600 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2025-01-20 21:29:36 -0600 |
commit | 87a0bec85d9b9d8ea1e9c7057609634ed889f675 (patch) | |
tree | 66b23c7ce9ae0d9db0913ecae01cf8cd9a223b2e /README.md | |
parent | a7a9a329840dd42089146d3ee5d258ad5fc9ec4e (diff) |
Add public_url field for Jellyfin acc. creation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -60,4 +60,5 @@ Field | Description URL | URL for your Jellyfin server (e.g. http://localhost:8096) API_KEY | API key for Jellyfin - can be created in `Dashboard > API Keys` ACCOUNT_TIME | Amount of time, in hours, accounts should exist before being deleted -SIMPLE_PASSWORDS | `true/false` : Whether or not to have simple dictionary word passwords for temporary accounts
\ No newline at end of file +SIMPLE_PASSWORDS | `true/false` : Whether or not to have simple dictionary word passwords for temporary accounts +PUBLIC_URL | Public URL for your Jellyfin server. Used in the account creation message
\ No newline at end of file |