mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 04:48:50 -05:00
[PR #913] [CLOSED] Add Cut (self-hosted URL shortener) #13414
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/913
Author: @MendyLanda
Created: 5/31/2026
Status: ❌ Closed
Base:
main← Head:add-cut📝 Commits (10+)
1e21b7efeat(librechat): add LibreChat blueprint with compose, toml, metadata, links and tags758cf1dfix: rename templates to template.toml47daea9fix(librechat): rename api service to librechat in docker-compose.yml3e8b431Update blueprints/librechat/template.toml60796a9Update blueprints/librechat/template.toml1d70294fix(librechat): add version under [config] and remove stray [config.mounts] header2e1fb3bfix(librechat): remove predefined persistent volume mounts from template.toml46dc5b9docs(librechat): add authentication reference link to docker-compose.ymlac07aa2feat: add Rote templated58cc15fix: process meta.json to fix formatting and sorting📊 Changes
41 files changed (+1903 additions, -165 deletions)
View changed files
📝
blueprints/cloudflared/template.toml(+1 -0)📝
blueprints/convex/docker-compose.yml(+8 -8)➕
blueprints/cut/cut.svg(+10 -0)➕
blueprints/cut/docker-compose.yml(+37 -0)➕
blueprints/cut/template.toml(+14 -0)➕
blueprints/cyberchef/cyberchef.png(+0 -0)➖
blueprints/cyberchef/cyberchef.svg(+0 -0)📝
blueprints/evolutionapi/docker-compose.yml(+1 -1)➕
blueprints/frappe-lending/docker-compose.yml(+550 -0)➕
blueprints/frappe-lending/frappe-lending.png(+0 -0)➕
blueprints/frappe-lending/template.toml(+29 -0)➕
blueprints/go2rtc/docker-compose.yml(+24 -0)➕
blueprints/go2rtc/go2rtc.png(+0 -0)➕
blueprints/go2rtc/template.toml(+13 -0)📝
blueprints/grafana/docker-compose.yml(+1 -1)➕
blueprints/imgproxy/docker-compose.yml(+76 -0)➕
blueprints/imgproxy/imgproxy.png(+0 -0)➕
blueprints/imgproxy/template.toml(+56 -0)➕
blueprints/mediafetch/docker-compose.yml(+18 -0)➕
blueprints/mediafetch/mediafetch.svg(+1 -0)...and 21 more files
📄 Description
Adds Cut, a small self-hosted URL shortener.
The template runs the published image
ghcr.io/mendylanda/cutwith a private Redis for storage.template.tomlgenerates the domain and a strongADMIN_PASSWORD, then maps thecutservice to port 3000. Redis runs withnoevictionsince it holds the actual links rather than cache data, so it shouldn't drop keys when memory fills up. Cut reads the request host at runtime, so nothing else needs configuring.I added
blueprints/cut/(compose,template.toml, logo) plus themeta.jsonentry, then randedupe-and-sort-meta.jsso the list stays in order.Source: https://github.com/MendyLanda/cut
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.