fix: auto-fix linting issues

This commit is contained in:
alexbelgium
2025-08-31 00:32:39 +00:00
committed by github-actions[bot]
parent 1359c5509e
commit 89fdab7e7a
6 changed files with 21 additions and 21 deletions

0
calibre_web/rootfs/etc/services.d/nginx/run Normal file → Executable file
View File

View File

@@ -18,12 +18,12 @@
"name": "Collabora", "name": "Collabora",
"options": { "options": {
"aliasgroup1": "", "aliasgroup1": "",
"certfile": "fullchain.pem",
"domain": "", "domain": "",
"extra_params": "--o:ssl.enable=false --o:user_interface.use_integration_theme=false --o:net.proto=IPv4", "extra_params": "--o:ssl.enable=false --o:user_interface.use_integration_theme=false --o:net.proto=IPv4",
"certfile": "fullchain.pem",
"keyfile": "privkey.pem", "keyfile": "privkey.pem",
"ssl": false,
"password": "", "password": "",
"ssl": false,
"username": "" "username": ""
}, },
"ports": { "ports": {
@@ -35,15 +35,15 @@
"schema": { "schema": {
"TZ": "str?", "TZ": "str?",
"aliasgroup1": "str", "aliasgroup1": "str",
"certfile": "str",
"keyfile": "str",
"ssl": "bool",
"cert_domain": "bool?", "cert_domain": "bool?",
"server_name": "str?", "certfile": "str",
"dictionaries": "str?", "dictionaries": "str?",
"domain1": "str?", "domain1": "str?",
"extra_params": "str?", "extra_params": "str?",
"keyfile": "str",
"password": "password", "password": "password",
"server_name": "str?",
"ssl": "bool",
"username": "str" "username": "str"
}, },
"slug": "collabora", "slug": "collabora",

0
emby_beta/rootfs/etc/services.d/nginx/run Normal file → Executable file
View File

0
portainer/rootfs/etc/services.d/nginx/run Normal file → Executable file
View File

0
portainer/rootfs/etc/services.d/portainer/run Normal file → Executable file
View File