{"id":13654187,"url":"https://github.com/AlphaNodes/redmine_hedgedoc","last_synced_at":"2025-04-23T07:30:37.847Z","repository":{"id":44599186,"uuid":"150964333","full_name":"alphanodes/redmine_hedgedoc","owner":"alphanodes","description":"Redmine plugin for HedgeDoc integration","archived":false,"fork":false,"pushed_at":"2025-02-17T14:45:48.000Z","size":106,"stargazers_count":16,"open_issues_count":1,"forks_count":5,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-02T20:38:29.677Z","etag":null,"topics":["codimd","hedgedoc","notes","pad","redmine","redmine-plugin"],"latest_commit_sha":null,"homepage":"https://www.redmine.org/plugins/redmine_hedgedoc","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alphanodes.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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-09-30T12:12:42.000Z","updated_at":"2025-02-17T14:45:51.000Z","dependencies_parsed_at":"2024-01-31T08:44:56.377Z","dependency_job_id":"981708d1-ba59-4ad6-ab87-da2569d8688b","html_url":"https://github.com/alphanodes/redmine_hedgedoc","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphanodes%2Fredmine_hedgedoc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphanodes%2Fredmine_hedgedoc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphanodes%2Fredmine_hedgedoc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alphanodes%2Fredmine_hedgedoc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alphanodes","download_url":"https://codeload.github.com/alphanodes/redmine_hedgedoc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250390885,"owners_count":21422797,"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":["codimd","hedgedoc","notes","pad","redmine","redmine-plugin"],"created_at":"2024-08-02T02:01:24.559Z","updated_at":"2025-04-23T07:30:37.838Z","avatar_url":"https://github.com/alphanodes.png","language":"Ruby","funding_links":[],"categories":["Plugins"],"sub_categories":["Active Plugins"],"readme":"# HedgeDoc plugin for Redmine\n\n[![Rate at redmine.org](https://img.shields.io/badge/rate%20at-redmine.org-blue.svg?style=fla)](https://www.redmine.org/plugins/redmine_hedgedoc) [![Run Rubocop](https://github.com/AlphaNodes/redmine_hedgedoc/workflows/Run%20Rubocop/badge.svg)](https://github.com/AlphaNodes/redmine_hedgedoc/actions/workflows/rubocop.yml) [![Run Brakeman](https://github.com/AlphaNodes/redmine_hedgedoc/workflows/Run%20Brakeman/badge.svg)](https://github.com/AlphaNodes/redmine_hedgedoc/actions/workflows/brakeman.yml) [![Run Tests](https://github.com/AlphaNodes/redmine_hedgedoc/workflows/Tests/badge.svg)](https://github.com/AlphaNodes/redmine_hedgedoc/actions/workflows/tests.yml)\n\n## Features\n\n* Show list of own [HedgeDoc](https://hedgedoc.org/) pads in [Redmine](https://www.redmine.org/)\n* Show HedgeDoc pads in [Redmine](https://www.redmine.org/) projects, if pad name has redmine identifier as prefix. Eg. MyProject: MyPad\n\n## Redmine Requirements\n\n* Redmine version \u003e= 6\n* Redmine Plugin: [additionals](https://github.com/alphanodes/additionals)\n* Ruby version \u003e= 3.1\n\n## HedgeDoc Requirements\n\n* HedgeDoc version: all\n* E-Mail authentification\n\n## Installation\n\nInstall ``redmine_hedgedoc`` plugin for `Redmine`\n\n    cd $REDMINE_ROOT\n    git clone git://github.com/alphanodes/additionals.git plugins/additionals\n    git clone git://github.com/alphanodes/redmine_hedgedoc.git plugins/redmine_hedgedoc\n    bundle config set --local without 'development test'\n    bundle install\n    bundle exec rake redmine:plugins:migrate RAILS_ENV=production\n\nRestart Redmine (application server) and you should see the plugin show up in the Plugins page.\n\n## Configuration\n\nRedmine needs access to [HedgeDoc](https://hedgedoc.org/) database. Add in your config/database.yml an paragraph names \"hedgedoc\", e.g.\n\n    hedgedoc:\n      adapter: postgresql\n      database: hedgedoc\n      host: localhost\n      username: hedgedoc\n      password: hedgedoc\n      encoding: utf8\n      schema_search_path: public\n\n## Uninstall\n\nUninstall ``redmine_hedgedoc``\n\n    cd $REDMINE_ROOT\n    rm -rf plugins/redmine_hedgedoc\n\nRestart Redmine (application server)\n\n## License\n\nThis plugin is licensed under the terms of GNU/GPL v2.\nSee [LICENSE](LICENSE) for details.\n\n## Redmine Copyright\n\nThe redmine_hedgedoc is a plugin extension for Redmine Project Management Software, whose Copyright follows.\nCopyright (C) 2006-  Jean-Philippe Lang\n\nRedmine is a flexible project management web application written using Ruby on Rails framework.\nMore details can be found in the doc directory or on the official website \u003chttp://www.redmine.org\u003e\n\nThis program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAlphaNodes%2Fredmine_hedgedoc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAlphaNodes%2Fredmine_hedgedoc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAlphaNodes%2Fredmine_hedgedoc/lists"}