Bläddra i källkod

Adding few docs comments, minor fixes

master
Miguel Gagliardo 5 månader sedan
förälder
incheckning
5b272cc018
2 ändrade filer med 7 tillägg och 2 borttagningar
  1. 4
    2
      README.md
  2. 3
    0
      matrix/install.sh

+ 4
- 2
README.md Visa fil

@@ -2,9 +2,11 @@
2 2
 
3 3
 ## Prerequisites
4 4
 
5
-- A Linux VM with Ubuntu Server (20.04 minimum, 22.04 recommended)
5
+- A Linux VM with Ubuntu Server (20.04 minimum, 22.04 recommended).
6 6
 - A Domain name (can be root or subdomain) but it is a must the A record for the domain to be pointed to the server's public IP.
7
-  - e.g. `example.com A 1.1.1.1`: Being `example.com` the domain record and `1.1.1.1` the public IP of the server
7
+  - e.g. `example.com A 1.1.1.1`: Being `example.com` the domain record and `1.1.1.1` the public IP of the server.
8
+- Ports `80` and `443` MUST be accessible from the internet to the server.
9
+  - This installation does not yet support a server running behind a proxy.
8 10
 
9 11
 ## Components
10 12
 

+ 3
- 0
matrix/install.sh Visa fil

@@ -15,6 +15,9 @@ mkdir -p ${BASE_DIR}
15 15
 cp -R . ${BASE_DIR}
16 16
 cd ${BASE_DIR}
17 17
 
18
+# Disable "Pending Kernel upgrade" banner
19
+sed -i "s|#\$nrconf{kernelhints} = -1;|\$nrconf{kernelhints} = -1;|g" /etc/needrestart/needrestart.conf
20
+
18 21
 # Baseline utils
19 22
 echo -e "Installing baseline utils\n"
20 23
 apt update

Laddar…
Avbryt
Spara