From b357db790000785de75e21c5e937aeb2a46dc287 Mon Sep 17 00:00:00 2001 From: aptalca Date: Sun, 11 Feb 2018 10:20:01 -0500 Subject: [PATCH 1/6] Update READMETEMPLATE.md --- READMETEMPLATE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/READMETEMPLATE.md b/READMETEMPLATE.md index fca3045..09d829b 100644 --- a/READMETEMPLATE.md +++ b/READMETEMPLATE.md @@ -21,7 +21,7 @@ Simplicity is the key to Heimdall. Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo. -[![nginx](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/nginx-banner.png)][appurl] +[![nginx](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/heimdall-icon.png)][appurl] ## Usage @@ -49,7 +49,6 @@ http://192.168.x.x:8080 would show you what's running INSIDE the container on po * `-e PGID` for GroupID - see below for explanation * `-e PUID` for UserID - see below for explanation * `-e TZ` - timezone ie. `America/New_York` -* `-e BASEURL` - _optional_ - you can set a base url through this variable to serve the app at http://SERVERIP:PORT/BASEURL It is based on alpine linux with s6 overlay, for shell access whilst the container is running do `docker exec -it heimdall /bin/bash`. From 3ed22863f79dc989b5f111dd94aa4ab76425a4d2 Mon Sep 17 00:00:00 2001 From: aptalca Date: Sun, 11 Feb 2018 10:20:17 -0500 Subject: [PATCH 2/6] Delete README.md --- README.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 3a8b3d2..0000000 --- a/README.md +++ /dev/null @@ -1,15 +0,0 @@ -[linuxserverurl]: https://linuxserver.io -[forumurl]: https://forum.linuxserver.io -[ircurl]: https://www.linuxserver.io/irc/ -[podcasturl]: https://www.linuxserver.io/podcast/ - -[![linuxserver.io](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver_medium.png)][linuxserverurl] - -## This is a Container in active development by the [LinuxServer.io][linuxserverurl] team and is not recommended for use by the general public. - -If you want to comment\contribute on this container , are looking for support on any of our other work , or are curious about us in general, check out the following. - -* [forum.linuxserver.io][forumurl] -* [IRC][ircurl] on freenode at `#linuxserver.io` -* [Podcast][podcasturl] covers everything to do with getting the most from your Linux Server plus a focus on all things Docker and containerisation! - From 93865376082e55b4de1ca1232750d8656c9b8452 Mon Sep 17 00:00:00 2001 From: aptalca Date: Sun, 11 Feb 2018 10:20:36 -0500 Subject: [PATCH 3/6] Rename READMETEMPLATE.md to README.md --- READMETEMPLATE.md => README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename READMETEMPLATE.md => README.md (100%) diff --git a/READMETEMPLATE.md b/README.md similarity index 100% rename from READMETEMPLATE.md rename to README.md From b34b1691f4be10070ffa87d870f5fbdd6be93284 Mon Sep 17 00:00:00 2001 From: aptalca Date: Mon, 12 Feb 2018 08:16:31 -0500 Subject: [PATCH 4/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09d829b..7856076 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Simplicity is the key to Heimdall. Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo. -[![nginx](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/heimdall-icon.png)][appurl] +[![heimdall](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/heimdall-banner.png)][appurl] ## Usage From 992949bd7c5ced9b2aee849cb4243ca95d16ade3 Mon Sep 17 00:00:00 2001 From: aptalca Date: Mon, 12 Feb 2018 08:17:13 -0500 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7856076..8dc07f3 100644 --- a/README.md +++ b/README.md @@ -82,4 +82,4 @@ Access the web gui at http://SERVERIP:PORT ## Versions -+ **XX.02.18:** Intial Release. ++ **12.02.18:** Intial Release. From f030577f759bab7b48d1ce3b34f95e37f6e8cba3 Mon Sep 17 00:00:00 2001 From: aptalca Date: Mon, 12 Feb 2018 08:21:34 -0500 Subject: [PATCH 6/6] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dc07f3..090be8c 100644 --- a/README.md +++ b/README.md @@ -82,4 +82,4 @@ Access the web gui at http://SERVERIP:PORT ## Versions -+ **12.02.18:** Intial Release. ++ **12.02.18:** Initial Release.