Replace "OwnTracks UI" with "OwnTracks Frontend"

"OwnTracks UI" was the name I initially used when developing this
separately, but since it's now known as the "OwnTracks frontend", let's
just call it that.
This commit is contained in:
Linus Groh
2021-03-24 19:00:35 +01:00
parent 80d3060fa8
commit d325543bc6
5 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
# OwnTracks UI
# OwnTracks Frontend
![Version](https://img.shields.io/github/package-json/v/owntracks/frontend)
[![Docker Pulls](https://img.shields.io/docker/pulls/owntracks/frontend)](https://hub.docker.com/r/owntracks/frontend)
@@ -8,7 +8,7 @@
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![License](https://img.shields.io/github/license/owntracks/frontend?color=d63e97)](https://github.com/owntracks/frontend/blob/master/LICENSE)
![OwnTracks UI](https://raw.githubusercontent.com/owntracks/frontend/master/docs/images/owntracks-ui.png)
![Screenshot](https://raw.githubusercontent.com/owntracks/frontend/master/docs/images/screenshot.png)
## Introduction
@@ -53,7 +53,7 @@ compose config, and the service is named `otrecorder`):
version: "3"
services:
owntracks-ui:
owntracks-frontend:
image: owntracks/frontend
ports:
- 80:80
+1 -1
View File
@@ -7,7 +7,7 @@ RUN yarn build
FROM nginx:1.18-alpine
LABEL version="2.8.0"
LABEL description="OwnTracks UI"
LABEL description="OwnTracks Frontend"
LABEL maintainer="Linus Groh <mail@linusgroh.de>"
ENV LISTEN_PORT=80 \
SERVER_HOST=otrecorder \

Before

Width:  |  Height:  |  Size: 653 KiB

After

Width:  |  Height:  |  Size: 653 KiB

+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "owntracks-ui",
"name": "owntracks-frontend",
"version": "2.8.0",
"author": {
"name": "Linus Groh",
+1 -1
View File
@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>OwnTracks UI</title>
<title>OwnTracks Frontend</title>
</head>
<body>
<noscript>