Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
containerize
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package registry
Container registry
Operate
Terraform modules
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Studio R215
containerize
Commits
48153280
Commit
48153280
authored
7 months ago
by
Sebastian Karius
Browse files
Options
Downloads
Patches
Plain Diff
dev coder filebrowser module
parent
9a8eb73f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
terraform/filebrowser/main.tf
+1
-0
1 addition, 0 deletions
terraform/filebrowser/main.tf
terraform/filebrowser/run.sh
+1
-1
1 addition, 1 deletion
terraform/filebrowser/run.sh
with
2 additions
and
1 deletion
terraform/filebrowser/main.tf
+
1
−
0
View file @
48153280
...
...
@@ -29,6 +29,7 @@ variable "owner_name" {
variable
"resource_name"
{
type
=
string
default
=
"main"
description
=
"The name of the main deployment. (Used to build the subdirectory of the module.)"
}
variable
"database_path"
{
...
...
This diff is collapsed.
Click to expand it.
terraform/filebrowser/run.sh
+
1
−
1
View file @
48153280
...
...
@@ -18,7 +18,7 @@ if [ "${DB_PATH}" != "filebrowser.db" ]; then
fi
if
[
"
${
OWNER_NAME
}
"
!=
""
]
&&
[
"
${
WORKSPACE_NAME
}
"
!=
""
]
;
then
filebrowser config
set
--baseurl
"/@
${
OWNER_NAME
}
/
${
WORKSPACE_NAME
}
.
${
RESOURCE_NAME
}
/apps/filebrowser"
filebrowser config
set
--baseurl
"/@
${
OWNER_NAME
}
/
${
WORKSPACE_NAME
}
.
${
RESOURCE_NAME
}
/apps/filebrowser"
>
${
LOG_PATH
}
2>&1
fi
printf
"📂 Serving
$$
{ROOT_DIR} at http://localhost:
${
PORT
}
\n\n
"
...
...
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