feat: add LubeLogger template#896
Open
100more wants to merge 1 commit into
Open
Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Author
|
Additional production-style check: I re-ran the template compose rendering with concrete Dokploy-style values ( |
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.
feat: add LubeLogger template
Summary
ghcr.io/hargata/lubelogger:v1.6.5.Refs #152.
/claim #152
Why this is low-risk
meta.jsonentry.container_name, or explicit networks are introduced.Files changed
blueprints/lubelogger/docker-compose.yml- added: LubeLogger service, pinned image, env vars, persistent volumes, expose 8080.blueprints/lubelogger/template.toml- added: Dokploy domain and environment configuration.blueprints/lubelogger/lubelogger.png- added: Official upstream logo.meta.json- modified: Adds the LubeLogger metadata entry.Coverage
meta.jsonremains deduplicated, sorted, and schema-clean with 390 entries.v1.6.5resolves successfully.Verification
node dedupe-and-sort-meta.js- passedcd build-scripts && npm run validate-template -- --dir ../blueprints/lubelogger- passedcd build-scripts && npm run validate-docker-compose -- --file ../blueprints/lubelogger/docker-compose.yml- passednode build-scripts/process-meta.js --verbose --output /tmp/dokploy-meta-test.json && diff -q meta.json /tmp/dokploy-meta-test.json- passedLUBELOGGER_LOCALE=en_US.UTF-8 LUBELOGGER_DOMAIN=https://lubelogger.example.com LUBELOGGER_ENABLE_AUTH=false docker compose -f blueprints/lubelogger/docker-compose.yml config --quiet- passeddocker manifest inspect ghcr.io/hargata/lubelogger:v1.6.5 >/dev/null- passedcd app && ./node_modules/.bin/tsc -b- passedReviewer notes
v1.6.5published 2026-05-16.