Update the config, start writing documentation.
This commit is contained in:
parent
34abb21e0b
commit
7f122aab05
3 changed files with 161 additions and 0 deletions
|
|
@ -68,6 +68,8 @@
|
|||
address = "0.0.0.0";
|
||||
database_backend = "rocksdb";
|
||||
server_name = "lgbtq.prg-radio.org";
|
||||
allow_federation = true;
|
||||
allow_check_for_updates = true;
|
||||
|
||||
# See https://docs.conduit.rs/turn.html, and https://github.com/element-hq/synapse/blob/develop/docs/turn-howto.md for more details
|
||||
# turn_uris = [
|
||||
|
|
@ -82,11 +84,13 @@
|
|||
80
|
||||
443
|
||||
12244
|
||||
8448
|
||||
];
|
||||
networking.firewall.allowedUDPPorts = [
|
||||
80
|
||||
443
|
||||
12244
|
||||
8448
|
||||
];
|
||||
|
||||
system.stateVersion = "25.11";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue