Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
dac816ab
Commit
dac816ab
authored
2 years ago
by
Kevin Daudt
Browse files
Options
Downloads
Patches
Plain Diff
main/mqtt-exec: add example conf.d file
parent
6874da50
Loading
Loading
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!37086
main/mqtt-exec: support providing username through conf.d
Pipeline
#130576
passed with warnings
2 years ago
Stage: verify
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/mqtt-exec/APKBUILD
+2
-0
2 additions, 0 deletions
main/mqtt-exec/APKBUILD
main/mqtt-exec/mqtt-exec.confd
+23
-0
23 additions, 0 deletions
main/mqtt-exec/mqtt-exec.confd
with
25 additions
and
0 deletions
main/mqtt-exec/APKBUILD
+
2
−
0
View file @
dac816ab
...
...
@@ -16,6 +16,7 @@ source="mqtt-exec-$pkgver.tar.gz::https://github.com/ncopa/mqtt-exec/archive/v$p
0001-Let-library-generate-client-id-when-unset.patch
restore-default-sigpipe-handler.patch
mqtt-exec.initd
mqtt-exec.confd
"
builddir
=
"
$srcdir
"
/mqtt-exec-
$pkgver
...
...
@@ -38,4 +39,5 @@ sha512sums="
7007ad1afcba6b5c0e6224a30e3a6c1b9ce178603b27f575bb76d7b979b8e7f4c4c1226afa3ff8cf1f217fff832d0a69cff1cfbc205203dcb8a98afbf6f345ed 0001-Let-library-generate-client-id-when-unset.patch
a211b3c43048cebb3429794c4a6d2a33778fff8658ffdc8d9756d6aef8e9c04b71720ff604731ffcdd98f4657126f70c1a28ad8f11ca998793f4c16f56845103 restore-default-sigpipe-handler.patch
f8cab7fe709fc80b3a75f1d65d55e10c05a4b27e319a9190d3ee78050fea86d8c6512e3d624b8b413dab01b2043bed5f672453090251b93d261d79125f9f0d17 mqtt-exec.initd
e5cce69f5ad1f0fcf0eb0be7675c2f4ca4ba5518e8303adb16673b7e402dbe8d48b57c4b4512a0d3aba4541241d2ddeca68b88354d089606f67a5549508b44b5 mqtt-exec.confd
"
This diff is collapsed.
Click to expand it.
main/mqtt-exec/mqtt-exec.confd
0 → 100644
+
23
−
0
View file @
dac816ab
# The MQTT broker to connect to
#mqtt_broker=msg.alpinelinux.org
# The topics to subscribe to. Separate topics by whitespace.
#mqtt_topics=
# Set the topic for the Will
#will_topic=
# Whether the Will should be retained or not
#will_retain=yes
# The message in the Will
#will_payload=
# QOS level for the Will
#will_qos=
# Optional username to authenticate as
#mqtt_user=
# Password for the user
#export MQTT_EXEC_PASSWORD=
This diff is collapsed.
Click to expand it.
Jakub Jirutka
@jirutka
mentioned in issue
#15663 (closed)
·
1 year ago
mentioned in issue
#15663 (closed)
mentioned in issue #15663
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment