{"id":40700159,"url":"https://github.com/dkd/plantuml","last_synced_at":"2026-01-21T12:03:20.526Z","repository":{"id":35953952,"uuid":"40243649","full_name":"dkd/plantuml","owner":"dkd","description":"PlantUML Plugin for Redmine","archived":false,"fork":false,"pushed_at":"2022-12-16T17:42:47.000Z","size":30,"stargazers_count":51,"open_issues_count":9,"forks_count":42,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-10-03T01:33:12.845Z","etag":null,"topics":["plantuml","redmine","redmine-plugin"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dkd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-05T12:20:07.000Z","updated_at":"2025-08-21T10:10:21.000Z","dependencies_parsed_at":"2023-01-16T09:45:40.914Z","dependency_job_id":null,"html_url":"https://github.com/dkd/plantuml","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/dkd/plantuml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkd%2Fplantuml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkd%2Fplantuml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkd%2Fplantuml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkd%2Fplantuml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dkd","download_url":"https://codeload.github.com/dkd/plantuml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkd%2Fplantuml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28632781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["plantuml","redmine","redmine-plugin"],"created_at":"2026-01-21T12:03:15.010Z","updated_at":"2026-01-21T12:03:20.517Z","avatar_url":"https://github.com/dkd.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PlantUML Redmine plugin\n\nThis plugin will allow adding [PlantUML](http://plantuml.sourceforge.net/) diagrams into Redmine.\n\n## Requirements\n\n- Java\n- PlantUML binary\n\n## Installation\n\n- create a shell script in `/usr/bin/plantuml`\n\n```\n#!/bin/bash\n/usr/bin/java -Djava.io.tmpdir=/var/tmp -Djava.awt.headless=true -jar /PATH_TO_YOUR_PLANTUML_BINARY/plantuml.jar ${@}\n```\n\n- copy this plugin into the Redmine plugins directory\n\n## Usage\n\n- go to the [plugin settings page](http://localhost:3000/settings/plugin/plantuml) and add the *PlantUML binary* path `/usr/bin/plantuml`\n- PlantUML diagrams can be added as follow:\n\n```\n{{plantuml(png)\n  Bob -\u003e Alice : hello\n}}\n```\n\n```\n{{plantuml(svg)\n  Bob -\u003e Alice : hello\n}}\n```\n\n- you can choose between PNG or SVG images by setting the `plantuml` macro argument to either `png` or `svg`\n\n## using !include params\n\nSince all files are written out to the system, there is no safe way to prevent editors from using the `!include` command inside the code block.\nTherefore every input will be sanitited before writing out the .pu files for further interpretation. You can overcome this by activating the `Setting.plugin_plantuml['allow_includes']`\n**Attention**: this is dangerous, since all files will become accessible on the host system.\n\n## Known issues\n\n- PlantUML diagrams are not rendered inside a PDF export, see https://github.com/dkd/plantuml/issues/1\n\n## TODO\n\n- add image caching\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkd%2Fplantuml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkd%2Fplantuml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkd%2Fplantuml/lists"}