Compare commits

..

No commits in common. "ed9ef924d3926976c780fa2bbbdaf2c8acb65407" and "13253824c6c8e31935e08034e568e4f31856f82e" have entirely different histories.

2 changed files with 30 additions and 63 deletions

View File

@ -15,34 +15,3 @@ These setup files provide the text-only configurations for DMZ.
- Any maintenance scripts. - Any maintenance scripts.
- Configurations should reside in shadow-directories, e.g. a backup `soft-serve`'s `config.yaml` should reside in this repo under `splint.rs/soft-serve/etc/soft/config.yaml`. - Configurations should reside in shadow-directories, e.g. a backup `soft-serve`'s `config.yaml` should reside in this repo under `splint.rs/soft-serve/etc/soft/config.yaml`.
# Network Database
I have a half-baked plan to finally make use of plain-text databases, and it's already half-working.
Try these commands:
Ask what types of _rec_ords it contains:
```sh
recinf network.rec
```
```sh
recsel network.rec --type router
recsel network.rec --include-descriptors --type lxc
recsel network.rec -d -t lxc
recsel network.rec -d -t lxc --expression
recsel network.rec -t lxc --expression "name ~ 'nginx'"
recsel network.rec -t lxc --expression "name = 'nginx12'"
```
If you can select something, you can also set its fields with `recset`.
Use `-f` to set the field, and `-a` to add, or `-s` to set.
```sh
recset network.rec -t lxc --expression "name = 'nginx12'" -f proxies --add soft-serve
recsel network.rec -t lxc --expression "name = 'nginx11'" -p proxies[0]
recset network.rec -t lxc --expression "name = 'nginx11'" -f proxies[0] -s wiki9
```

View File

@ -9,79 +9,77 @@ location: krov
ISP: Yettel ISP: Yettel
%rec: host %rec: host
%doc: These are the real machines, most of which virtualise. %doc: These are the real machines, most of which virtualize.
%key: name %type: host rec lxc
name: moxx name: Moxx
location: kralizec
name: Serverko name: Serverko
location: krov location: krov
%rec: lxc %rec: lxc
%doc: A container, usually on a Proxmox host %doc: A container, usually on a Proxmox host
%type: host rec host
name: nginx11 name: nginx-11
gateway: ISP-router gateway: ISP-router
host: moxx host: Mox
proxies: wiki11 proxies: wiki-11
proxies: gitea11 proxies: gitea-11
proxies: forum11 proxies: forum-11
proxies: ejabberd11 proxies: ejabberd-11
proxies: dmzrs proxies: dmzrs
name: LDAP name: LDAP
host: moxx host: Moxx
name: website name: website
host: moxx host: Moxx
authqueries: LDAP authqueries: LDAP
queries: postgresql11 queries: postgresql-11
service: dmzrs service: dmzrs
service: flask accounts service: flask accounts
name: gitea11 name: gitea-11
service: gitea service: gitea
host: moxx host: Moxx
authqueries: LDAP authqueries: LDAP
queries: postgresql11 queries: postgresql-11
name: ejabberd11 name: ejabberd-11
service: ejabberd service: ejabberd
host: moxx host: Moxx
authqueries: LDAP authqueries: LDAP
queries: postgresql11 queries: postgresql-11
name: forum11 name: forum-11
service: forum service: forum
host: moxx host: Moxx
authqueries: LDAP authqueries: LDAP
queries: postgresql11 queries: postgresql-11
name: postfix11 name: postfix-11
service: postfix service: postfix
authqueries: LDAP authqueries: LDAP
name: tor11 name: tor-11
service: tor service: tor
host: moxx host: Moxx
name: postgresql11 name: postgresql-11
service: postgresql service: postgresql
host: moxx host: Moxx
name: wiki11 name: wiki-11
service: wiki service: wiki
host: moxx host: Moxx
authqueries: LDAP authqueries: LDAP
name: nginx12 name: nginx-12
host: Serverko host: Serverko
name: nextcloud name: nextcloud
host: Serverko host: Serverko
name: tor12 name: tor-12
host: nginx host: nginx