Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

cnieg/jahia-tools-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jahia-tools-module

Jahia module offering new administration endpoints (site import, site deletion ...)

Avoid installing this module on a production instance, as this exposes endpoints which can be dangerous if they are not properly secured.

Usage

Import site

curl --user <root>:<pwd> -F site=portail -F [email protected] http://localhost:8080/modules/api/jahia-tools/sites

Delete site

curl --user <root>:<pwd> -X DELETE http://localhost:8080/modules/api/jahia-tools/sites/<siteKey>

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages