mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-01 13:52:46 +00:00
* Fix #897 and shuffle directory around * Update find-lint * goimports Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
This commit is contained in:
parent
3fdb045116
commit
24d8df664c
260 changed files with 901 additions and 901 deletions
9
build/docker/services/client-api-proxy.sh
Normal file
9
build/docker/services/client-api-proxy.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
bash ./docker/build.sh
|
||||
|
||||
./bin/client-api-proxy --bind-address ":8008" \
|
||||
--client-api-server-url "http://client_api:7771" \
|
||||
--sync-api-server-url "http://sync_api:7773" \
|
||||
--media-api-server-url "http://media_api:7774" \
|
||||
--public-rooms-api-server-url "http://public_rooms_api:7775" \
|
5
build/docker/services/client-api.sh
Normal file
5
build/docker/services/client-api.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
bash ./docker/build.sh
|
||||
|
||||
./bin/dendrite-client-api-server --config=dendrite.yaml
|
5
build/docker/services/edu-server.sh
Normal file
5
build/docker/services/edu-server.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
bash ./docker/build.sh
|
||||
|
||||
./bin/dendrite-edu-server --config=dendrite.yaml
|
7
build/docker/services/federation-api-proxy.sh
Normal file
7
build/docker/services/federation-api-proxy.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
bash ./docker/build.sh
|
||||
|
||||
./bin/federation-api-proxy --bind-address ":8448" \
|
||||
--federation-api-url "http://federation_api_server:7772" \
|
||||
--media-api-server-url "http://media_api:7774" \
|
5
build/docker/services/federation-api.sh
Normal file
5
build/docker/services/federation-api.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
bash ./docker/build.sh
|
||||
|
||||
./bin/dendrite-federation-api-server --config dendrite.yaml
|
5
build/docker/services/federation-sender.sh
Normal file
5
build/docker/services/federation-sender.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
bash ./docker/build.sh
|
||||
|
||||
./bin/dendrite-federation-sender-server --config dendrite.yaml
|
5
build/docker/services/key-server.sh
Normal file
5
build/docker/services/key-server.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
bash ./docker/build.sh
|
||||
|
||||
./bin/dendrite-key-server --config dendrite.yaml
|
5
build/docker/services/media-api.sh
Normal file
5
build/docker/services/media-api.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
bash ./docker/build.sh
|
||||
|
||||
./bin/dendrite-media-api-server --config dendrite.yaml
|
5
build/docker/services/monolith.sh
Normal file
5
build/docker/services/monolith.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
bash ./docker/build.sh
|
||||
|
||||
./bin/dendrite-monolith-server --tls-cert=server.crt --tls-key=server.key $@
|
5
build/docker/services/public-rooms-api.sh
Normal file
5
build/docker/services/public-rooms-api.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
bash ./docker/build.sh
|
||||
|
||||
./bin/dendrite-public-rooms-api-server --config dendrite.yaml
|
5
build/docker/services/room-server.sh
Normal file
5
build/docker/services/room-server.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
bash ./docker/build.sh
|
||||
|
||||
./bin/dendrite-room-server --config=dendrite.yaml
|
5
build/docker/services/sync-api.sh
Normal file
5
build/docker/services/sync-api.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
bash ./docker/build.sh
|
||||
|
||||
./bin/dendrite-sync-api-server --config=dendrite.yaml
|
Loading…
Add table
Add a link
Reference in a new issue