feat: add experimental config file support

This commit is contained in:
Stavros
2025-12-21 11:21:11 +02:00
parent 0374370b0c
commit c4529be557
10 changed files with 215 additions and 103 deletions

View File

@@ -16,4 +16,8 @@ COPY ./air.toml ./
EXPOSE 3000
ENV DATABASEPATH=/data/tinyauth.db
ENV RESOURCESDIR=/data/resources
ENTRYPOINT ["air", "-c", "air.toml"]