Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PA165 Banking System
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Filip Piták
PA165 Banking System
Commits
b92e62f3
There was an error fetching the commit references. Please try again later.
Commit
b92e62f3
authored
11 months ago
by
Filip Piták
Browse files
Options
Downloads
Patches
Plain Diff
Disable grafana login requirement
parent
144f7bb5
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
.docker/grafana/config/grafana.ini
+9
-0
9 additions, 0 deletions
.docker/grafana/config/grafana.ini
docker-compose.yaml
+1
-0
1 addition, 0 deletions
docker-compose.yaml
with
10 additions
and
0 deletions
.docker/grafana/config/grafana.ini
0 → 100644
+
9
−
0
View file @
b92e62f3
# config/grafana.ini
[auth]
disable_login_form
=
true
[auth.anonymous]
enabled
=
true
[auth.anonymous]
org_role
=
Editor
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docker-compose.yaml
+
1
−
0
View file @
b92e62f3
...
...
@@ -44,4 +44,5 @@ services:
restart
:
unless-stopped
volumes
:
-
./.docker/grafana/provisioning/datasources:/etc/grafana/provisioning/datasources
-
./.docker/grafana/config/grafana.ini:/etc/grafana/grafana.ini
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