mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-12 01:45:57 -05:00
[PR #490] [MERGED] feat: add freebind support #1169
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/490
Author: @wukko
Created: 5/14/2024
Status: ✅ Merged
Merged: 5/15/2024
Merged by: @wukko
Base:
current← Head:freebind📝 Commits (10+)
cc1e9dcapi: add API_LISTEN_ADDRESS env for specifying bind address0114e68api: add FREEBIND_CIDR env variablec306a94match: add freebind support for youtube and instagramd891347package.json: revert undici version to 5.xd5aa27fyoutube: use the freebind dispatcher if available9419266stream: use freebind dispatcher in internal streams3fe6004dockerfile: fix freebind building, set up everything in one stepce6bafadocs: fix capitalisation in run-an-instance.md4b0814aconfig: clean upe44927einstagram: add freebind dispatcher support📊 Changes
11 files changed (+346 additions, -276 deletions)
View changed files
📝
Dockerfile(+5 -6)📝
docs/run-an-instance.md(+9 -1)📝
package.json(+4 -1)📝
src/core/api.js(+1 -1)📝
src/modules/config.js(+5 -2)📝
src/modules/processing/match.js(+18 -3)📝
src/modules/processing/matchActionDecider.js(+3 -2)📝
src/modules/processing/services/instagram.js(+263 -256)📝
src/modules/processing/services/youtube.js(+23 -2)📝
src/modules/stream/internal.js(+3 -0)📝
src/modules/stream/manage.js(+12 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.