Add podman Quadlet deploy unit; skip builds for docs/deploy changes#4
Merged
Conversation
deploy/ holds a rootless Quadlet setup for running the service via systemd: - tg-call-service.container: the unit (GHCR image, env-file creds, persistent tdlib_db + recordings + prompt.mp3 mounts, pasta networking, AutoUpdate). - tg-call-service.env.example: API_ID/API_HASH/ECHO_DELAY template. - README.md: full setup incl. the one-time interactive `auth` login and linger. Also add paths-ignore (**.md, deploy/**, LICENSE, .gitignore) to the push and pull_request triggers so doc/deploy-only changes don't kick off the heavy multi-arch image build. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Deploy (
deploy/)Rootless podman + systemd (Quadlet) setup to run the service on a server:
tg-call-service.container— Quadlet unit:ghcr.io/nikicat/tg-echo-service:latest, credentials via env-file, persistenttdlib_db/recordings/prompt.mp3mounts,Network=pasta(outbound only),Restart=always,AutoUpdate=registry.tg-call-service.env.example—API_ID/API_HASH/ECHO_DELAYtemplate.README.md— full guide: install unit, create data dirs + prompt, one-time interactive Telegramauth,enable-linger+daemon-reload+start, auto-update, and a rootful variant.Mirrors the
call-servicedefinition fromcompose.yaml.CI:
paths-ignoreAdds
paths-ignore(**.md,deploy/**,LICENSE,.gitignore) to thepushandpull_requesttriggers so docs/deploy-only changes don't trigger the heavy multi-arch build.Note: tag pushes onto an existing commit have an empty diff, so the path filter doesn't skip them — release builds still run. This PR itself touches the workflow (not ignored), so it does build once.
🤖 Generated with Claude Code