Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nixos
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
rbfsmi.imt
nixos
Merge requests
!7
An error occurred while fetching the assigned milestone of the selected merge_request.
Change Hostname for Uptime-kuma
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Open
Change Hostname for Uptime-kuma
uptime-kuma-setup
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Open
Change Hostname for Uptime-kuma
Marlena Müller
requested to merge
uptime-kuma-setup
into
master
Jun 26, 2024
Overview
0
Commits
1
Pipelines
0
Changes
1
Move to final Hostanme "fsmi-uptime.cs.uni-paderborn.de"
0
0
Merge request reports
Compare
master
version 1
9d52adbc
Jun 26, 2024
master (HEAD)
and
latest version
latest version
38a9ff00
1 commit,
Jun 26, 2024
version 1
9d52adbc
1 commit,
Jun 26, 2024
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
hosts/fsmi-buzzer/uptime-kuma.nix
+
2
−
2
View file @ 118b081e
Edit in single-file editor
Open in Web IDE
Show full file
@@ -26,7 +26,7 @@
recommendedOptimisation
=
true
;
recommendedProxySettings
=
true
;
virtualHosts
.
"fsmi-uptime.cs.uni-p
b
.de"
=
{
virtualHosts
.
"fsmi-uptime.cs.uni-p
aderborn
.de"
=
{
enableACME
=
false
;
forceSSL
=
false
;
locations
.
"/"
=
{
@@ -40,7 +40,7 @@
enable = true;
# Add any further config to match your needs, e.g.:
virtualHosts."fsmi-uptime.cs.uni-p
b
.de" = {
virtualHosts."fsmi-uptime.cs.uni-p
aderborn
.de" = {
enableACME = true;
forceSSL = true;
locations."/" = {
Loading