arch-system/docs/on-demand-services.md
grayTerminal-sh 14e547ce56 refactor: reorganize Arch system backup and restore
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.
2026-07-26 23:25:25 +02:00

48 lines
900 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Services à la demande
## Nextcloud
`nextcloud-sync` utilise `nextcloudcmd`, affiche une notification et quitte à la fin.
Authentification A2F : créer un mot de passe dapplication 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 lautostart et dans lactivation 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.