LocalAuthority / README.md
Newer Older
20 lines | 0.59kb
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`.