first commit

This commit is contained in:
O K
2026-05-18 11:45:56 +03:00
commit d0156ad51c
20 changed files with 4324 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# 18004 Server Configuration
# Copy this file to /etc/server18004/server.conf
# Port for restricted SVG QR code generation
port_svg = 4081
# Port for restricted PNG QR code generation
port_png = 4082
# Port for unrestricted JSON API (generate, domain management)
port_api = 4083
# Port for restricted AVIF QR code generation
port_avif = 4084
# Default domain that is always allowed on restricted ports
# (does not need to be in the domains allowlist)
default_domain = "example.com"