Add install_whoogle to the documents.
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
# Pi-Hosted Portainer Template V2
|
||||
|
||||
[](https://discord.com/invite/v8dAnFV) [](https://www.youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw) [](https://twitter.com/novaspirittech) [](https://hacktoberfest.digitalocean.com)
|
||||
[](https://discord.com/invite/v8dAnFV) [](https://www.youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw) [](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
|
||||

|
||||
|
||||
### 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.
|
||||
|
||||
@@ -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
0
tools/install-whoogle.sh → tools/install_whoogle.sh
Normal file → Executable file
Reference in New Issue
Block a user