eXist-db / xst

Command line tool to interact with exist-db instances
https://npmjs.com/@existdb/xst
MIT License
18 stars 5 forks source link

Allow certain ouri-definition #52

Closed StephanMa closed 1 year ago

StephanMa commented 1 year ago

Please make sure that the feature you are suggesting is reported in the right place. Documentation, Dashboard etc all have their own repos. Suggestion for new features should be posted there.

Describe the solution you'd like I would like to configure the ouri if the exist-context was changed from /exist to / similar to -ouri=xmldb:exist://192.168.1.2:80/xmlrpc

Describe alternatives you've considered n/a

Additional context Changed context for exist from /exist to /

line-o commented 1 year ago

I believe there is a setting for that.

line-o commented 1 year ago

It's the path in the connection settings see https://github.com/eXist-db/node-exist#defaults

Try

{
   "path": "/xmlrpc"
}
StephanMa commented 1 year ago

Ah nice… this would be great.

StephanMa commented 1 year ago

Perfect! Thanks a lot

line-o commented 1 year ago

@StephanMa If you like this project, please leave a star 😄

StephanMa commented 1 year ago

Done 👍🏻