-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
29 lines (29 loc) · 1.5 KB
/
Copy path.env.example
File metadata and controls
29 lines (29 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
HYPEDDIT_NAME=
HYPEDDIT_EMAIL=
# Name/email are optional — only needed when a Hypeddit, GateRush, or Droploud gate asks for them.
# Droploud requires at least 2 characters when a SoundCloud comment step is present.
SC_COMMENT=Fire track!
SC_CLIENT_ID=
SC_OAUTH_TOKEN=
# Optional — only used by `bun manage-acc` to export a *separate* SoundCloud account
# (follows/likes/reposts/playlists → ./exports). Not used by the downloader; leave blank otherwise.
MANAGED_SC_CLIENT_ID=
MANAGED_SC_OAUTH_TOKEN=
# Optional residential proxy when SoundCloud DataDome hard-blocks engagement PUTs
# (repost/like/comment). DELETE cleanup is not DataDome-protected and works without this.
# SC_API_PROXY=http://user:pass@host:port
# CLOAKBROWSER_PROXY=http://user:pass@host:port
# PROXY_URL=http://user:pass@host:port
# WebUI browser jobs default to headless (also toggleable per job in the UI).
# Set false to force headed for all jobs when the UI option is not sent.
# BROWSER_HEADLESS=false
# Disable Chromium GPU access on hosts where rendering otherwise fails.
# SC_GATE_DL_DISABLE_GPU=true
# Avoid /dev/shm when it is too small, such as in some containers.
# SC_GATE_DL_DISABLE_DEV_SHM=true
# Proxy timezone/locale matching is automatic; uncomment only to disable it.
# CLOAKBROWSER_GEOIP=false
# Server only: delete the completed MP3/FLAC/original file after its HTTP
# response is fully transferred. Cancelled or failed transfers keep the file.
# Applies to headless, Xvfb, and visible-headed jobs.
# SC_GATE_DL_DELETE_AFTER_DOWNLOAD=true