-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoctoeverywhere.conf
30 lines (26 loc) · 1.64 KB
/
octoeverywhere.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[logging]
# The active logging level. Valid values include: DEBUG, INFO, WARNING, or ERROR.
log_level = INFO
max_file_size_mb = 5
max_file_count = 3
[server]
# Uniquely identifies your printer. Don't change or will have to re-link your printer with the service.
printer_id = J6LHAU7BPZFECM2PD4TN25NLQQ8WXY29GD4ZRZA7CX6OAY9OOMLNIZAJAT39
# A private key linked to your printer ID. NEVER share this and also don't change it.
private_key = udHfBfhFKT3MwfCpq26sdiIjRuuvmCQmGriuEgJpsVg8VTm6WrASDvBw41gTTcp0TQNg2pLswEhDs2Mi
[relay]
# The port used for http relay. If your desired frontend runs on a different port, change this value.
frontend_port = 80
[webcam]
# Enables or disables auto webcam setting detection. If enabled, OctoEverywhere will find the webcam settings configured via the frontend (Fluidd, Mainsail, etc) and use them. Disable to manually set the values and have them not be overwritten.
auto_settings_detection = True
# Webcam streaming URL. This can be a local relative path (ex: /webcam/?action=stream) or absolute http URL (ex: http://10.0.0.1:8080/webcam/?action=stream or http://webcam.local/webcam/?action=stream)
stream_url = /webcam/?action=stream
# Webcam snapshot URL. This can be a local relative path (ex: /webcam/?action=snapshot) or absolute http URL (ex: http://10.0.0.1:8080/webcam/?action=snapshot or http://webcam.local/webcam/?action=snapshot)
snapshot_url = /webcam/?action=snapshot
# Flips the webcam image horizontally. Valid values are True or False
flip_horizontally = True
# Flips the webcam image vertically. Valid values are True or False
flip_vertically = True
# Rotates the webcam image. Valid values are 0, 90, 180, or 270
rotate = 0