update readme, btw
This commit is contained in:
11
readme.org
11
readme.org
@@ -2,16 +2,15 @@
|
|||||||
|
|
||||||
* Prerequisites
|
* Prerequisites
|
||||||
- NixOS installed
|
- NixOS installed
|
||||||
- Domain with DNS pointing to server (A record: =matrix.yourdomain.com=)
|
- Domain with DNS pointing to server (A/AAAA Record matrix.domain.tld)
|
||||||
- Port 443, 8448 forwarded
|
- Port 443
|
||||||
|
|
||||||
* Setup
|
* Setup
|
||||||
|
|
||||||
1. Clone to =/etc/nixos= (or copy files)
|
1. Clone to =/etc/nixos= (or copy files)
|
||||||
2. Edit =matrix.nix= line 7: change =enter-your-domain= to your domain
|
2. Edit =matrix.nix= line 7: change =enter-your-domain= to your domain
|
||||||
3. Edit =configuration.nix= line 30: set your ACME email
|
3. Copy your =hardware-configuration.nix= into the directory
|
||||||
4. Copy your =hardware-configuration.nix= into the directory
|
4. Rebuild:
|
||||||
5. Rebuild:
|
|
||||||
#+begin_src sh
|
#+begin_src sh
|
||||||
nixos-rebuild switch --flake /etc/nixos#nixos-matrix
|
nixos-rebuild switch --flake /etc/nixos#nixos-matrix
|
||||||
#+end_src
|
#+end_src
|
||||||
@@ -34,5 +33,5 @@ Test federation: https://federationtester.matrix.org
|
|||||||
|
|
||||||
* Notes
|
* Notes
|
||||||
- Registration disabled by default (=enable_registration = false=)
|
- Registration disabled by default (=enable_registration = false=)
|
||||||
- SSL via Let's Encrypt (automatic)
|
|
||||||
- PostgreSQL configured automatically
|
- PostgreSQL configured automatically
|
||||||
|
- Intended usecase ipv6 lxc container with remote reverse proxy
|
||||||
Reference in New Issue
Block a user