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
0bb11608
Commit
0bb11608
authored
7 months ago
by
Sebastian Karius
Browse files
Options
Downloads
Patches
Plain Diff
dev coder filebrowser module
parent
f8fbf0bd
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
terraform/filebrowser/main.tf
+1
-1
1 addition, 1 deletion
terraform/filebrowser/main.tf
with
1 addition
and
1 deletion
terraform/filebrowser/main.tf
+
1
−
1
View file @
0bb11608
...
...
@@ -73,11 +73,11 @@ variable "share" {
}
variable
"subdomain"
{
type
=
bool
description
=
<<-
EOT
Determines
whether
the
app
will
be
accessed
via
it
's own subdomain or whether it will be accessed via a path on Coder.
If wildcards have not been setup by the administrator then apps with "subdomain" set to true will not be accessible.
EOT
type = bool
default = false
}
...
...
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