Skip to content

Commit 34da420

Browse files
Build App list and docs
1 parent b77bd6c commit 34da420

File tree

5 files changed

+15
-55
lines changed

5 files changed

+15
-55
lines changed

docs/DocumentList.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ List of all Documents used within this project with related Apps and Videos.
88
| File Name | Description | Related Apps | YouTube |
99
| --------- | ----------- | ------------ |:-------:|
1010
|[macvlan_setup.md](../docs/macvlan_setup.md)|Attach a container directly to local network (macvlan)|||
11-
|[nginx_proxy_manager.md](../docs/nginx_proxy_manager.md)|Install and setup instructions for Nginx Proxy Manager (NPM)|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 v3 [DEVEL] NOT READY FOR USE<br>Nginx Proxy Manager v2 with Sqllite|[![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=plastic&logo=youtube&logoColor=white)]("https://www.youtube.com/watch?v=yl2Laxbqvo8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=10")|
11+
|[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 Mysql [DEPRECATED]<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 Sqllite|[![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=plastic&logo=youtube&logoColor=white)]("https://www.youtube.com/watch?v=yl2Laxbqvo8&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=10")|
1212
|[photoprism.md](../docs/photoprism.md)|Install and Setup Instructions for PhotoPrism Stack|PhotoPrism||
1313
|[pi-hole.md](../docs/pi-hole.md)|Install and Setup Pi-Hole for Network-Wide Ad Block|Pi-Hole DoH/DoT<br>Pi-Hole<br>Pi-Hole-Unbound||
1414
|[rpi_docker_monitor.md](../docs/rpi_docker_monitor.md)|Install and setup instructions for the RPI Docker Monitor|Raspberry Pi Docker Monitor|[![YouTube](https://img.shields.io/badge/YouTube-FF0000?style=plastic&logo=youtube&logoColor=white)]("https://www.youtube.com/watch?v=IoD3vFuep64&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc&index=8")|

pi-hosted_template/template/portainer-v2.json

+3-13
Original file line numberDiff line numberDiff line change
@@ -443,22 +443,12 @@
443443
"DNS",
444444
"Tools"
445445
],
446-
"description": "Cloudflare DDNS - A small and fast DDNS updater for Cloudflare.",
446+
"description": "A robust Cloudflare DDNS updater with a small footprint. The program will detect your machine's public IP addresses and update DNS records using the Cloudflare API.",
447447
"env": [
448-
{
449-
"default": "1000",
450-
"label": "PUID",
451-
"name": "PUID"
452-
},
453-
{
454-
"default": "1000",
455-
"label": "PGID",
456-
"name": "PGID"
457-
},
458448
{
459449
"default": "",
460-
"label": "CF_API_TOKEN",
461-
"name": "CF_API_TOKEN"
450+
"label": "CLOUDFLARE_API_TOKEN",
451+
"name": "CLOUDFLARE_API_TOKEN"
462452
},
463453
{
464454
"default": "",

template/portainer-v2-amd64.json

+4-14
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@
656656
"volumes": [
657657
{
658658
"bind": "/portainer/Files/AppData/Config/bind9/named.conf",
659-
"container": "etc/bind/named.conf"
659+
"container": "/etc/bind/named.conf"
660660
},
661661
{
662662
"bind": "/portainer/Files/AppData/Config/bind9/cache",
@@ -1010,22 +1010,12 @@
10101010
"DNS",
10111011
"Tools"
10121012
],
1013-
"description": "Cloudflare DDNS - A small and fast DDNS updater for Cloudflare.",
1013+
"description": "A robust Cloudflare DDNS updater with a small footprint. The program will detect your machine's public IP addresses and update DNS records using the Cloudflare API.",
10141014
"env": [
1015-
{
1016-
"default": "1000",
1017-
"label": "PUID",
1018-
"name": "PUID"
1019-
},
1020-
{
1021-
"default": "1000",
1022-
"label": "PGID",
1023-
"name": "PGID"
1024-
},
10251015
{
10261016
"default": "",
1027-
"label": "CF_API_TOKEN",
1028-
"name": "CF_API_TOKEN"
1017+
"label": "CLOUDFLARE_API_TOKEN",
1018+
"name": "CLOUDFLARE_API_TOKEN"
10291019
},
10301020
{
10311021
"default": "",

template/portainer-v2-arm32.json

+3-13
Original file line numberDiff line numberDiff line change
@@ -443,22 +443,12 @@
443443
"DNS",
444444
"Tools"
445445
],
446-
"description": "Cloudflare DDNS - A small and fast DDNS updater for Cloudflare.",
446+
"description": "A robust Cloudflare DDNS updater with a small footprint. The program will detect your machine's public IP addresses and update DNS records using the Cloudflare API.",
447447
"env": [
448-
{
449-
"default": "1000",
450-
"label": "PUID",
451-
"name": "PUID"
452-
},
453-
{
454-
"default": "1000",
455-
"label": "PGID",
456-
"name": "PGID"
457-
},
458448
{
459449
"default": "",
460-
"label": "CF_API_TOKEN",
461-
"name": "CF_API_TOKEN"
450+
"label": "CLOUDFLARE_API_TOKEN",
451+
"name": "CLOUDFLARE_API_TOKEN"
462452
},
463453
{
464454
"default": "",

template/portainer-v2-arm64.json

+4-14
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@
656656
"volumes": [
657657
{
658658
"bind": "/portainer/Files/AppData/Config/bind9/named.conf",
659-
"container": "etc/bind/named.conf"
659+
"container": "/etc/bind/named.conf"
660660
},
661661
{
662662
"bind": "/portainer/Files/AppData/Config/bind9/cache",
@@ -1010,22 +1010,12 @@
10101010
"DNS",
10111011
"Tools"
10121012
],
1013-
"description": "Cloudflare DDNS - A small and fast DDNS updater for Cloudflare.",
1013+
"description": "A robust Cloudflare DDNS updater with a small footprint. The program will detect your machine's public IP addresses and update DNS records using the Cloudflare API.",
10141014
"env": [
1015-
{
1016-
"default": "1000",
1017-
"label": "PUID",
1018-
"name": "PUID"
1019-
},
1020-
{
1021-
"default": "1000",
1022-
"label": "PGID",
1023-
"name": "PGID"
1024-
},
10251015
{
10261016
"default": "",
1027-
"label": "CF_API_TOKEN",
1028-
"name": "CF_API_TOKEN"
1017+
"label": "CLOUDFLARE_API_TOKEN",
1018+
"name": "CLOUDFLARE_API_TOKEN"
10291019
},
10301020
{
10311021
"default": "",

0 commit comments

Comments
 (0)