{"id":19299946,"url":"https://github.com/cloudogu/plantuml-cloudogu-sprites","last_synced_at":"2025-11-17T04:04:33.907Z","repository":{"id":46807444,"uuid":"138392667","full_name":"cloudogu/plantuml-cloudogu-sprites","owner":"cloudogu","description":"This repository includes a set of logos from Cloudogu EcoSystem Dogus and other tools for using as Sprites in PlantUML. ","archived":false,"fork":false,"pushed_at":"2024-09-12T07:59:19.000Z","size":378,"stargazers_count":27,"open_issues_count":1,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-05T22:42:00.157Z","etag":null,"topics":["cloudogu","plantuml","smeagol"],"latest_commit_sha":null,"homepage":"https://cloudogu.com","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudogu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-23T10:35:26.000Z","updated_at":"2024-06-27T20:03:37.000Z","dependencies_parsed_at":"2024-09-12T17:29:05.156Z","dependency_job_id":"625fdc2f-6c3c-4338-91ee-bd76d6a0c653","html_url":"https://github.com/cloudogu/plantuml-cloudogu-sprites","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fplantuml-cloudogu-sprites","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fplantuml-cloudogu-sprites/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fplantuml-cloudogu-sprites/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fplantuml-cloudogu-sprites/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudogu","download_url":"https://codeload.github.com/cloudogu/plantuml-cloudogu-sprites/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240401297,"owners_count":19795523,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cloudogu","plantuml","smeagol"],"created_at":"2024-11-09T23:13:14.695Z","updated_at":"2025-11-17T04:04:28.875Z","avatar_url":"https://github.com/cloudogu.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# Sprites for PlantUML\n\nThis repository includes a set of logos from [Cloudogu EcoSystem](https://cloudogu.com/?mtm_campaign=sprites\u0026mtm_kwd=website\u0026mtm_source=github\u0026mtm_medium=link) Dogus and other tools for using as [Sprites](http://plantuml.com/sprite) in [PlantUML](http://plantuml.com). BTW: Check out our Git based wiki [Smeagol](https://github.com/cloudogu/smeagol) which has rich PlantUML support!\n\nThis work was inspired by [tupadr3/plantuml-icon-font-sprites](https://github.com/tupadr3/plantuml-icon-font-sprites). (Note: if you use their sprites in the same PlantUML diagram with sprites from this repo, you don't have to include the file common.puml from their repo. The code is already in common.puml of this repo.)\n\n## Usage\n\nFirst include the file common.puml either via path or url. It also contains style definitions according to the Cloudogu CI\n\n```\n[...]\n!include ../common.puml\n!includeurl https://raw.githubusercontent.com/cloudogu/plantuml-cloudogu-sprites/master/common.puml\n[...]\n```\nYou can define a macro for the URL\n\n```\n[...]\n!define CLOUDOGUURL https://raw.githubusercontent.com/cloudogu/plantuml-cloudogu-sprites/master\n!includeurl CLOUDOGUURL/common.puml\n[...]\n```\n\nThen include the sprites that you want to use \n\n```\n[...]\n!includeurl CLOUDOGUURL/dogus/scm.puml\n!includeurl CLOUDOGUURL/dogus/smeagol.puml\n[...]\n```\n\nTo use the Sprites you can include their name directly with \u003c\u003c$name\u003e\u003e\n\n```\n[...]\nnode \"Cloudogu Ecosystem\" \u003c\u003c$cloudogu\u003e\u003e {\n[...]\n```\n\nor add one of the defined macros. Prefix can be either 'DOGU' or 'TOOL':\n\n```\n[...]\n\u003cprefix\u003e_\u003cname\u003e(alias)\n\u003cprefix\u003e_\u003cname\u003e(alias,label)\n\u003cprefix\u003e_\u003cname\u003e(alias,label,shape)\n\u003cprefix\u003e_\u003cname\u003e(alias,label,shape,color)\n[...]\n```\n\n## Complete Example\n```\n@startuml\n!define CLOUDOGUURL https://raw.githubusercontent.com/cloudogu/plantuml-cloudogu-sprites/master\n!includeurl CLOUDOGUURL/common.puml\n!includeurl CLOUDOGUURL/dogus/jenkins.puml\n!includeurl CLOUDOGUURL/dogus/cloudogu.puml\n!includeurl CLOUDOGUURL/dogus/scm.puml\n!includeurl CLOUDOGUURL/dogus/smeagol.puml\n!includeurl CLOUDOGUURL/dogus/nexus.puml\n!includeurl CLOUDOGUURL/tools/k8s.puml\n\nnode \"Cloudogu Ecosystem\" \u003c\u003c$cloudogu\u003e\u003e {\n\tDOGU_JENKINS(jenkins, Jenkins) #ffffff\n\tDOGU_SCM(scm, SCM-Manager) #ffffff\n\tDOGU_SMEAGOL(smeagol, Smeagol) #ffffff\n\tDOGU_NEXUS(nexus,Nexus) #ffffff\n}\n\nTOOL_K8S(k8s, Kubernetes) #ffffff\n\nactor developer\n\ndeveloper -\u003e smeagol : \"Edit Slides\"\nsmeagol -\u003e scm : Push\nscm -\u003e jenkins : Trigger\njenkins -\u003e nexus : Deploy\njenkins -\u003e k8s : Deploy\n\n@enduml\n```\n\n![Example](example.png \"Example\")\n\n## List of all Dogu Sprites\n\n| Sprite | Dogu name | Macro | Name |\n|--------|-----------|-------|------|\n| ![CAS](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/cas.jpg \"CAS\") | CAS | DOGU_CAS | $cas |\n| ![Cloudogu](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/cloudogu.jpg \"Cloudogu\") | Cloudogu | DOGU_CLOUDOGU | $cloudogu |\n| ![Cockpit](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/cockpit.png \"Cockpit\") | Cockpit | DOGU_COCKPIT | $cockpit |\n| ![Jenkins](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/jenkins.jpg \"Jenkins\") | Jenkins | DOGU_JENKINS | $jenkins |\n| ![Nexus](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/nexus.jpg \"Nexus\") | Nexus | DOGU_NEXUS | $nexus |\n| ![Nginx](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/nginx.jpg \"Nginx\") | Nginx | DOGU_NGINX | $nginx |\n| ![OpenLDAP](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/openldap.jpg \"OpenLDAP\") | OpenLDAP | DOGU_OPENLDAP | $openldap |\n| ![PlantUML](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/plantuml.jpg \"PlantUML\") | PlantUML | DOGU_PLANTUML | $plantuml |\n| ![Postfix](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/postfix.jpg \"Postfix\") | Postfix | DOGU_POSTFIX | $postfix |\n| ![PostgreSQL](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/postgresql.png \"PostgreSQL\") | PostgreSQL | DOGU_POSTGRESQL | $postgresql |\n| ![Redmine](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/redmine.jpg \"Redmine\") | Redmine | DOGU_REDMINE | $redmine |\n| ![Registrator](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/registrator.jpg \"Registrator\") | Registrator | DOGU_REGISTRATOR | $registrator |\n| ![SCM Manager](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/scm.jpg \"SCM Manager\") | SCM Manager | DOGU_SCM | $scm |\n| ![Smeagol](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/smeagol.png \"Smeagol\") | Smeagol | DOGU_SMEAGOL | $smeagol |\n| ![Sonarqube](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/sonarqube.jpg \"Sonarqube\") | Sonarqube | DOGU_SONARQUBE | $sonarqube |\n| ![User management](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/usermgt.png \"User management\") | User management | DOGU_USERMGMT | $usermgmt |\n| ![LDAP mapper](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/ldapmapper.png \"LDAP mapper\") | LDAP mapper | DOGU_LDAPMAPPER | $ldapmapper |\n| ![Jira](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/jira.png \"Jira\") | jira | DOGU_JIRA | $jira |\n| ![Confluence](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/confluence.png \"Confluence\") | confluence | DOGU_CONFLUENCE | $confluence |\n| ![Backup](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/backup.png \"Backup\") | backup | DOGU_BACKUP | $backup |\n| ![Easyredmine](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/easyredmine.png \"EasyRedmine\") | easyredmine | DOGU_EASYREDMINE | $easyredmine |\n| ![Portainer](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/portainer.png \"Portainer\") | portainer | DOGU_PORTAINER | $portainer |\n| ![Swaggerui](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/swaggerui.png \"Swagger-UI\") | swaggerui | DOGU_SWAGGERUI | $swaggerui |\n| ![AdminDogu](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/dogus/admin.png \"Admin Dogu\") | admin | DOGU_ADMIN | $admin |\n\n## List of all other tools sprites\n\n| Sprite | Tool name | Macro | Name |\n|--------|-----------|-------|------|\n| ![Ansible](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/ansible.jpg \"Ansible\") | Ansible | TOOL_ANSIBLE | $ansible |\n| ![Cucumber](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/cucumber.png \"Cucumber\") | Cucumber | TOOL_CUCUMBER | $cucumber |\n| ![Cypress](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/cypress.png \"Cypress\") | Cypress | TOOL_CYPRESS | $cypress |\n| ![Docker](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/docker.jpg \"Docker\") | Docker | TOOL_DOCKER | $docker |\n| ![Elastic Search](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/elastic.jpg \"Elastic Search\") | Elastic Search | TOOL_ELASTIC | $elastic |\n| ![Etcd](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/etcd.jpg \"Etcd\") | Etcd | TOOL_ETCD | $etcd |\n| ![fail2ban](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/fail2ban.png \"fail2ban\") | fail2ban | TOOL_FAIL2BAN | $fail2ban |\n| ![Grafana](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/grafana.jpg \"Grafana\") | Grafana | TOOL_GRAFANA | $grafana |\n| ![Gatsby](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/gatsby.png \"Gatsby\") | Gatsby | TOOL_GATSBY | $gatsby |\n| ![Helm](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/helm.png \"Helm\") | Helm | TOOL_HELM | $helm |\n| ![JUnit](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/junit.jpg \"JUnit\") | JUnit | TOOL_JUNIT | $junit |\n| ![Kubernetes](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/k8s.jpg \"Kubernetes\") | Kubernetes | TOOL_K8S | $k8s |\n| ![Prometheus](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/prometheus.jpg \"Prometheus\") | Prometheus | TOOL_PROMETHEUS | $prometheus |\n| ![QEmu](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/qemu.jpg \"QEmu\") | QEmu | TOOL_QEMU | $qemu |\n| ![React](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/react.png \"React\") | React | TOOL_REACT | $react |\n| ![Terraform](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/terraform.jpg \"Terraform\") | Terraform | TOOL_TERRAFORM | $terraform |\n| ![Ubuntu](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/ubuntu.jpg \"Ubuntu\") | Ubuntu | TOOL_UBUNTU | $ubuntu |\n| ![Virtualbox](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/virtualbox.jpg \"Virtualbox\") | Virtualbox | TOOL_VIRTUALBOX | $virtualbox |\n| ![VMWare](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/vmware.jpg \"VMWare\") | VMWare | TOOL_VMWARE | $vmware |\n\n## Adding new sprites\n\nOnly a few things are needed to create new sprites:\n\n1. a 48x48 pixel bitmap image\n1. the [plantuml.jar](https://sourceforge.net/projects/plantuml/files/plantuml.jar/download)\n1. a working Java installation\n\nImages work best when they have a white background (that is: no alpha/transparency channel is visible) and show a good contrast.\n\n### Steps\n\n1. prepare the input image\n1. encode the input image to a Plant UML sprit`\n   - `java -jar /path/to/plantuml.jar -encodesprite 16 yourSprite.png \u003e yourSprite.puml`\n1. optional, but it just would be nice:\n   1. harmonize sprite file to match existing ones\n      - add @startuml / @enduml tags\n      - add ENTITY stuff (see the other .puml files)\n   1. Share here\n\n---\n\nAll trademarks, product names and logos appearing above are the property of their respective owners, including in some instances Cloudogu GmbH. Any rights not expressly granted herein are reserved.\n\n---\n### What is the Cloudogu EcoSystem?\nThe Cloudogu EcoSystem is an open platform, which lets you choose how and where your team creates great software. Each service or tool is delivered as a Dogu, a Docker container. Each Dogu can easily be integrated in your environment just by pulling it from our registry. We have a growing number of ready-to-use Dogus, e.g. SCM-Manager, Jenkins, Nexus, SonarQube, Redmine and many more. Every Dogu can be tailored to your specific needs. Take advantage of a central authentication service, a dynamic navigation, that lets you easily switch between the web UIs and a smart configuration magic, which automatically detects and responds to dependencies between Dogus. The Cloudogu EcoSystem is open source and it runs either on-premises or in the cloud. The Cloudogu EcoSystem is developed by Cloudogu GmbH under [MIT License](https://cloudogu.com/en/license/?mtm_campaign=sprites\u0026mtm_kwd=license\u0026mtm_source=github\u0026mtm_medium=link).\n\n### How to get in touch?\nWant to talk to the Cloudogu team? Need help or support? There are several ways to get in touch with us:\n\n* [Website](https://cloudogu.com/?mtm_campaign=sprites\u0026mtm_kwd=website\u0026mtm_source=github\u0026mtm_medium=link)\n* [myCloudogu-Forum](https://forum.cloudogu.com/topic/34?ctx=1)\n* [Email hello@cloudogu.com](mailto:hello@cloudogu.com)\n\n---\n\u0026copy; 2020 Cloudogu GmbH - MADE WITH :heart: FOR DEV ADDICTS. [Legal notice / Impressum](https://cloudogu.com/en/imprint/?mtm_campaign=sprites\u0026mtm_kwd=imprint\u0026mtm_source=github\u0026mtm_medium=link)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudogu%2Fplantuml-cloudogu-sprites","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudogu%2Fplantuml-cloudogu-sprites","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudogu%2Fplantuml-cloudogu-sprites/lists"}