fix Commento import URL

Previously, it was not using the domain
and relying on another export format.
This commit is contained in:
Dmitry Verkhoturov
2023-11-20 10:59:05 -06:00
committed by Umputun
parent ce678bf967
commit d04d2097f8
5 changed files with 21 additions and 12 deletions
+2
View File
@@ -20,3 +20,5 @@ Remark42 supports importing comments from Disqus, WordPress, Commento, or native
1. Move exported json file to your Remark42 host within `./var`
2. Run import command (`ADMIN_PASSWD` must to be enabled on server for it to work) - `docker exec -it remark42 import -p commento -f /srv/var/{commento-export-name}.json -s {your site ID}`
Comments are imported for the domain specified in the provided file, with `https://` prefix. If you want to import comments for a different domain or for `http://` domain, you'll need to export them after importing, alter the export file `url` property and re-import them.