Add install_whoogle to the documents.

This commit is contained in:
Robert Middleswarth
2022-03-26 11:15:25 -04:00
parent 1828a40a29
commit cc9e4b5dbc
4 changed files with 12 additions and 4 deletions

View File

@@ -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",

View File

@@ -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.

View File

@@ -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"
],

0
tools/install-whoogle.sh → tools/install_whoogle.sh Normal file → Executable file
View File