Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ builds:
- -s -w -X main.version={{.Tag}} -X main.Date={{.CommitDate}}
mod_timestamp: '{{.CommitTimestamp}}'
archives:
- format: binary
- formats:
- binary
name_template: >-
{{ .ProjectName }}_
{{- if eq .Os "linux" }}Linux
Expand Down Expand Up @@ -63,6 +64,9 @@ nfpms:
- src: deb/ldddns.gpg
dst: /usr/share/keyrings/ldddns.gpg

- src: deb/ldddns.8
dst: /usr/share/man/man8/ldddns.8

scripts:
postinstall: "deb/postinstall.sh"
preremove: "deb/preremove.sh"
Expand Down
23 changes: 23 additions & 0 deletions deb/ldddns.8
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.TH LDDDNS 8 "" "" "Local Docker Development DNS"
.SH NAME
Local Docker Development DNS
.SH SYNOPSIS
.B systemctl
start ldddns

.B systemctl
status ldddns
.SH DESCRIPTION
A systemd service that will monitor your Docker host and provide DNS names for the containers.


.SH AUTHOR
Written by Arne Jørgensen - https://arnested.dk

.SH REPORTING BUGS
Report bugs to https://github.com/arnested/ldddns/issues

.SH COPYRIGHT
Copyright © 2020, 2021, 2022, 2023, 2024 Arne Jørgensen

Licensed under MIT License