mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 21:58:44 -05:00
[PR #896] [MERGED] feat: add LubeLogger template #16213
Reference in New Issue
Block a user
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/Dokploy/templates/pull/896
Author: @100more
Created: 5/21/2026
Status: ✅ Merged
Merged: 7/7/2026
Merged by: @Siumauricio
Base:
canary← Head:codex/add-lubelogger-template📝 Commits (1)
dd79917feat: add LubeLogger template📊 Changes
4 files changed (+56 additions, -0 deletions)
View changed files
➕
blueprints/lubelogger/docker-compose.yml(+20 -0)➕
blueprints/lubelogger/lubelogger.png(+0 -0)➕
blueprints/lubelogger/template.toml(+18 -0)📝
meta.json(+18 -0)📄 Description
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.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.