Ryot
Docker-Anwendung from grtgbln's Repository
Übersicht
Anforderungen
Requires a separate Postgres database.
Laufzeit-Argumente
- Web-UI
http://[IP]:[PORT:8000]/- Netzwerk
bridge- Privilegiert
- false
Konfiguration der Vorlage
Container Port: 8000
- Ziel
- 8000
- Standard
- 8000
- Wert
- 8000
An access token that can be used for admin operations.
- Ziel
- SERVER_ADMIN_ACCESS_TOKEN
Key to activate pro features. If left blank, will default to community edition.
- Ziel
- SERVER_PRO_KEY
The mailbox format for sending emails.
- Ziel
- SERVER_SMTP_MAILBOX
- Standard
- Ryot <no-reply@ryot.io>
- Wert
- Ryot <no-reply@ryot.io>
The SMTP host to send emails from.
- Ziel
- SERVER_SMTP_SERVER
The SMTP user to send emails from.
- Ziel
- SERVER_SMTP_USER
The SMTP password to send emails from.
- Ziel
- SERVER_SMTP_PASSWORD
Used as the base URL when generating item links for the frontend.
- Ziel
- FRONTEND_URL
- Standard
- http://localhost:8000
Allow users to register for an account.
- Ziel
- USERS_ALLOW_REGISTRATION
- Standard
- true|false
The secret used for generating JWT tokens.
- Ziel
- USERS_JWT_SECRET
Whether to disable local user authentication completely.
- Ziel
- USERS_DISABLE_LOCAL_AUTH
- Standard
- false|true
The client ID for OIDC authentication.
- Ziel
- SERVER_OIDC_CLIENT_ID
The client secret for OIDC authentication.
- Ziel
- SERVER_OIDC_CLIENT_SECRET
The issuer URL for OIDC authentication.
- Ziel
- SERVER_OIDC_ISSUER_URL
URL of the Postgres database
- Ziel
- DATABASE_URL
- Standard
- postgres://USERNAME:PASSWORD@HOST:5432/DATABASE_NAME
The access key ID for the S3 compatible file storage. Required to enable file storage.
- Ziel
- FILE_STORAGE_S3_ACCESS_KEY_ID
The secret access key for the S3 compatible file storage. Required to enable file storage.
- Ziel
- FILE_STORAGE_S3_SECRET_ACCESS_KEY
The URL for the S3 compatible file storage. Required to enable file storage.
- Ziel
- FILE_STORAGE_S3_URL
The region for the S3 compatible file storage. Required to enable file storage.
- Ziel
- FILE_STORAGE_S3_REGION
The bucket name for the S3 compatible file storage. Required to enable file storage.
- Ziel
- FILE_STORAGE_S3_BUCKET_NAME
Number of days after which a media should be removed from the Monitoring collection.
- Ziel
- MEDIA_MONITORING_REMOVE_AFTER_DAYS
- Standard
- 30
- Wert
- 30
The preferred language for Anilist data.
- Ziel
- ANIME_AND_MANGA_ANILIST_PREFERRED_LANGUAGE
- Standard
- native
- Wert
- native
The client ID issued by MAL.
- Ziel
- ANIME_AND_MANGA_MAL_CLIENT_ID
The locale for Audible data.
- Ziel
- AUDIO_BOOKS_AUDIBLE_LOCALE
- Standard
- us
- Wert
- us
The API key issued by Google Books.
- Ziel
- BOOKS_GOOGLE_BOOKS_API_KEY
Whether to pass the raw query string to the search API.
- Ziel
- BOOKS_GOOGLE_BOOKS_PASS_RAW_QUERY
- Standard
- false|true
The API key issued by Hardcover.
- Ziel
- BOOKS_HARDCOVER_API_KEY
The size of the cover image to fetch from Openlibrary.
- Ziel
- BOOKS_OPENLIBRARY_COVER_IMAGE_SIZE
- Standard
- M
- Wert
- M
The access token issued by TMDB.
- Ziel
- MOVIES_AND_SHOWS_TMDB_ACCESS_TOKEN
The preferred language for TMDB data.
- Ziel
- MOVIES_AND_SHOWS_TMDB_LOCALE
- Standard
- en
- Wert
- en
The API key for the TVDB API.
- Ziel
- MOVIES_AND_SHOWS_TVDB_API_KEY
The locale for iTunes data.
- Ziel
- PODCASTS_ITUNES_LOCALE
- Standard
- en_us
- Wert
- en_us
The API token issued by Listennotes.
- Ziel
- PODCASTS_LISTENNOTES_API_TOKEN
The client ID for the Spotify API.
- Ziel
- MUSIC_SPOTIFY_CLIENT_ID
The client secret for the Spotify API.
- Ziel
- MUSIC_SPOTIFY_CLIENT_SECRET
The size of the cover image to fetch from IGDB.
- Ziel
- VIDEO_GAMES_IGDB_IMAGE_SIZE
- Standard
- t_original
- Wert
- t_original
The client ID issued by Twitch. Required to enable video games tracking.
- Ziel
- VIDEO_GAMES_TWITCH_CLIENT_ID
The client secret issued by Twitch. Required to enable video games tracking.
- Ziel
- VIDEO_GAMES_TWITCH_CLIENT_SECRET
The API key for the GiantBomb API.
- Ziel
- VIDEO_GAMES_GIANT_BOMB_API_KEY
Internal port of the container. Not recommended to change.
- Ziel
- PORT
- Standard
- 8000
- Wert
- 8000
The host address to bind the backend server to.
- Ziel
- SERVER_BACKEND_HOST
- Standard
- 0.0.0.0
- Wert
- 0.0.0.0
The port number to bind the backend server to.
- Ziel
- SERVER_BACKEND_PORT
- Standard
- 5000
- Wert
- 5000
An array of URLs for CORS origins.
- Ziel
- SERVER_CORS_ORIGINS
Disable background jobs
- Ziel
- SERVER_DISABLE_BACKGROUND_JOBS
- Standard
- false|true
The hours in which a media can be marked as seen again for a user. This is used so that the same media can not be used marked as started when it has been already marked as seen in the last `n` hours.
- Ziel
- SERVER_PROGRESS_UPDATE_THRESHOLD
- Standard
- 2
- Wert
- 2
Enable the GraphQL playground
- Ziel
- SERVER_GRAPHQL_PLAYGROUND_ENABLED
- Standard
- true|false
Enable demo mode
- Ziel
- SERVER_IS_DEMO_INSTANCE
- Standard
- false|true
The client ID for the Trakt importer. Required to enable Trakt importer.
- Ziel
- SERVER_IMPORTER_TRAKT_CLIENT_ID
The maximum file size, in MB, for user uploads.
- Ziel
- SERVER_MAX_FILE_SIZE_MB
- Standard
- 70
- Wert
- 70
The number of seconds to sleep before starting the server.
- Ziel
- SERVER_SLEEP_BEFORE_STARTUP_SECONDS
- Standard
- 0
- Wert
- 0
A message to be displayed on the dashboard.
- Ziel
- FRONTEND_DASHBOARD_MESSAGE
The button label for OIDC authentication.
- Ziel
- FRONTEND_OIDC_BUTTON_LABEL
- Standard
- Continue with OpenID Connect
The number of days till login authentication token is valid.
- Ziel
- USERS_TOKEN_VALID_FOR_DAYS
- Standard
- 90
- Wert
- 90
Opt out of telemetry metrics
- Ziel
- DISABLE_TELEMETRY
- Standard
- true|false
Comma separated list of domain names to provide in analytics
- Ziel
- FRONTEND_UMAMI_DOMAINS
URL of the Umami analytics script. For example: https://umami.is/script.js
- Ziel
- FRONTEND_UMAMI_SCRIPT_URL
The website ID for Umami analytics
- Ziel
- FRONTEND_UMAMI_WEBSITE_ID
English expression for frequent cron tasks (syncing integrations, workout revisions). Uses https://github.com/kaplanelad/english-to-cron.
- Ziel
- SCHEDULER_FREQUENT_CRON_JOBS_SCHEDULE
- Standard
- every 5 minutes
- Wert
- every 5 minutes
English expression for infrequent cron jobs (cleaning up data, refreshing calendar). Uses https://github.com/kaplanelad/english-to-cron.
- Ziel
- SCHEDULER_INFREQUENT_CRON_JOBS_SCHEDULE
- Standard
- every midnight
- Wert
- every midnight
Sync data from push and yank based integrations every `n` minutes.
- Ziel
- INTEGRATION_SYNC_EVERY_MINUTES
- Standard
- 5
- Wert
- 5
Statistik herunterladen
Gesamte Downloads im Laufe der Zeit
Einzelheiten
ignisda/ryot:latestFühren Sie Ryot auf Unraid aus.
Ryot ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.