mirror of
https://github.com/decke/smtprelay.git
synced 2026-04-25 12:55:54 +03:00
[PR #164] [CLOSED] Change to goreleaser build for generate .deb and also implement journal log #169
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/smtprelay#169
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/decke/smtprelay/pull/164
Author: @josejuanmontiel
Created: 9/26/2024
Status: ❌ Closed
Base:
master← Head:feat/go-to-deb📝 Commits (10+)
79d6932Initial sampleea1d4dcWIP adding journal log wrapperd28f5b8adding goreleaser gh action and info to post deb2136103because no tag ... add snapshot69bce10By default to journal...b011cc0Generate release file (only deb)6e22f96Trying more simple release action6089396marking tag?2e5ad96Preparar only when tagfcdb116Merge branch 'master' into feat/go-to-deb📊 Changes
14 files changed (+383 additions, -1 deletions)
View changed files
➕
.github/workflows/goreleaser.yaml(+82 -0)📝
.github/workflows/release.yaml.delete(+0 -0)➕
.gitignore(+2 -0)➕
.goreleaser.yaml(+86 -0)➕
debian/conf/smtprelay.ini(+130 -0)➕
debian/scripts/postinstall.sh(+26 -0)➕
debian/scripts/preremove.sh(+5 -0)➕
debian/scripts/systemd/smtprelay.service(+19 -0)📝
go.mod(+2 -0)📝
go.sum(+4 -0)📝
logger.go(+2 -0)➕
logger_linux_journal.go(+11 -0)➕
logger_other_dummy_journal.go(+13 -0)📝
smtprelay.ini(+1 -1)📄 Description
Hi!
I want to use this relay in my raspberry (in this case) but if power restart in my house, i want that could be a service...
I could do in many ways ... but as proof of concept try to:
What do you think?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.