cleanup unnecessary changes, change example subdomain
This commit is contained in:
parent
048b860734
commit
8f96b011e1
2 changed files with 2 additions and 25 deletions
|
@ -23,7 +23,7 @@ To enable this service, add the following configuration to your `vars.yml` file
|
|||
|
||||
redmine_enabled: true
|
||||
|
||||
redmine_hostname: mash.example.com
|
||||
redmine_hostname: redmine.example.com
|
||||
|
||||
########################################################################
|
||||
# #
|
||||
|
@ -32,7 +32,7 @@ redmine_hostname: mash.example.com
|
|||
########################################################################
|
||||
```
|
||||
|
||||
In the example configuration above, we configure the service to be hosted at `https://mash.example.com`.
|
||||
In the example configuration above, we configure the service to be hosted at `https://redmine.example.com`.
|
||||
|
||||
|
||||
## Usage
|
||||
|
|
|
@ -138,29 +138,6 @@ miniflux_admin_password: a-strong-password-here
|
|||
|
||||
|
||||
|
||||
########################################################################
|
||||
# #
|
||||
# redmine #
|
||||
# #
|
||||
########################################################################
|
||||
|
||||
# Learn more about the redmine service in docs/services/redmine.md
|
||||
#
|
||||
# This service is only here as an example. If you don't wish to use the
|
||||
# redmine service, remove the whole section.
|
||||
|
||||
redmine_enabled: true
|
||||
|
||||
redmine_hostname: mash.example.com
|
||||
|
||||
########################################################################
|
||||
# #
|
||||
# /redmine #
|
||||
# #
|
||||
########################################################################
|
||||
|
||||
|
||||
|
||||
########################################################################
|
||||
# #
|
||||
# uptime-kuma #
|
||||
|
|
Loading…
Add table
Reference in a new issue