Added mumble-web

This commit is contained in:
palo 2024-11-29 03:45:40 +01:00
parent 7bd20d3495
commit 12ef2e9243
5 changed files with 25 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "mumble-web/source"]
path = mumble-web/source
url = https://git.abbiamoundominio.org/palo/mumble-web/

7
mumble-web/Makefile Normal file
View File

@ -0,0 +1,7 @@
DOCKER ?= docker
IMAGE ?= mumble-web
DOCKERFILE ?= source/Dockerfile
.PHONY: build
build:
$(DOCKER) build -t $(IMAGE) -f $(DOCKERFILE) .

5
mumble-web/README.md Normal file
View File

@ -0,0 +1,5 @@
# Mumble-web
Web fronted per Mumble
La cartella source è un submodule a <https://git.abbiamoundominio.org/palo/mumble-web/>, una nostra fork del progetto originale

9
mumble-web/run.sh Normal file
View File

@ -0,0 +1,9 @@
#!/bin/bash
docker run --rm \
--name mumble-web \
--network unitservices \
--publish 8181:8080/tcp \
mumble-web
# TODO: After testing is done, the published port can be removed

1
mumble-web/source Submodule

@ -0,0 +1 @@
Subproject commit 9dc62828f4534218ceb630beadb3dda78568c3c3