CreatBotMainsail/docs/setup-guide/mainsail-hosted.md
tomlawesome 13233ca878
docs: Major docs update by tomlawesome (#358)
* major docs update
* Delete info.md
* update file permissions
* added screenshots and updated first-boot.md
2021-10-10 18:45:20 +02:00

1.3 KiB

layout title parent nav_order has_children has_toc permalink
default my.mainsail.xyz Setup Guides 4 false false /setup/mainsail-hosted

my.mainsail.xyz

Mainsail and MainsailOS respect Data Privacy. {: .info}

The hosted version of mainsail can be used:

  • On the same (local) network as your printer.
  • On a remote (different) network to your printer (requires the configuration of remote access).

Requirements

  • MainsailOS and KIAUH are preconfigured to meet the requirements for the hosted service to work.
  • If you have a manual installation, then the following requirements must be met:
    • Klipper must be installed.
    • Moonraker must be installed.
    • my.mainsail.xyz must be configured as a CORS domain in moonraker.conf.

Editing moonraker.conf

Further information can be found in the Moonraker documentation {: .info}

To allow my.mainsail.xyz to access your local installation, navigate to moonraker.conf open it and add the following code:

[authorization]
cors_domains:
    https://my.mainsail.xyz
    http://my.mainsail.xyz
    http://*.local
trusted_clients:
 10.0.0.0/8
 127.0.0.0/8
 169.254.0.0/16
 172.16.0.0/12
 192.168.0.0/16
 FE80::/10
 ::1/128