Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

snapcraft: Add snap packaging #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

snapcraft: Add snap packaging #8

wants to merge 1 commit into from

Conversation

stgraber
Copy link

Signed-off-by: Stéphane Graber [email protected]

Signed-off-by: Stéphane Graber <[email protected]>
@stgraber
Copy link
Author

A current build of this is available in the snap store, so one can do snap install nsd-exporter, then just copy the certificates from /etc/nsd over to /var/snap/nsd-exporter/current/ so the snap can access them.

If this gets merged, the upstream maintainer may want to take over the snap in the store and setup automated builds so new commits on github result in a new snap package available in edge channel in the store.

Copy link
Owner

@optix2000 optix2000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will need to look into snap some more before merging, but at a high level seems reasonable.


export GODEBUG="x509ignoreCN=0"
exec nsd_exporter \
-listen-address :9167 \
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not familiar with snap, how do you document to the user that the default listen address is different on snap?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants