Skip to content

A simple script to export all wiki pages and their attachments of a Redmine server.

Notifications You must be signed in to change notification settings

erseco/redmine-wiki-exporter

 
 

Repository files navigation

A simple script to export all wiki pages and their attachments of a Redmine server.

Requirements:

  • Node version 22 or higher

Getting started

Install the dependencies:

npm install

Create a config.json file, containing the following properties:

cp config.json.dist config.json
  • redmineUrl (required): the url of the Redmine server ;
  • user: the username used to authenticate through the Redmine REST API ;
  • password: the password used to authenticate through the Redmine REST API ;
  • output: the path of the local folder that will be used to store the output files ;
  • insecure: set this option to true to run the script in an insecure mode that will not try to validate the SSL certificate of the Redmine server ;
  • extension: (default "md") extension of output files ("md" or "textile") ;
  • excludedProjects: array of string excluded projects.

Run the script:

node main.js

About

A simple script to export all wiki pages and their attachments of a Redmine server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%