2021-11-16 19:39:34 +01:00
|
|
|
## Machine virtuelle Tootest
|
|
|
|
|
|
|
|
Cette machine est destinée à accueillir l'instance Mastodon de test.
|
|
|
|
|
|
|
|
### Matériel virtuel
|
|
|
|
|
|
|
|
CPU : x
|
|
|
|
RAM : xxx Mio
|
|
|
|
Stockage de masse : 50 Gio
|
|
|
|
|
|
|
|
### Logiciel
|
|
|
|
|
|
|
|
Système d'exploitation : Debian GNU/Linux-libre 11 (Bullseye)
|
|
|
|
Noyau : Linux-libre LTS (`linux-libre-lts` des dépôts https://linux-libre.fsfla.org)
|
|
|
|
Sécurités de la maintenance : `etckeeper`, `mollyguard`, `git`, `tig`, `screen`
|
|
|
|
Mail Transfer Agent : `postfix`
|
|
|
|
Base do donnée : PostgreSQL
|
|
|
|
Serveur Web: NGINX
|
|
|
|
|
|
|
|
### Caractéristiques notables
|
|
|
|
|
|
|
|
Domaine : toot.a-lec.org
|
|
|
|
Adresse ipv4 publique : 80.67.179.96
|
|
|
|
Adresse ipv4 interne : 192.169.1.232
|
|
|
|
Adresse ipv6 publique : 2001:910:1360::232
|
|
|
|
|
|
|
|
### Comptes
|
|
|
|
|
|
|
|
Administrateur: admin
|
|
|
|
Modérateurs: neox, echolib
|
|
|
|
Ouverture de compte: tout membre de l'association
|
|
|
|
|
|
|
|
### Visibilité
|
|
|
|
|
|
|
|
Instance publique
|
|
|
|
|
|
|
|
#### Configuration réseau
|
|
|
|
|
|
|
|
##### /etc/network/interfaces
|
|
|
|
|
|
|
|
# The loopback network interface
|
|
|
|
auto lo
|
|
|
|
iface lo inet loopback
|
|
|
|
|
|
|
|
# The primary network interface
|
|
|
|
allow-hotplug enp1s0
|
|
|
|
iface enp1s0 inet dhcp
|
|
|
|
iface enp1s0 inet6 static
|
|
|
|
address 2001:910:1360::232/128
|
|
|
|
gateway 2001:910:1360::
|
|
|
|
|
|
|
|
##### /etc/host.allow
|
|
|
|
|
|
|
|
sshd: 192.169.1.0/24, [2001:910:1360::]/48
|
|
|
|
|
|
|
|
##### /etc/host/deny
|
|
|
|
|
|
|
|
sshd: ALL
|
2021-11-16 19:49:02 +01:00
|
|
|
|
|
|
|
### Configuration MTA
|
|
|
|
|
|
|
|
#### /etc/postfix/transport
|
|
|
|
|
|
|
|
a-lec.org :
|
|
|
|
* discard:
|
|
|
|
|
|
|
|
#### /etc/postfix/virtual
|
|
|
|
|
|
|
|
@localhost admin@a-lec.org
|
|
|
|
@tootest.a-lec.org admin@a-lec.org
|