Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Mirador File Uploader
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IIIF
Mirador
Mirador File Uploader
Commits
2aad91d9
Commit
2aad91d9
authored
Feb 2, 2024
by
David Rouquet
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
449ee17d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.env
+25
-0
25 additions, 0 deletions
.env
with
25 additions
and
0 deletions
.env
0 → 100644
+
25
−
0
View file @
2aad91d9
COMPOSE_FILE=docker-compose.yml:traefik.yml
# prod server host port
PORT=8080
# prod container restart policy
RESTART=always
# dev server host port
DEV_PORT=9000
# dev server container restart policy
DEV_RESTART=unless-stopped
# HTTP folder, will be served at http://localhost:$PORT/data
# use absolute path or relative path starting with ./
HTTP_FOLDER=./filebrowser_root/www
# hosts allowed to access ressources from $HTTP_FOLDER
# * to allow all, http://localhost:$DEV_PORT to allow only devserver
CORS_ALLOWED_HOSTS=*
# This is the host used by annotot request launched by the client using mirador
# It should be localhost on dev mode, an something like annotot.yourservice.com in production
# For production only
# For traefik (optionnal)
NAME=filebrowseropen
HOST=filebrowser.tetras-libre.fr
HTTPD_NAME=filesopen
HTTPD_HOST=files.tetras-libre.fr
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment