threadr.lostcave.ddnss.de/config/README.md

17 lines
645 B
Markdown
Raw Normal View History

2021-09-02 02:40:53 +02:00
# Files
### [about.template](./about.template)
The customizable part of the content page, will eventually be replaced with a markdown file
### [names.conf](./names.conf)
Information about the installation location of ThreadR
- domain name
- ThreadR directory on that domain
Format: <config option>=<value>
This format is strictly enforced because the mechanism to load the config is very primitive. Dont add additional whitespace for fancy formatting. Things *will* break. You have been warned.
How it is integrated: exec section of variable grabbler `/<config option>=/s/.*=//p" config/names.conf`
2021-09-02 02:40:53 +02:00
### [README.md](./README.md)
this file