mirror of https://github.com/apache/archiva.git
add documentation for ui configuration
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1389883 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
df16d023b0
commit
8551c3bf1c
|
@ -44,5 +44,7 @@ Runtime Configuration of Apache Archiva
|
|||
|
||||
* {{{./appearance-configuration.html} Appearance configuration}}
|
||||
|
||||
* {{{./ui-configuration.html} UI configuration}}
|
||||
|
||||
[]
|
||||
|
||||
|
|
|
@ -0,0 +1,34 @@
|
|||
------
|
||||
UI configuration
|
||||
------
|
||||
|
||||
~~ Licensed to the Apache Software Foundation (ASF) under one
|
||||
~~ or more contributor license agreements. See the NOTICE file
|
||||
~~ distributed with this work for additional information
|
||||
~~ regarding copyright ownership. The ASF licenses this file
|
||||
~~ to you under the Apache License, Version 2.0 (the
|
||||
~~ "License"); you may not use this file except in compliance
|
||||
~~ with the License. You may obtain a copy of the License at
|
||||
~~
|
||||
~~ http://www.apache.org/licenses/LICENSE-2.0
|
||||
~~
|
||||
~~ Unless required by applicable law or agreed to in writing,
|
||||
~~ software distributed under the License is distributed on an
|
||||
~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
~~ KIND, either express or implied. See the License for the
|
||||
~~ specific language governing permissions and limitations
|
||||
~~ under the License.
|
||||
|
||||
~~ NOTE: For help with the syntax of this file, see:
|
||||
~~ http://maven.apache.org/guides/mini/guide-apt-format.html
|
||||
|
||||
Configuring your UI
|
||||
|
||||
By default when returning links (registration, artifacts download etc), localhost with current running port.
|
||||
|
||||
So if you are running Archiva behind an http server with a host that can be confusing for users.
|
||||
|
||||
The other option allows you to disable the register link.
|
||||
|
||||
[../images/ui-configuration.png]
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 111 KiB |
|
@ -103,6 +103,7 @@
|
|||
<item name="Consumers" href="/adminguide/consumers.html" />
|
||||
<item name="Staging Repositories" href="/adminguide/staging-repositories.html"/>
|
||||
<item name="Appearance Configuration" href="/adminguide/appearance-configuration.html"/>
|
||||
<item name="UI Configuration" href="/adminguide/ui-configuration.html"/>
|
||||
</item>
|
||||
<item name="Web Services" href="/adminguide/web-services.html" collapse="true">
|
||||
<item name="REST" href="/adminguide/webservices/rest.html"/>
|
||||
|
|
Loading…
Reference in New Issue