This commit is contained in:
sam 2023-08-25 02:25:38 +02:00
commit 49b24e5773
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
22 changed files with 1499 additions and 0 deletions

14
.env.example Normal file
View file

@ -0,0 +1,14 @@
# the storage driver used
# - local: stores files on a local hard drive
# - s3: uses S3-compatible storage (not yet implemented)
STORAGE=local
# for local storage, the path used
# if the path starts with a /, it's treated as an absolute path
# if not, it's treated as a path relative to the working directory
# defaults to "uploads"
LOCAL_PATH=/var/filer/uploads
# the port used by the web server
# the server will not run if this is empty
PORT=8080