2020-11-13 02:49:45 +05:30
|
|
|
# The port to Listen on.
|
2022-06-17 21:07:10 +05:30
|
|
|
PORT:8080
|
2021-07-17 04:10:46 +05:30
|
|
|
# The number of workers to use for the server
|
2022-06-17 21:07:10 +05:30
|
|
|
HTTP_WORKERS:2
|
2020-11-13 03:10:50 +05:30
|
|
|
# Proxy
|
2022-06-17 21:07:10 +05:30
|
|
|
PROXY_PART:https://pipedproxy-ams.kavin.rocks
|
2021-08-14 00:08:15 +05:30
|
|
|
# Outgoing HTTP Proxy - eg: 127.0.0.1:8118
|
|
|
|
#HTTP_PROXY: 127.0.0.1:8118
|
2021-07-17 04:10:46 +05:30
|
|
|
# Captcha Parameters
|
2022-06-17 21:07:10 +05:30
|
|
|
CAPTCHA_BASE_URL:https://api.capmonster.cloud/
|
|
|
|
CAPTCHA_API_KEY:INSERT_HERE
|
2021-07-17 04:10:46 +05:30
|
|
|
# Public API URL
|
2022-06-17 21:07:10 +05:30
|
|
|
API_URL:https://pipedapi.kavin.rocks
|
2021-09-09 13:35:19 +05:30
|
|
|
# Public Frontend URL
|
2022-11-12 01:22:51 +05:30
|
|
|
FRONTEND_URL:https://piped.video
|
2021-10-05 00:27:56 +05:30
|
|
|
# Enable haveibeenpwned compromised password API
|
2022-06-17 21:07:10 +05:30
|
|
|
COMPROMISED_PASSWORD_CHECK:true
|
2021-11-09 11:57:29 +05:30
|
|
|
# Disable Registration
|
2022-06-17 21:07:10 +05:30
|
|
|
DISABLE_REGISTRATION:false
|
2022-01-31 09:47:16 +05:30
|
|
|
# Feed Retention Time in Days
|
2022-06-17 21:07:10 +05:30
|
|
|
FEED_RETENTION:30
|
2022-06-25 14:49:06 +05:30
|
|
|
# Disable CPU expensive timers (for nodes with low CPU, at least one node should have this disabled)
|
|
|
|
DISABLE_TIMERS:false
|
2022-06-27 21:41:22 +05:30
|
|
|
# RYD Proxy URL (see https://github.com/TeamPiped/RYD-Proxy)
|
|
|
|
RYD_PROXY_URL:https://ryd-proxy.kavin.rocks
|
2022-10-23 23:47:04 +05:30
|
|
|
# SponsorBlock Servers(s)
|
|
|
|
# Comma separated list of SponsorBlock Servers to use
|
|
|
|
SPONSORBLOCK_SERVERS:https://sponsor.ajay.app,https://sponsorblock.kavin.rocks
|
2022-06-27 21:41:22 +05:30
|
|
|
# Disable the usage of RYD
|
|
|
|
DISABLE_RYD:false
|
2022-09-18 18:45:58 +05:30
|
|
|
# Disable API server (node just runs timers if enabled)
|
|
|
|
DISABLE_SERVER:false
|
|
|
|
# Disable the inclusion of LBRY streams
|
|
|
|
DISABLE_LBRY:false
|
|
|
|
# How long should unauthenticated subscriptions last for
|
|
|
|
SUBSCRIPTIONS_EXPIRY:30
|
2022-11-12 01:22:51 +05:30
|
|
|
# Sentry DSN
|
|
|
|
# Use Sentry to log errors and trace performance
|
|
|
|
#SENTRY_DSN:INSERT_HERE
|
2021-07-17 04:10:46 +05:30
|
|
|
# Hibernate properties
|
2022-06-17 21:07:10 +05:30
|
|
|
hibernate.connection.url:jdbc:postgresql://postgres:5432/piped
|
|
|
|
hibernate.connection.driver_class:org.postgresql.Driver
|
|
|
|
hibernate.dialect:org.hibernate.dialect.PostgreSQLDialect
|
|
|
|
hibernate.connection.username:piped
|
|
|
|
hibernate.connection.password:changeme
|
2022-09-18 18:45:58 +05:30
|
|
|
# Frontend configuration
|
2022-09-26 03:03:29 +05:30
|
|
|
#frontend.statusPageUrl:https://kavin.rocks
|
|
|
|
#frontend.donationUrl:https://kavin.rocks
|