mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-16 00:38:02 +00:00
update link examples to unofficial style guide
Plus the <server> wouldn't display because markdown thinks it's a tag
This commit is contained in:
parent
8ed1368f26
commit
9c8373275c
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@ Access the webui at http://<server>:2202/ubooquity by default. See specific conf
|
|||
|
||||
## Specific Configuration
|
||||
|
||||
Important note: if you want to access Ubooquity externally through Traefik (at ubooquity.yourdomain.tld), you need to go to http://<server>:2203/ubooquity/admin and set the reverse proxy prefix to blank under "Advanced". Otherwise you will need to append "/ubooquity" to the url in order to access.
|
||||
Important note: if you want to access Ubooquity externally through Traefik (at ubooquity.yourdomain.tld), you need to go to http://ansible_nas_host_or_ip:2203/ubooquity/admin and set the reverse proxy prefix to blank under "Advanced". Otherwise you will need to append "/ubooquity" to the url in order to access.
|
||||
|
||||
### Admin login
|
||||
|
||||
The admin portal is not exposed through Traefik. You can access the admin portal on port 2203.
|
||||
|
||||
Upon your first run, the address is http://<server>:2203/ubooquity/admin. You will be able to set the admin password here.
|
||||
Upon your first run, the address is http://ansible_nas_host_or_ip:2203/ubooquity/admin. You will be able to set the admin password here.
|
||||
|
||||
|
|
Loading…
Reference in a new issue