I would like to link Wikidata items on my local wikibase to pages on my Wiki. I understand that I need to run the addSite script. I have done that but I cannot seem to find the right settings for the SiteID for it to be recognised.
I have tried both AddSite and importSites using these settings:
<sites version="1.0" xmlns="http://www.mediawiki.org/xml/sitelist-1.0/">
<site type="mediawiki">
<globalid>mywiki</globalid>
<group>mywikigroup</group>
<path type="page_path">http://192.168.xx.yy/wiki/</path>
<path type="file_path">http://192.168.xx.yy/</path>
</site>
</sites>
When I try to Set Item Sitelink I get:
The site ID "mywiki" is unknown. Please use an existing site ID, such as "enwiki".
Please can you describe how I can determine and set the globalid / SiteID. I am running a wikibase docker implementation.