Compare commits

..

2 Commits

Author SHA1 Message Date
asvdvl
c42f5a58d4 Merge 3d7e865409 into 985b66d41f 2025-07-12 19:41:34 +02:00
asvdvl
3d7e865409 Enable fluidd ipv6 support 2025-03-04 13:40:03 +03:00
2 changed files with 2 additions and 1 deletions

View File

@@ -126,7 +126,7 @@ def create_example_moonraker_conf(
scp.read_file(target)
trusted_clients: List[str] = [
f" {'.'.join(ip)}\n",
*scp.getvals("authorization", "trusted_clients"),
*scp.getval("authorization", "trusted_clients"),
]
scp.set_option("server", "port", str(port))

View File

@@ -2,6 +2,7 @@
server {
listen 80;
listen [::]:80;
access_log /var/log/nginx/fluidd-access.log;
error_log /var/log/nginx/fluidd-error.log;