Skip to content

Commit 18799da

Browse files
authored
Merge pull request #38 from OpenVoxProject/modulesync
chore: Modulesync (05f52f6)
2 parents 1bb7286 + 454e436 commit 18799da

File tree

9 files changed

+62
-23
lines changed

9 files changed

+62
-23
lines changed

.github/workflows/labeler.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ name: 🏷️ Pull Request Labeler
77
on:
88
- pull_request_target
99

10+
permissions:
11+
contents: read
12+
1013
jobs:
1114
labeler:
1215
name: Labeler
1316
permissions:
14-
contents: read
1517
pull-requests: write
1618
uses: voxpupuli/crafty/.github/workflows/labeler.yml@main
1719
with:

.github/workflows/markdownlint.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Markdown Lint
3+
4+
on:
5+
pull_request:
6+
branches:
7+
- main
8+
workflow_dispatch:
9+
10+
permissions:
11+
contents: read
12+
13+
jobs:
14+
markdown-lint:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: actions/checkout@v5
18+
- uses: DavidAnson/markdownlint-cli2-action@v20
19+
with:
20+
globs: '**/*.md'

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ on:
99
tags:
1010
- '*'
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
release:
1417
name: Release
15-
permissions:
16-
contents: write
1718
uses: voxpupuli/crafty/.github/workflows/release.yml@main
1819
with:
1920
allowed_owner: openvoxproject

.markdownlint-cli2.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
# Managed by modulesync - DO NOT EDIT
3+
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
4+
5+
ignores:
6+
- .github/**
7+
- .idea/**
8+
- .vendor/**
9+
- .vscode/**
10+
- CHANGELOG.md
11+
- test/**
12+
- vendor/**

.markdownlint.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

.markdownlint.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
# Managed by modulesync - DO NOT EDIT
3+
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
4+
5+
default: true
6+
7+
line-length:
8+
line_length: 210
9+
10+
no-inline-html:
11+
allowed_elements:
12+
- br
13+
14+
descriptive-link-text: false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ podman pull ghcr.io/openvoxproject/openvoxdb:8.9.0-v1.2.3
6767
| **DNS_ALT_NAMES** | Additional DNS names to add to the services SSL certificate<br><br>Unset |
6868
| **LOGDIR** | Path of the log directory<br><br>`/opt/puppetlabs/server/data/puppetdb/logs` |
6969
| **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` |
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 -->
7171
| **OPENVOXDB_NODE_PURGE_TTL** | Automatically delete nodes that have been deactivated or expired for the specified amount of time<br><br>`14d` |
7272
| **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` |
7373
| **OPENVOXDB_POSTGRES_DATABASE** | The name of the openvoxdb database in postgres<br><br>`openvoxdb` |

RELEASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!-- Managed by modulesync - DO NOT EDIT -->
2+
<!-- https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ -->
13
# Release
24

35
## On a fork

renovate.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,31 @@
77
{
88
"customType": "regex",
99
"datasourceTemplate": "rubygems",
10-
"fileMatch": [
11-
"build_versions.yaml"
10+
"managerFilePatterns": [
11+
"/build_versions.yaml/"
1212
],
1313
"matchStrings": [
14-
"rubygem_(?<depName>[a-z0-9_]+):\\s+'(?<currentValue>\\d+\\.\\d+\\.\\d+)'"
14+
"rubygem_(?<depName>[a-z0-9_-]+):\\s+'(?<currentValue>\\d+\\.\\d+\\.\\d+)'"
1515
]
1616
},
1717
{
1818
"customType": "regex",
1919
"datasourceTemplate": "deb",
20-
"fileMatch": [
21-
"build_versions.yaml"
20+
"managerFilePatterns": [
21+
"/build_versions.yaml/"
2222
],
2323
"matchStrings": [
2424
"#\\s*renovate:\\s*depName=(?<depName>.*?)\\s*openVoxRelease=(?<openVoxRelease>\\d+)\\s*\\n\\s*(?<key>\\w+_version):\\s*\"(?<currentValue>.*?)\""
2525
],
26-
"registryUrlTemplate": "https://apt.overlookinfratech.com?suite=ubuntu24.04&components=openvox{{openVoxRelease}}&binaryArch=amd64"
26+
"registryUrlTemplate": "https://apt.voxpupuli.org?suite=ubuntu24.04&components=openvox{{openVoxRelease}}&binaryArch=amd64"
2727
}
2828
],
2929
"extends": [
3030
"config:recommended"
3131
],
3232
"addLabels": [
3333
"dependencies",
34-
"renovate",
35-
"github_actions"
34+
"renovate"
3635
],
3736
"vulnerabilityAlerts": {
3837
"enabled": true,

0 commit comments

Comments
 (0)