From cc9e4b5dbc14d7e6dfe0abc970eba0d587532428 Mon Sep 17 00:00:00 2001 From: Robert Middleswarth Date: Sat, 26 Mar 2022 11:15:25 -0400 Subject: [PATCH] Add install_whoogle to the documents. --- build/info.json | 7 +++++++ build/templates/template_README.md | 6 +++--- template/apps/whoogle.json | 3 ++- tools/{install-whoogle.sh => install_whoogle.sh} | 0 4 files changed, 12 insertions(+), 4 deletions(-) rename tools/{install-whoogle.sh => install_whoogle.sh} (100%) mode change 100644 => 100755 diff --git a/build/info.json b/build/info.json index 7b0afda..ba3b7ba 100644 --- a/build/info.json +++ b/build/info.json @@ -201,6 +201,13 @@ "Description": "Install Photo Prism", "wget": "https://git.io/JM5Tr" }, + { + "File": "install_whoogle.sh", + "Type": "Preinstall", + "Exec": "bash", + "Description": "Install Whoogle", + "wget": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/tools/install_whoogle.sh" + }, { "File": "update_libseccomp2.sh", "Type": "Update", diff --git a/build/templates/template_README.md b/build/templates/template_README.md index ba713e4..4242f86 100644 --- a/build/templates/template_README.md +++ b/build/templates/template_README.md @@ -1,15 +1,15 @@ # Pi-Hosted Portainer Template V2 -[![Discord](https://img.shields.io/discord/316245914987528193?logo=discord)](https://discord.com/invite/v8dAnFV) [![Youtube](https://img.shields.io/badge/YouTube-FF0000?style=flat-square&logo=youtube&logoColor=white)](https://www.youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw) [![Twitter URL](https://img.shields.io/twitter/follow/novaspirittech?style=flat-square&logo=twitter)](https://twitter.com/novaspirittech) [![hacktoberfest](https://img.shields.io/badge/hacktoberfest-friendly-orange)](https://hacktoberfest.digitalocean.com) +[![Discord](https://img.shields.io/discord/316245914987528193?logo=discord)](https://discord.com/invite/v8dAnFV) [![Youtube](https://img.shields.io/badge/YouTube-FF0000?style=flat-square&logo=youtube&logoColor=white)](https://www.youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw) [![Twitter URL](https://img.shields.io/twitter/follow/novaspirittech?style=flat-square&logo=twitter)](https://twitter.com/novaspirittech) -This repository is a collection of tutorials for hosting a variety of server applications using Docker and [Portainer](https://github.com/portainer/portainer). +This repository is a collection of tutorials for hosting a variety of server applications using [Docker](https://www.docker.com/) and [Portainer](https://github.com/portainer/portainer). ### App Template for Portainer ![alt text](https://github.com/pi-hosted/pi-hosted/blob/master/apptemplate.png?raw=true) ### Apps List -See the list of Apps included in this template [here](AppList.md). +See the list of apps included in this template [here](AppList.md). ### Installation Run `install-docker.sh`, to install docker, and add the current user to the docker usergroup. diff --git a/template/apps/whoogle.json b/template/apps/whoogle.json index 6384136..9041bf1 100644 --- a/template/apps/whoogle.json +++ b/template/apps/whoogle.json @@ -9,7 +9,8 @@ "logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/whoogle.png", "name": "whoogle", "officialDoc": "https://github.com/benbusby/whoogle-search#g-manual-docker", - "platform": "linux", + "preInstallScript": "install_whoogle.sh", + "platform": "linux", "ports": [ "5001:5000/tcp" ], diff --git a/tools/install-whoogle.sh b/tools/install_whoogle.sh old mode 100644 new mode 100755 similarity index 100% rename from tools/install-whoogle.sh rename to tools/install_whoogle.sh