mirror of
https://github.com/YunoHost-Apps/conduit_ynh.git
synced 2024-09-03 18:16:30 +02:00
commit
67806c28a2
2 changed files with 22 additions and 2 deletions
20
doc/ADMIN.md
Normal file
20
doc/ADMIN.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
### Login to Conduit
|
||||
|
||||
[Integration into the YunoHost user database is not ready, yet.](https://github.com/YunoHost-Apps/conduit_ynh/issues/12) You need to **enable registration** in the apps configuration tab and then use a client to register an account. Afterwards you can disable registration again if you do not want allow anybody to register.
|
||||
|
||||
Using the newly created account you should be able to login.
|
||||
|
||||
### Coturn configuration
|
||||
|
||||
To be able to take advantage of audio and video call functionalities, a Coturn server is often required. It is possible to [install a Coturn server in YunoHost (https://github.com/YunoHost-Apps/coturn-ynh/blob/master/README-en.md).
|
||||
It is then necessary to fill in the information provided by the Coturn server in the file 'conduit.toml' such as:
|
||||
|
||||
```
|
||||
turn_uris = ["turns:your.turn.url:5349?transport=udp", "turns:your.turn.url:5349?transport=tcp"]
|
||||
turn_username = "<YOUR_USERNAME>"
|
||||
turn_password = "<YOUR_PASSWORD>"
|
||||
```
|
||||
If your Coturn (not YunoHost's one) does not use TLS, you might need to change a little bit like:
|
||||
```
|
||||
turn_uris = ["turn:your.turn.url:5349?transport=udp", "turn:your.turn.url:5349?transport=tcp"]
|
||||
``
|
|
@ -63,10 +63,10 @@ ram.runtime = "50M"
|
|||
extract = false
|
||||
rename = "conduit"
|
||||
amd64.url = "https://gitlab.com/api/v4/projects/famedly%2Fconduit/jobs/artifacts/next/raw/x86_64-unknown-linux-musl?job=artifacts"
|
||||
amd64.sha256 = "b8971d19469d44b732af8d78cb856d9203ee72f8812091b129fe093d2a0231c9"
|
||||
amd64.sha256 = "c5c21df55ec6159626cc158b1eae051c2572da8eb55a1e39a68c7fd38a11d7d3"
|
||||
|
||||
arm64.url = "https://gitlab.com/api/v4/projects/famedly%2Fconduit/jobs/artifacts/next/raw/aarch64-unknown-linux-musl?job=artifacts"
|
||||
arm64.sha256 = "e194debbb9dde3d403eecf5974e4ec2e2de21e3289f60bc512b34a2282d83edf"
|
||||
arm64.sha256 = "61502ecb0ebd76e2b9648b523370299cec54f0dd38334e439267d36e7b8ee54b"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue