Skip to content
Snippets Groups Projects
Commit 42e48399 authored by echicken's avatar echicken :chicken:
Browse files

configuration

parent 93c6410c
No related branches found
No related tags found
No related merge requests found
Pipeline #6561 canceled
# nodelist-browser
A replacement for `exec/fido-nodelist-browser` in the main project. Faster, better looking, less janky, gooder.
## Configuration
By default, `nodelist-browser` will use your `sbbsecho` settings and will use data from any nodelists you have configured there. Filling out the settings shown below is **completely optional**.
If you were using `fido-nodelist-browser`, and if you had settings for it in `ctrl/modopts.ini` under `[fido_nodelist_browser]`, those settings will be automatically migrated the first time you run this script.
### Example
`ctrl/modopts.d/nodelist-browser.ini`
```ini
[nodelist-browser:domains]
fidonet = FidoNet
fsxnet = fsxNet
somenet = Some Other FTN
[nodelist-browser:nodelists]
AnotherFTN = /path/to/nodelist
```
The `[nodelist-browser:domains]` section specifies **display aliases** for the domains you have configured for `sbbsecho`. Fill this out if you want to see a different name in the browser for a particular domain.
The `[nodelist-browser:nodelists]` section specifies **display names** and **nodelist files** that you want to include in the browser, but are not included in your `sbbsecho` settings. Fill this out for any nodelists you have on hand but aren't actually using in your system configuration.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment