mirror of
https://github.com/datarhei/core.git
synced 2025-10-06 08:27:08 +08:00

Commits (Ingo Oppermann): - Add experimental SRT connection stats and logs - Hide /config/reload endpoint in reade-only mode - Add SRT server - Create v16 in go.mod - Fix data races, tests, lint, and update dependencies - Add trailing slash for routed directories (datarhei/restreamer#340) - Allow relative URLs in content in static routes Co-Authored-By: Ingo Oppermann <57445+ioppermann@users.noreply.github.com>
13 lines
185 B
Makefile
13 lines
185 B
Makefile
all: build
|
|
|
|
.PHONY: init
|
|
init:
|
|
git submodule update --init --recursive
|
|
|
|
.PHONY: deps
|
|
deps:
|
|
go install github.com/UnnoTed/fileb0x@v1.1.4
|
|
|
|
.PHONY: build
|
|
build:
|
|
fileb0x fileb0x/b0x.yaml
|