mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 01:56:43 -05:00
[PR #143] [MERGED] feat(blueprint): added rybbit template #241
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/143
Author: @nktnet1
Created: 5/16/2025
Status: ✅ Merged
Merged: 5/17/2025
Merged by: @Siumauricio
Base:
main← Head:rybbit📝 Commits (7)
f62af8ffeat(blueprint): added rybbit template505cbb2feat: add rybbit entry to meta.jsonf93ad97docs: added rybbit self-hosting-advanced link as comment to docker-compose.yml2963420fix: remove default env args in docker-composec3e8691chore: re-order rybbit_postgres envdafc8c7fix: added missing clickhouse_user enva21422aUpdate blueprints/rybbit/template.toml📊 Changes
4 files changed (+166 additions, -0 deletions)
View changed files
➕
blueprints/rybbit/docker-compose.yml(+112 -0)➕
blueprints/rybbit/rybbit.png(+0 -0)➕
blueprints/rybbit/template.toml(+41 -0)📝
meta.json(+13 -0)📄 Description
Template for Rybbit:
From the front page:
This template is similar to the one I made in #131 for Chibisafe, except removing the extra
caddyreverse proxy container isn't as simple.This is because we need to strip the
/apiprefix when proxying/rewriting to the backend for rybbit, e.g.whereas adding a
pathto the Dokploy domain configuration simply does(i.e. does not strip path/rewrite to root)
Ideally, if Dokploy can provide a way to strip the path, we won't need to introduce overhead with an additional reverse proxy in the template.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.