mirror of
https://github.com/imputnet/cobalt.git
synced 2026-05-07 21:16:25 -05:00
[PR #380] [MERGED] make all environment variables consistent & list them in docs #10558
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/imputnet/cobalt/pull/380
Author: @wukko
Created: 3/5/2024
Status: ✅ Merged
Merged: 3/5/2024
Merged by: @wukko
Base:
7.11← Head:capitalize-env📝 Commits (10+)
e16ee6cenv: readable environment variables in all filesa480221docker-compose example: update env variables & clearer messaging7656153docs: added a list of all variables torun-an-instance.md011a012env: rename ENABLE_CORS to CORS_WILDCARD for better clarity0f51549docker-compose example: update api comments12833e1api: alias deprecated envs to maintain backwards compatibilitybcda104test: alias deprecated envs here toof3f0d0ealias-envs: delete old env18056dccors: revert cors name change in serverInfoa487384instance docs: update CORS_WILDCARD description📊 Changes
12 files changed (+94 additions, -47 deletions)
View changed files
📝
docs/examples/docker-compose.example.yml(+12 -12)📝
docs/run-an-instance.md(+22 -0)📝
src/cobalt.js(+3 -2)📝
src/core/api.js(+7 -7)📝
src/core/web.js(+3 -3)📝
src/modules/pageRender/elements.js(+1 -1)📝
src/modules/pageRender/page.js(+4 -4)📝
src/modules/processing/cookie/manager.js(+1 -1)📝
src/modules/setup.js(+16 -16)📝
src/modules/stream/manage.js(+1 -1)➕
src/modules/sub/alias-envs.js(+23 -0)📝
src/test/test.js(+1 -0)📄 Description
apiPort->API_PORTapiURL->API_URLapiName->API_NAMEcors->CORS_WILDCARDcookiePath->COOKIE_PATHwebPort->WEB_PORTwebURL->WEB_URLshowSponsors->SHOW_SPONSORSisBeta->IS_BETA🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.