summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilhelm Schuster2021-11-17 14:34:58 +0100
committerWilhelm Schuster2021-11-17 14:34:58 +0100
commit4a4e7ae0eb0fea12cef964810c5dd1801d386824 (patch)
tree2ab02fbd4bc496ea05b613dfe71c2c018054c44b
parent27919907340bc6ae311e15ae7d8c7801522e52fa (diff)
downloadaur-4a4e7ae0eb0fea12cef964810c5dd1801d386824.tar.gz
Update moonraker.conf
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--moonraker.conf49
3 files changed, 53 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9542f6fb3d9..41b03f582bde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = moonraker-git
pkgdesc = HTTP frontend for Klipper 3D printer firmware
- pkgver = r845.2447cca
+ pkgver = r941.df18928
pkgrel = 1
url = https://github.com/Arksine/moonraker
arch = any
@@ -26,7 +26,7 @@ pkgbase = moonraker-git
source = tmpfiles.conf
source = moonraker-klipper.cfg
sha256sums = SKIP
- sha256sums = c98047840f074f7269e8fd8e8476566f9a0d4c43359b3bac81a03d2c7972b83d
+ sha256sums = 18c55a7a9360ea3f0f9d041b83a435688f62d715821ebb4f62ebfc153af239ae
sha256sums = 079711d571f950a5dc7dc3b48d59e3f13947db92a22753936e2e2f5c828fbee6
sha256sums = 7b908a1c3e0b56523d27db5283e2f546f93051fe855cc949635fafa37ba2f416
sha256sums = caa868a447ab94bd3e5f86cdf70e5deeb17b233077d94a424a682dfe49349a96
diff --git a/PKGBUILD b/PKGBUILD
index d6bf48bdfeae..8bc30fd5bfcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Wilhelm Schuster <aur [aT] rot13 dot io>
pkgname=moonraker-git
-pkgver=r845.2447cca
+pkgver=r941.df18928
pkgrel=1
pkgdesc="HTTP frontend for Klipper 3D printer firmware"
arch=(any)
@@ -23,7 +23,7 @@ conflicts=("${pkgname%-git}")
backup=('etc/klipper/moonraker.conf')
source=('git+https://github.com/Arksine/moonraker.git#branch=master' 'moonraker.conf' 'moonraker.service' 'tmpfiles.conf' 'moonraker-klipper.cfg')
sha256sums=('SKIP'
- 'c98047840f074f7269e8fd8e8476566f9a0d4c43359b3bac81a03d2c7972b83d'
+ '18c55a7a9360ea3f0f9d041b83a435688f62d715821ebb4f62ebfc153af239ae'
'079711d571f950a5dc7dc3b48d59e3f13947db92a22753936e2e2f5c828fbee6'
'7b908a1c3e0b56523d27db5283e2f546f93051fe855cc949635fafa37ba2f416'
'caa868a447ab94bd3e5f86cdf70e5deeb17b233077d94a424a682dfe49349a96')
diff --git a/moonraker.conf b/moonraker.conf
index ea4b06837f04..b22791cb774f 100644
--- a/moonraker.conf
+++ b/moonraker.conf
@@ -3,6 +3,16 @@
host: 127.0.0.1
# The port the HTTP server will listen on.
port: 7125
+# The port to listen on for SSS (HTTPS) connections. Note that the HTTPS
+# server will only be started of the certificate and key options outlined
+# below are provied. The default is 7130.
+#ssl_port: 7130
+# The path to a self signed ssl certificate. The default is no path, which
+# disables HTTPS.
+#ssl_certificate_path:
+# The path to the private key used to signed the certificate. The default
+# is no path, which disables HTTPS.
+#ssl_key_path:
# The address of Unix Domain Socket used to communicate with Klipper.
klippy_uds_address: /run/klipper/ud_sock
# The maximum size allowed for a file upload.
@@ -16,13 +26,33 @@ enable_debug_logging: True
# files to this directory. Note that this may not be the system root
# (ie: "/") and moonraker must have read and write access permissions
# for this directory.
+
+[file_manager]
+# The path to the folder that stores Moonraker's lmdb database files.
+# It is NOT recommended to place this file in a location that is served by
+# Moonraker (such as the "config_path" or the location where gcode
+# files are stored). If the folder does not exist an attempt will be made
+# to create it. The default is ~/.moonraker_database.
config_path: /etc/klipper
+# An optional path to a directory where log files are located. Users may
+# configure various applications to store logs here and Moonraker will serve
+# them at "/server/files/logs/*". The default is no log paths.
+#log_path:
+# When set to True the file manager will add uploads to the job_queue when
+# the `start_print` flag has been set. The default if False.
+#queue_gcode_uploads: False
+
+[database]
# The path to the folder that stores Moonraker's lmdb database files.
# It is NOT recommended to place this file in a location that is served by
# Moonraker (such as the "config_path" or the location where gcode
# files are stored). If the folder does not exist an attempt will be made
# to create it. The default is ~/.moonraker_database.
database_path: /var/opt/moonraker/db
+# For developer use only. End users should leave this option set to False.
+#enable_database_debug: False
+
+[data_store]
# The maximum number of temperature values to store for each sensor. Note
# that this value also applies to the "target", "power", and "fan_speed"
# if the sensor reports them. The default is 1200, which is enough to
@@ -31,6 +61,21 @@ database_path: /var/opt/moonraker/db
# The maximum number "gcode lines" to store.
#gcode_store_size: 1000
+#[job_queue]
+# When set to true the job queue will attempt to load the next
+# pending job when Klipper reports as "Ready". If the queue has
+# been paused it will automatically resume. Note that neither
+# the job_transition_delay nor the job_transition_gcode are
+# applied in this case. The default is False.
+#load_on_startup: False
+# The amount of time to delay after completion of a job before
+# loading the next job on the queue. The default is no delay.
+#job_transition_delay:
+# A gcode to execute after the completion of a job before the next
+# job is loaded. If a "job_transition_delay" has been configured
+# this gcode will run after the delay. The default is no gcode.
+#job_transition_gcode:
+
#[authorization]
# A list of newline separated ip addresses and/or ip ranges that are
# trusted. Trusted clients are given full access to the API. Both IPv4
@@ -48,3 +93,7 @@ database_path: /var/opt/moonraker/db
#cors_domains:
# http://klipper-printer.local
# http://second-printer.local:7125
+
+#[octoprint_compat]
+
+[history]