This addon provides SFTP storage support for BlueMap.
-
Download the AddOn
- Get the latest version of the addon from the releases page.
-
Install the AddOn
- Place the downloaded
BlueMapSshStorage-{version}.jarfile into thepacksfolder located next to your BlueMap configuration files, it should look likeBlueMap/packs/letsmine-bluemap-{version}.jar.
- Place the downloaded
-
Configure SFTP
- Copy the sftp.conf file to the
storagefolder located next to your BlueMap configuration files. - Fill in the necessary SFTP configuration details in the
sftp.conffile.
- Copy the sftp.conf file to the
-
Update BlueMap Map Configuration
- Modify the storage setting in your map configuration files (
maps/*.conf) to use the SFTP storage:"storage": "sftp"
- Modify the storage setting in your map configuration files (
-
Reload BlueMap
- Apply the changes by reloading BlueMap.
With the ssh-keyscan command you cann create/append your known_hosts file.
ssh-keyscan -H example.com >> known_hostsssh-keyscan -H -p 23 u001.your-storagebox.de >> known_hostsYou can now use that file in yoursftp.conf
- Copy the sftp.conf file to the
storagefolder, Name the file however you like, for example:second-sftp.conf - Modify the storage setting in your map configuration files (
maps/*.conf) to use the new SFTP storage:The name of the"storage": "second-sftp"
*.confFile is used for the storage setting in themaps/*.conf.