Separate system configuration from Dotfiles_ArchAP. Add package manifests, system inventories, reusable templates, safer backup/deployment scripts, on-demand service management, TLP and zram configuration, and updated maintenance documentation.
48 lines
900 B
Markdown
48 lines
900 B
Markdown
# Services à la demande
|
||
|
||
## Nextcloud
|
||
|
||
`nextcloud-sync` utilise `nextcloudcmd`, affiche une notification et quitte à la fin.
|
||
|
||
Authentification A2F : créer un mot de passe d’application et le placer dans `~/.netrc` :
|
||
|
||
```text
|
||
machine cloud.labfytools.com
|
||
login florian
|
||
password MOT_DE_PASSE_APPLICATION
|
||
```
|
||
|
||
Puis :
|
||
|
||
```bash
|
||
chmod 600 ~/.netrc
|
||
```
|
||
|
||
Le client graphique est bloqué dans l’autostart et dans l’activation D-Bus utilisateur.
|
||
|
||
## Thunderbird et Proton Mail Bridge
|
||
|
||
Lancer Thunderbird avec :
|
||
|
||
```bash
|
||
thunderbird-proton
|
||
```
|
||
|
||
Le script démarre GNOME Keyring et le service Bridge, attend Thunderbird, puis arrête Bridge.
|
||
|
||
## VMware et Samba
|
||
|
||
Lancer VMware avec :
|
||
|
||
```bash
|
||
vmware-on-demand
|
||
```
|
||
|
||
Le helper root démarre uniquement :
|
||
|
||
- `vmware-networks.service` ;
|
||
- `vmware-usbarbitrator.service` ;
|
||
- `smb.service` ;
|
||
- `nmb.service`.
|
||
|
||
Ces services restent désactivés au démarrage.
|