LocalAuthority / README.md
Newer Older
22 lines | 0.793kb
Xdev Host Manager authored 2 days ago
1
# Xdev Host Manager
2

            
3
Local host registry and management UI for the Madagascar network.
4

            
5
This project lives on jumper and is the local source for:
6

            
7
- `config/hosts.yaml` - git-versioned host registry
8
- `config/local-hosts.tsv` - DNS manifest exported for local resolvers
9
- `scripts/host_manager.pl` - Perl-only web app
10
- `scripts/sync_local_hosts.sh` - local DNS sync to is-vpn-gw and as01
11

            
12
The public `xdev.ro` zone is maintained in the separate DNS public-zone repository.
13

            
14
Runtime path:
15

            
16
```text
17
/usr/local/xdev-host-manager
18
```
19

            
20
Secrets live outside git in `/etc/xdev/host-manager.env`.
Xdev Host Manager authored 2 days ago
21

            
22
The web UI is OTP-protected for all registry data, downloads, exports, and writes. Automation should consume this repository through git with dedicated read-only keys, not through unauthenticated HTTP.