Start notes for gitea

This commit is contained in:
Mauricio Baeza 2021-09-08 22:05:06 -05:00
parent 1efd20dbc8
commit 3af031be10
2 changed files with 24 additions and 12 deletions

14
source/notes/gitea.gmi Normal file
View File

@ -0,0 +1,14 @@
## Gitea
Gitea es una servidor git.
### Descargar
```
```
=> gemini://elmau.net/chuletas.gmi Regresar el índice
=> gemini://elmau.net Regresar el inicio

View File

@ -15,7 +15,6 @@ Establecer el uso horario
```Establecer el uso horario
sudo timedatectl set-timezone America/Mexico_City
```
Mantener actualizado el servidor
@ -24,7 +23,6 @@ Mantener actualizado el servidor
sudo apt update
sudo apt upgrade
```
Establecer locales
@ -74,16 +72,16 @@ Establecer configuración para `ssh`
sudo vim /etc/ssh/sshd_config
Port 2274
AllowUsers USER
PermitRootLogin no
LoginGraceTime 1m
ClientAliveInterval 600
ClientAliveCountMax 0
MaxAuthTries 3
IgnoreRhosts yes
PermitEmptyPasswords no
PasswordAuthentication no
LogLevel INFO
AllowUsers USER
PermitRootLogin no
LoginGraceTime 1m
ClientAliveInterval 600
ClientAliveCountMax 0
MaxAuthTries 3
IgnoreRhosts yes
PermitEmptyPasswords no
PasswordAuthentication no
LogLevel INFO
```
Desactivar los mensajes de Ubuntu al entrar