[PR #490] [MERGED] feat: add freebind support #1169

Closed
opened 2025-11-09 10:07:14 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: currentHead: freebind


📝 Commits (10+)

  • cc1e9dc api: add API_LISTEN_ADDRESS env for specifying bind address
  • 0114e68 api: add FREEBIND_CIDR env variable
  • c306a94 match: add freebind support for youtube and instagram
  • d891347 package.json: revert undici version to 5.x
  • d5aa27f youtube: use the freebind dispatcher if available
  • 9419266 stream: use freebind dispatcher in internal streams
  • 3fe6004 dockerfile: fix freebind building, set up everything in one step
  • ce6bafa docs: fix capitalisation in run-an-instance.md
  • 4b0814a config: clean up
  • e44927e instagram: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/490 **Author:** [@wukko](https://github.com/wukko) **Created:** 5/14/2024 **Status:** ✅ Merged **Merged:** 5/15/2024 **Merged by:** [@wukko](https://github.com/wukko) **Base:** `current` ← **Head:** `freebind` --- ### 📝 Commits (10+) - [`cc1e9dc`](https://github.com/imputnet/cobalt/commit/cc1e9dcff88990dde35ff81c256f5d8608fd301d) api: add API_LISTEN_ADDRESS env for specifying bind address - [`0114e68`](https://github.com/imputnet/cobalt/commit/0114e686b8a8ef3de984d1e003c66aa375e2dc48) api: add FREEBIND_CIDR env variable - [`c306a94`](https://github.com/imputnet/cobalt/commit/c306a944d953e6f8ab47f7bfe3f81f7627880fe8) match: add freebind support for youtube and instagram - [`d891347`](https://github.com/imputnet/cobalt/commit/d8913472ad69d32e4148ef3d9c99fe57dca3f880) package.json: revert undici version to 5.x - [`d5aa27f`](https://github.com/imputnet/cobalt/commit/d5aa27f5f904f3c993691ca901546b29bc4b06e5) youtube: use the freebind dispatcher if available - [`9419266`](https://github.com/imputnet/cobalt/commit/9419266cd7c5b21088aaf5e00f2c7f8a570fa567) stream: use freebind dispatcher in internal streams - [`3fe6004`](https://github.com/imputnet/cobalt/commit/3fe60046008364d6425a95a2db02cf6cdad5a54b) dockerfile: fix freebind building, set up everything in one step - [`ce6bafa`](https://github.com/imputnet/cobalt/commit/ce6bafadf9b43e04f02528cc309b58b2564a8853) docs: fix capitalisation in run-an-instance.md - [`4b0814a`](https://github.com/imputnet/cobalt/commit/4b0814a2ecd8ca9b49cf3f110918a74d41c9dd6e) config: clean up - [`e44927e`](https://github.com/imputnet/cobalt/commit/e44927e5adf7f9d8477362f5a7fba678661cb442) instagram: add freebind dispatcher support ### 📊 Changes **11 files changed** (+346 additions, -276 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-09 10:07:14 -06:00
Sign in to join this conversation.