Build App list and docs

This commit is contained in:
github-actions[bot]
2022-11-27 17:26:21 +00:00
parent 4a6d307e2c
commit b06df80c62
3 changed files with 28 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ List of all apps included in this project with info related to it.
|**Arm32:** |**Arm64:**|**Amd64:**|**Total:**|
|:-------------------|:--------:|:--------:|:--------:|
| 187 apps | 206 apps | 204 apps | 206 apps |
| 187 apps | 206 apps | 205 apps | 207 apps |
---
@@ -46,6 +46,7 @@ List of all apps included in this project with info related to it.
|[DeeMix](https://deemix.app/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://gitlab.com/Bockiii/deemix-docker) | | | |
|[Deluge](https://www.deluge-torrent.org/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://docs.linuxserver.io/images/docker-deluge) | | | [![Route Docker Traffic Through VPN Container](../build/images/yt-badge-novaspirit.png "Route Docker Traffic Through VPN Container")](https://www.youtube.com/watch?v=IWj1-j2QWvo) |
|[Deluge openvpn [DEPRECATED]](https://www.deluge-torrent.org/)|:x:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/sgtsquiggs/docker-deluge-openvpn) | | | |
|[Droid Docker VNC](https://hub.docker.com/r/sickcodes/dock-droid)|:x:|:x:|:heavy_check_mark:|Stack| [![](../build/images/blue_doc_icon.png)](https://github.com/sickcodes/dock-droid) | | | [![Run Android In Docker with this Container!](../build/images/yt-badge-novaspirit.png "Run Android In Docker with this Container!")](https://www.youtube.com/watch?v=GTtdTksS6L0) |
|[Domoticz](https://domoticz.com/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://docs.linuxserver.io/images/docker-domoticz) | | | |
|[Dozzle](https://dozzle.dev/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/amir20/dozzle) | | | |
|[Dradis](https://dradisframework.com/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [![](../build/images/blue_doc_icon.png)](https://github.com/raesene/dockerized-security-tools) | | | |

View File

@@ -93,6 +93,7 @@ You're done! Now just click App Templates and deploy applications!
|N.17|[![Novaspirit Tech](../build/images/novaspirit-logo.png "Novaspirit Tech")](https://youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw)|[Building NAS with Container](https://www.youtube.com/watch?v=9ln6UFH4z8o)||
|N.18|[![Novaspirit Tech](../build/images/novaspirit-logo.png "Novaspirit Tech")](https://youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw)|[Reviewing Stats on 25+ containers on my Raspberry Pi](https://www.youtube.com/watch?v=_tVj0FX5wYg)||
|N.Extra3|[![Novaspirit Tech](../build/images/novaspirit-logo.png "Novaspirit Tech")](https://youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw)|[Biggest Update to Pi-Hosted Portainer.io Template!](https://www.youtube.com/watch?v=7R7l6c3wswQ)||
|N.Extra4|[![Novaspirit Tech](../build/images/novaspirit-logo.png "Novaspirit Tech")](https://youtube.com/channel/UCrjKdwxaQMSV_NDywgKXVmw)|[Run Android In Docker with this Container!](https://www.youtube.com/watch?v=GTtdTksS6L0)||
### Aditional Documentation

View File

@@ -1656,6 +1656,31 @@
"type": 1,
"note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://dradisframework.com/\" target=\"_blank\">https://dradisframework.com/</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/raesene/dockerized-security-tools\" target=\"_blank\">https://github.com/raesene/dockerized-security-tools</a><br><br><br>"
},
{
"categories": [
"Other",
"Tools"
],
"description": "Android in Docker! Run KVM Android x86 in Docker!",
"env": [
{
"default": "-display none -vnc 0.0.0.0:99,password=off",
"label": "EXTRA",
"name": "EXTRA"
}
],
"repository": {
"stackfile": "stack/dock-droid.yml",
"url": "https://github.com/pi-hosted/pi-hosted/"
},
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/dock-droid.png",
"name": "dock-droid-vnc",
"note": "<b>Template created by Pi-Hosted Series</b><br><b>Check our Github page: <a href=\"https://github.com/pi-hosted/pi-hosted\" target=\"_blank\">https://github.com/pi-hosted/pi-hosted</a></b><br><br><b>Official Webpage: </b><a href=\"https://hub.docker.com/r/sickcodes/dock-droid\" target=\"_blank\">https://hub.docker.com/r/sickcodes/dock-droid</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/sickcodes/dock-droid\" target=\"_blank\">https://github.com/sickcodes/dock-droid</a><br><br><br><b>Youtube Video: </b><a href=https://www.youtube.com/watch?v=GTtdTksS6L0 target=\"_blank\">Novaspirit Tech - Run Android In Docker with this Container!</a><br><br>You will need QEMU and some other dependencies on your host:<br><b>sudo apt install qemu qemu-kvm libvirt-clients libvirt-daemon-system bridge-utils virt-manager<b><br>Then, enable libvirt and load the KVM kernel module:<br><b>sudo systemctl enable --now libvirtd<br>sudo systemctl enable --now virtlogd<br><br>echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs<br><br>sudo modprobe kvm<br><br>If you enable the password in the QEMU console, type change vnc password user<br>",
"platform": "linux",
"title": "Droid Docker VNC",
"restart_policy": "unless-stopped",
"type": 3
},
{
"categories": [
"Other",