Files
lalafin/src/main/resources/application.yaml.example
2022-12-06 13:29:28 +01:00

49 lines
1.1 KiB
Plaintext

# Configuration file
quarkus:
http:
limits:
max-body-size: 50G
port: 8910
proxy:
proxy-address-forwarding: true
native:
container-build: true
container-runtime: docker
enable-all-security-services: true
enable-https-url-handler: true
oidc:
application-type: web-app
auth-server-url: <url>
client-id: <id>
credentials:
secret: <secret>
tls:
verification: none
token:
refresh-expired: true
# lalafin:
# base_url: <url>
# user_management_url: <url>
api:
file:
directory: /lalafin # Files need to be in {directory}/file
ignored: {} # Files ending with these suffixes will not show up
routes:
- path: / # Root corresonds to the endpoint /file/
roles: {} # Only users with these roles will have access to this route (empty = ALL)
folder:
tokens: {} # List of tokens to make some routes available trhough the public folders API
# thumbnail:
# jellyfin:
# paths: {}
# advent:
# events:
# - path: /
# year: 2021
# month: 12