Build App list and docs
This commit is contained in:
@@ -4,7 +4,7 @@ List of all apps included in this project with info related to it.
|
||||
|
||||
|**Arm32:** |**Arm64:**|**Amd64:**|**Total:**|
|
||||
|:-------------------|:--------:|:--------:|:--------:|
|
||||
| 106 apps | 222 apps | 221 apps | 224 apps |
|
||||
| 106 apps | 223 apps | 221 apps | 225 apps |
|
||||
|
||||
---
|
||||
|
||||
@@ -78,6 +78,7 @@ List of all apps included in this project with info related to it.
|
||||
|[Graylog](https://www.graylog.org)|:x:|:heavy_check_mark:|:heavy_check_mark:|Stack| [](https://docs.graylog.org/docs/docker) | [](../docs/graylog_install.md) | | |
|
||||
|[Grocy](https://grocy.info/)|:x:|:heavy_check_mark:|:heavy_check_mark:|Container| [](https://docs.linuxserver.io/images/docker-grocy) | | | |
|
||||
|[Guacamole](https://guacamole.apache.org/)|:heavy_check_mark:|:heavy_check_mark:|:x:|Container| [](https://hub.docker.com/r/oznu/guacamole) | | | [](https://www.youtube.com/watch?v=cKAhnf8X1lo&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=3) |
|
||||
|[HandBrake](https://hub.docker.com/r/jlesage/handbrake)|:x:|:heavy_check_mark:|:x:|Container| [](https://github.com/jlesage/docker-handbrake) | | | |
|
||||
|[Headphones](https://github.com/rembo10/headphones)|:x:|:heavy_check_mark:|:heavy_check_mark:|Container| [](https://docs.linuxserver.io/images/docker-headphones) | | | |
|
||||
|[Heimdall](https://heimdall.site/)|:x:|:heavy_check_mark:|:heavy_check_mark:|Container| [](https://docs.linuxserver.io/images/docker-heimdall) | | | |
|
||||
|[Homarr](https://homarr.vercel.app/)|:heavy_check_mark:|:heavy_check_mark:|:heavy_check_mark:|Container| [](https://github.com/ajnart/homarr) | | | |
|
||||
|
||||
@@ -8,9 +8,9 @@ List of all Documents used within this project with related Apps and Videos.
|
||||
| File Name | Description | Related Apps | YouTube |
|
||||
| --------- | ----------- | ------------ |:-------:|
|
||||
|[macvlan_setup.md](../docs/macvlan_setup.md)|Attach a container directly to local network (macvlan)|||
|
||||
|[nginx_proxy_manager.md](../docs/nginx_proxy_manager.md)|Install and setup instructions for Nginx Proxy Manager (NPM)|Nginx Proxy Manager v3 [DEVEL] NOT READY FOR USE<br>Nginx Proxy Manager v2 with Mysql [DEPRECATED]<br>Nginx Proxy Manager v2 with Mysql and Goaccess Charts [DEPRECATED]<br>Nginx Proxy Manager v2 with Sqlite and Goaccess Charts<br>Nginx Proxy Manager v2 with Sqllite|[]("https://www.youtube.com/watch?v=yl2Laxbqvo8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=10")|
|
||||
|[nginx_proxy_manager.md](../docs/nginx_proxy_manager.md)|Install and setup instructions for Nginx Proxy Manager (NPM)|Nginx Proxy Manager v2 with Mysql and Goaccess Charts [DEPRECATED]<br>Nginx Proxy Manager v2 with Sqllite<br>Nginx Proxy Manager v2 with Sqlite and Goaccess Charts<br>Nginx Proxy Manager v3 [DEVEL] NOT READY FOR USE<br>Nginx Proxy Manager v2 with Mysql [DEPRECATED]|[]("https://www.youtube.com/watch?v=yl2Laxbqvo8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=10")|
|
||||
|[photoprism.md](../docs/photoprism.md)|Install and Setup Instructions for PhotoPrism Stack|PhotoPrism||
|
||||
|[pi-hole.md](../docs/pi-hole.md)|Install and Setup Pi-Hole for Network-Wide Ad Block|Pi-Hole<br>Pi-Hole-Unbound<br>Pi-Hole DoH/DoT||
|
||||
|[pi-hole.md](../docs/pi-hole.md)|Install and Setup Pi-Hole for Network-Wide Ad Block|Pi-Hole DoH/DoT<br>Pi-Hole-Unbound<br>Pi-Hole||
|
||||
|[rpi_docker_monitor.md](../docs/rpi_docker_monitor.md)|Install and setup instructions for the RPI Docker Monitor|Raspberry Pi Docker Monitor|[]("https://www.youtube.com/watch?v=IoD3vFuep64&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=8")|
|
||||
|[searxng.md](../docs/searxng.md)|Install and Setup Instructions for SearXNG Meta Search|SearXNG||
|
||||
|[throttled.md](../docs/throttled.md)|Install and Setup Instructions for the Throttled Script|||
|
||||
|
||||
@@ -2737,6 +2737,53 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"categories": [
|
||||
"Downloader"
|
||||
],
|
||||
"description": "This project implements a Docker container for HandBrake. The GUI of the application is accessed through a modern web browser (no installation or configuration needed on the client side) or via any VNC client.",
|
||||
"env": [
|
||||
{
|
||||
"default": "1000",
|
||||
"label": "PUID",
|
||||
"name": "PUID"
|
||||
},
|
||||
{
|
||||
"default": "1000",
|
||||
"label": "PGID",
|
||||
"name": "PGID"
|
||||
}
|
||||
],
|
||||
"image": "jlesage/handbrake",
|
||||
"logo": "https://camo.githubusercontent.com/0156e7756fa49886748421553158970ca7600e31559f331b1b4e6dd127103bcd/68747470733a2f2f696d616765732e7765736572762e6e6c2f3f75726c3d7261772e67697468756275736572636f6e74656e742e636f6d2f6a6c65736167652f646f636b65722d74656d706c617465732f6d61737465722f6a6c65736167652f696d616765732f68616e646272616b652d69636f6e2e706e6726773d313130",
|
||||
"name": "HandBrake",
|
||||
"platform": "linux",
|
||||
"ports": [
|
||||
"5800:5800/tcp"
|
||||
],
|
||||
"restart_policy": "unless-stopped",
|
||||
"title": "HandBrake",
|
||||
"type": 1,
|
||||
"volumes": [
|
||||
{
|
||||
"bind": "/portainer/Files/AppData/Config/HandBrake",
|
||||
"container": "/config"
|
||||
},
|
||||
{
|
||||
"bind": "/portainer/Downloads",
|
||||
"container": "/storage"
|
||||
},
|
||||
{
|
||||
"bind": "/portainer/Downloads/output",
|
||||
"container": "/output"
|
||||
},
|
||||
{
|
||||
"bind": "/portainer/Downloads/watch",
|
||||
"container": "/watch"
|
||||
}
|
||||
],
|
||||
"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/jlesage/handbrake\" target=\"_blank\">https://hub.docker.com/r/jlesage/handbrake</a><br><b>Official Docker Documentation: </b><a href=\"https://github.com/jlesage/docker-handbrake\" target=\"_blank\">https://github.com/jlesage/docker-handbrake</a><br><br><br>"
|
||||
},
|
||||
{
|
||||
"categories": [
|
||||
"Music"
|
||||
|
||||
Reference in New Issue
Block a user