diff --git a/docs/AppList.md b/docs/AppList.md index 55e0b95..f086f48 100644 --- a/docs/AppList.md +++ b/docs/AppList.md @@ -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) | | | | diff --git a/docs/README.md b/docs/README.md index 06c6e50..05b302b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 diff --git a/template/portainer-v2-amd64.json b/template/portainer-v2-amd64.json index ea3a69a..81b5ea2 100644 --- a/template/portainer-v2-amd64.json +++ b/template/portainer-v2-amd64.json @@ -1656,6 +1656,31 @@ "type": 1, "note": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted

Official Webpage: https://dradisframework.com/
Official Docker Documentation: https://github.com/raesene/dockerized-security-tools


" }, + { + "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": "Template created by Pi-Hosted Series
Check our Github page: https://github.com/pi-hosted/pi-hosted

Official Webpage: https://hub.docker.com/r/sickcodes/dock-droid
Official Docker Documentation: https://github.com/sickcodes/dock-droid


Youtube Video: Novaspirit Tech - Run Android In Docker with this Container!

You will need QEMU and some other dependencies on your host:
sudo apt install qemu qemu-kvm libvirt-clients libvirt-daemon-system bridge-utils virt-manager
Then, enable libvirt and load the KVM kernel module:
sudo systemctl enable --now libvirtd
sudo systemctl enable --now virtlogd

echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs

sudo modprobe kvm

If you enable the password in the QEMU console, type change vnc password user
", + "platform": "linux", + "title": "Droid Docker VNC", + "restart_policy": "unless-stopped", + "type": 3 + }, { "categories": [ "Other",