Skip to content

Commit a1d476d

Browse files
authored
Merge pull request #47 from OpenVoxProject/fix_readme
chore(docs): correct typos and formatting in README.md
2 parents eb6ccc0 + 2384bfa commit a1d476d

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

README.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- [How to contribute](#how-to-contribute)
1818

1919
---
20+
2021
This project hosts the Containerfile and the required scripts to build a OpenVoxDB container image.
2122

2223
For compose file see: [CRAFTY](https://github.com/voxpupuli/crafty/tree/main/puppet/oss)
@@ -50,24 +51,26 @@ Example usage:
5051
podman pull ghcr.io/openvoxproject/openvoxdb:8.9.0-v1.2.3
5152
```
5253

53-
| Name | Description |
54-
| --- | --- |
55-
| openvox.major | Describes the contained major OpenVox version |
56-
| openvox.minor | Describes the contained minor OpenVox version |
57-
| openvox.patch | Describes the contained patchlevel OpenVox version |
54+
| Name | Description |
55+
| --------------- | ----------------------------------------------------------------------------------------- |
56+
| openvox.major | Describes the contained major OpenVox version |
57+
| openvox.minor | Describes the contained minor OpenVox version |
58+
| openvox.patch | Describes the contained patchlevel OpenVox version |
5859
| container.major | Describes the major version of the base container (Ubunutu 24.04) or incompatible changes |
59-
| container.minor | Describes new features or refactoring with backward compatibility |
60-
| container.patch | Describes if minor changes or bugfixes have been implemented |
60+
| container.minor | Describes new features or refactoring with backward compatibility |
61+
| container.patch | Describes if minor changes or bugfixes have been implemented |
6162

6263
## Configuration
6364

64-
| Name | Usage / Default |
65-
|---------------------------------------|-----------------------------------------------------------------------|
65+
<!-- markdownlint-disable table-column-style -->
66+
<!-- markdownlint-disable line-length -->
67+
| Name | Usage / Default |
68+
| ------------------------------------- | --------------- |
6669
| **CERTNAME** | The DNS name used on this services SSL certificate<br><br>`openvoxdb` |
6770
| **DNS_ALT_NAMES** | Additional DNS names to add to the services SSL certificate<br><br>Unset |
6871
| **LOGDIR** | Path of the log directory<br><br>`/opt/puppetlabs/server/data/puppetdb/logs` |
6972
| **OPENVOXDB_CERTIFICATE_ALLOWLIST** | Set to a comma seaprated list of allowed certnames.<br><br>`""` |
70-
| **OPENVOXDB_JAVA_ARGS** | Arguments passed directly to the JVM when starting the service<br><br>`-Djava.net.preferIPv4Stack=true -Xms256m -Xmx256m -XX:+UseParallelGC -Xlog:gc*:file=$LOGDIR/openvoxdb_gc.log -Djdk.tls.ephemeralDHKeySize=2048` | <!-- markdownlint-disable-line -->
73+
| **OPENVOXDB_JAVA_ARGS** | Arguments passed directly to the JVM when starting the service<br><br>`-Djava.net.preferIPv4Stack=true -Xms256m -Xmx256m -XX:+UseParallelGC -Xlog:gc*:file=$LOGDIR/openvoxdb_gc.log -Djdk.tls.ephemeralDHKeySize=2048` |
7174
| **OPENVOXDB_NODE_PURGE_TTL** | Automatically delete nodes that have been deactivated or expired for the specified amount of time<br><br>`14d` |
7275
| **OPENVOXDB_NODE_TTL** | Mark as ‘expired’ nodes that haven’t seen any activity (no new catalogs, facts, or reports) in the specified amount of time<br><br>`7d` |
7376
| **OPENVOXDB_POSTGRES_DATABASE** | The name of the openvoxdb database in postgres<br><br>`openvoxdb` |
@@ -84,10 +87,12 @@ podman pull ghcr.io/openvoxproject/openvoxdb:8.9.0-v1.2.3
8487
| **SSLDIR** | Path of the SSL directory<br><br>`/opt/puppetlabs/server/data/puppetdb/certs` |
8588
| **USE_OPENVOXSERVER** | Set to `false` to skip acquiring SSL certificates from a OpenVox Server.<br><br>`true` |
8689
| **WAITFORCERT** | Number of seconds to wait for certificate to be signed<br><br>`120` |
90+
<!-- markdownlint-enable line-length -->
91+
<!-- markdownlint-enable table-column-style -->
8792

8893
### Cert File Locations
8994

90-
The directory structure follows the following conventions. The full path is always available inside the container as the environment variable `$SSLDIR`
95+
The directory structure follows the following conventions. The full path is always available inside the container as the environment variable `$SSLDIR`
9196

9297
- 'ssl-ca-cert'
9398
`/opt/puppetlabs/server/data/puppetdb/certs/certs/ca.pem`

0 commit comments

Comments
 (0)