{% extends "layout.html" %} {% block content %}

Settings

About

{% for key, value in about.items() %} {% endfor %}
{{ key }} {{ value }}

Accounts

{{ macros.externalLink('Go to Bambu Lab Cloud Accounts', url_for('bblcloud.accounts'), "btn btn-primary") }}

Security

{{ macros.tooltipHelp('This will allow others on the same network to access this site by listening on 0.0.0.0, consider using this together with the password authentication. Changes on restart.') }}
{{ macros.tooltipHelp('This will protect the web interface with the username and password below. This is not required, but recommended.') }}

Misc

{{ macros.tooltipHelp('This is useful for certain Windows users who experience issues with webcam!') }}
{% endblock %}