docs: hosts

This commit is contained in:
Ryan Yin
2024-02-18 11:51:38 +08:00
parent f1c79bbb70
commit cb43947e32
4 changed files with 35 additions and 23 deletions

View File

@@ -1,9 +1,14 @@
# Idols - Ruby
TODO: use ruby for backup / sync my personal data, and monitor the status/logs of my homelab.
For safety, those data should be encrypted before sending to the cloud or my NAS.
Host running operation and maintenance related services:
1. prometheus: Monitor the status of my homelab
1. restic: Backup file from homelab to NAS, or from NAS to Cloud
1. synthing: Sync file between android/macbook/PC and NAS
1. Backup or sync my personal data to cloud or NAS.
- For safety, those data should be encrypted before sending to the cloud or my NAS.
1. Collect and monitor the metrics/logs of my homelab.
## Services
1. prometheus + alertmanager + grafana + loki: Monitor the metrics/logs of my homelab.
1. restic: Backup my personal data to cloud or NAS.
1. synthing: Sync file between android/macbook/PC and NAS.