This commit is contained in:
Andrew Z 2024-03-02 16:19:20 -05:00
parent a0c1831cd9
commit 28118d1337
6 changed files with 669 additions and 1149 deletions

View File

@ -1,3 +1,3 @@
{ {
"last_updated_timestamp": 1709413011 "last_updated_timestamp": 1709414359
} }

View File

@ -137971,6 +137971,7 @@
"Overview": "The Alertmanager handles alerts sent by client applications such as the Prometheus\n server. \r\n It takes care of deduplicating, grouping, and routing them to the correct receiver integrations\n such as email, PagerDuty, OpsGenie, or many other mechanisms thanks to the webhook receiver.\n \r\n It also takes care of silencing and inhibition of alerts.\r\n \r\n alertmanager/alertmanager.yml\r\n This configuration contains information about which channels to send to. For simplicity, we use\n e-mail. Refer to the Alertmanager docs to learn about other channels.\r\n \r\n To configure prometheus to use these alerts, add the below to prometheus/prometheus.yml:\r\n alerting:\r\n alertmanagers:\r\n - scheme: http\r\n static_configs:\r\n - targets: < 'alertmanager:9093' >", "Overview": "The Alertmanager handles alerts sent by client applications such as the Prometheus\n server. \r\n It takes care of deduplicating, grouping, and routing them to the correct receiver integrations\n such as email, PagerDuty, OpsGenie, or many other mechanisms thanks to the webhook receiver.\n \r\n It also takes care of silencing and inhibition of alerts.\r\n \r\n alertmanager/alertmanager.yml\r\n This configuration contains information about which channels to send to. For simplicity, we use\n e-mail. Refer to the Alertmanager docs to learn about other channels.\r\n \r\n To configure prometheus to use these alerts, add the below to prometheus/prometheus.yml:\r\n alerting:\r\n alertmanagers:\r\n - scheme: http\r\n static_configs:\r\n - targets: < 'alertmanager:9093' >",
"WebUI": "http://[IP]:[PORT:9093]", "WebUI": "http://[IP]:[PORT:9093]",
"TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/prom-alertmanager.xml", "TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/prom-alertmanager.xml",
"Icon": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/prometheus.png",
"Config": [ "Config": [
{ {
"@attributes": { "@attributes": {
@ -198577,6 +198578,7 @@
"Overview": "wger (\u02c8v\u025b\u0261\u0250) Workout Manager is a free, open source web\n application that help you manage your personal workouts, weight and diet plans and can also\n be used as a simple gym management utility. It offers a REST API as well, for easy\n integration with other projects and tools.", "Overview": "wger (\u02c8v\u025b\u0261\u0250) Workout Manager is a free, open source web\n application that help you manage your personal workouts, weight and diet plans and can also\n be used as a simple gym management utility. It offers a REST API as well, for easy\n integration with other projects and tools.",
"WebUI": "http://[IP]:[PORT:8000]", "WebUI": "http://[IP]:[PORT:8000]",
"TemplateURL": "https://raw.githubusercontent.com/wger-project/unraid-templates/master/wger.xml", "TemplateURL": "https://raw.githubusercontent.com/wger-project/unraid-templates/master/wger.xml",
"Icon": "https://raw.githubusercontent.com/wger-project/wger/master/wger/core/static/images/logos/logo.png",
"Networking": { "Networking": {
"Mode": "sebnet" "Mode": "sebnet"
}, },
@ -223302,6 +223304,7 @@
"GitHub": "https://github.com/gotenberg/gotenberg/", "GitHub": "https://github.com/gotenberg/gotenberg/",
"Overview": "Gotenberg provides a developer-friendly API to interact with powerful tools like Chromium and LibreOffice for converting numerous document formats (HTML, Markdown, Word, Excel, etc.) into PDF files, and more!\r\n\r\nThis template has been pre-configured for use with Paperless-ngx.", "Overview": "Gotenberg provides a developer-friendly API to interact with powerful tools like Chromium and LibreOffice for converting numerous document formats (HTML, Markdown, Word, Excel, etc.) into PDF files, and more!\r\n\r\nThis template has been pre-configured for use with Paperless-ngx.",
"TemplateURL": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/master/gotenberg/template.xml", "TemplateURL": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/master/gotenberg/template.xml",
"Icon": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/main/gotenberg/icon.png",
"ExtraParams": "--restart=unless-stopped", "ExtraParams": "--restart=unless-stopped",
"PostArgs": "\n gotenberg --chromium-disable-javascript=true --chromium-allow-list=file:///tmp/.*\n ", "PostArgs": "\n gotenberg --chromium-disable-javascript=true --chromium-allow-list=file:///tmp/.*\n ",
"Config": { "Config": {
@ -223369,6 +223372,7 @@
"GitHub": "\n https://gitlab.torproject.org/tpo/anti-censorship/docker-obfs4-bridge/\n ", "GitHub": "\n https://gitlab.torproject.org/tpo/anti-censorship/docker-obfs4-bridge/\n ",
"Overview": "obfs4-bridge is a container that allows you to run a Tor Bridge relay to help censored users connect to the Tor network.\r\n\r\nConfiguration:\r\n- OR_PORT: Your bridge's onion routing (Tor) port.\r\n- PT_PORT: Your bridge's obfs4 port.\r\n- EMAIL: Your email address.\r\n\r\nNote:\r\n- Make sure that both ports are forwarded in your firewall.\r\n- Make sure that you create the DATA_DIR and change its owner before running the container: `mkdir /mnt/user/appdata/tor && chown 101:101 /mnt/user/appdata/tor`.", "Overview": "obfs4-bridge is a container that allows you to run a Tor Bridge relay to help censored users connect to the Tor network.\r\n\r\nConfiguration:\r\n- OR_PORT: Your bridge's onion routing (Tor) port.\r\n- PT_PORT: Your bridge's obfs4 port.\r\n- EMAIL: Your email address.\r\n\r\nNote:\r\n- Make sure that both ports are forwarded in your firewall.\r\n- Make sure that you create the DATA_DIR and change its owner before running the container: `mkdir /mnt/user/appdata/tor && chown 101:101 /mnt/user/appdata/tor`.",
"TemplateURL": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/master/obfs4-bridge/template.xml", "TemplateURL": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/master/obfs4-bridge/template.xml",
"Icon": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/main/obfs4-bridge/icon.png",
"Config": [ "Config": [
{ {
"@attributes": { "@attributes": {
@ -223534,6 +223538,7 @@
"GitHub": "https://github.com/apache/tika/", "GitHub": "https://github.com/apache/tika/",
"Overview": "Apache Tika(TM) is a toolkit for detecting and extracting metadata and structured text content from various documents using existing parser libraries.\n\r\nThis template has been pre-configured for use with Paperless-ngx.", "Overview": "Apache Tika(TM) is a toolkit for detecting and extracting metadata and structured text content from various documents using existing parser libraries.\n\r\nThis template has been pre-configured for use with Paperless-ngx.",
"TemplateURL": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/master/tika/template.xml", "TemplateURL": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/master/tika/template.xml",
"Icon": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/main/tika/icon.png",
"ExtraParams": "--restart=unless-stopped", "ExtraParams": "--restart=unless-stopped",
"Config": { "Config": {
"@attributes": { "@attributes": {
@ -295846,6 +295851,7 @@
"Overview": "This installs Anaconda 3 with Jupyter Notebook installed and is based on the Image\n published by Continuum Analytics on Dockerhub - but without having to call the install code\n listed there.\r\n \r\n In addition to the commands listed for the underlying Image (continuumio/anaconda3) the\n additional argument `--NotebookApp.token=''` is passed to disable the token requirement.\n This makes the notebook server somewhat \"open\", which is why it's recommedned to implement\n additional security/authentication measures.", "Overview": "This installs Anaconda 3 with Jupyter Notebook installed and is based on the Image\n published by Continuum Analytics on Dockerhub - but without having to call the install code\n listed there.\r\n \r\n In addition to the commands listed for the underlying Image (continuumio/anaconda3) the\n additional argument `--NotebookApp.token=''` is passed to disable the token requirement.\n This makes the notebook server somewhat \"open\", which is why it's recommedned to implement\n additional security/authentication measures.",
"WebUI": "http://[IP]:[PORT:8888]", "WebUI": "http://[IP]:[PORT:8888]",
"TemplateURL": "https://raw.githubusercontent.com/Muxelmann/unraid-app_anaconda3/master/template.xml", "TemplateURL": "https://raw.githubusercontent.com/Muxelmann/unraid-app_anaconda3/master/template.xml",
"Icon": "https://github.com/Muxelmann/unraid-app_anaconda3/blob/main/media/anaconda3-icon.png?raw=true",
"Config": [ "Config": [
{ {
"@attributes": { "@attributes": {
@ -311466,6 +311472,7 @@
"Privileged": "false", "Privileged": "false",
"Overview": "Internet Archive is a command-line and Python interface to archive.org.", "Overview": "Internet Archive is a command-line and Python interface to archive.org.",
"TemplateURL": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/master/Lowess/internet-archive.xml", "TemplateURL": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/master/Lowess/internet-archive.xml",
"Icon": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/main/Lowess/images/internet-archive.png",
"Beta": "true", "Beta": "true",
"Project": "https://github.com/internetarchive", "Project": "https://github.com/internetarchive",
"Networking": { "Networking": {
@ -311508,8 +311515,8 @@
"Tools-Utilities" "Tools-Utilities"
], ],
"downloads": 9, "downloads": 9,
"LastUpdate": 1708862218,
"LastUpdateScan": 1709413010, "LastUpdateScan": 1709413010,
"LastUpdate": 1708862218,
"FirstSeen": 1709413010 "FirstSeen": 1709413010
}, },
{ {
@ -311521,6 +311528,7 @@
"Overview": "Pomerium - Secure, identity-aware access from anywhere.", "Overview": "Pomerium - Secure, identity-aware access from anywhere.",
"WebUI": "http://[IP]:[PORT:80]", "WebUI": "http://[IP]:[PORT:80]",
"TemplateURL": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/master/Lowess/pomerium.xml", "TemplateURL": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/master/Lowess/pomerium.xml",
"Icon": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/main/Lowess/images/pomerium.png",
"Beta": "true", "Beta": "true",
"Project": "https://www.pomerium.com/", "Project": "https://www.pomerium.com/",
"Networking": { "Networking": {
@ -311738,6 +311746,7 @@
"Overview": "Pomerium Nginx Proxy - Secure, identity-aware access from anywhere.", "Overview": "Pomerium Nginx Proxy - Secure, identity-aware access from anywhere.",
"WebUI": "http://[IP]:[PORT:443]", "WebUI": "http://[IP]:[PORT:443]",
"TemplateURL": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/master/Lowess/pomerium-proxy.xml", "TemplateURL": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/master/Lowess/pomerium-proxy.xml",
"Icon": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/main/Lowess/images/pomerium-proxy.png",
"Beta": "true", "Beta": "true",
"Project": "https://www.pomerium.com/guides/nginx.html", "Project": "https://www.pomerium.com/guides/nginx.html",
"Networking": { "Networking": {
@ -311884,8 +311893,8 @@
"Network-Proxy" "Network-Proxy"
], ],
"downloads": 13, "downloads": 13,
"LastUpdate": 1647646624,
"LastUpdateScan": 1709413010, "LastUpdateScan": 1709413010,
"LastUpdate": 1647646624,
"FirstSeen": 1709413010 "FirstSeen": 1709413010
}, },
{ {
@ -311896,6 +311905,7 @@
"Privileged": "false", "Privileged": "false",
"Overview": "Yasha template engine used to make refreshing Pomerium routes a breeze !", "Overview": "Yasha template engine used to make refreshing Pomerium routes a breeze !",
"TemplateURL": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/master/Lowess/pomerium-route-sync.xml", "TemplateURL": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/master/Lowess/pomerium-route-sync.xml",
"Icon": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/main/Lowess/images/pomerium-route-sync.png",
"Beta": "true", "Beta": "true",
"Project": "https://github.com/kblomqvist/yasha", "Project": "https://github.com/kblomqvist/yasha",
"Networking": { "Networking": {
@ -311991,8 +312001,8 @@
"Tools-Utilities" "Tools-Utilities"
], ],
"downloads": 2228, "downloads": 2228,
"LastUpdate": 1647991073,
"LastUpdateScan": 1709413011, "LastUpdateScan": 1709413011,
"LastUpdate": 1647991073,
"FirstSeen": 1709413011 "FirstSeen": 1709413011
}, },
{ {
@ -312004,6 +312014,7 @@
"Overview": "Pomerium Verify container", "Overview": "Pomerium Verify container",
"WebUI": "http://[IP]:[PORT:8000]", "WebUI": "http://[IP]:[PORT:8000]",
"TemplateURL": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/master/Lowess/pomerium-verify.xml", "TemplateURL": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/master/Lowess/pomerium-verify.xml",
"Icon": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/main/Lowess/images/pomerium-verify.png",
"Beta": "true", "Beta": "true",
"Project": "https://www.pomerium.com/", "Project": "https://www.pomerium.com/",
"Networking": { "Networking": {
@ -312031,8 +312042,8 @@
], ],
"downloads": 258626, "downloads": 258626,
"stars": 1, "stars": 1,
"LastUpdate": 1709314289,
"LastUpdateScan": 1709413011, "LastUpdateScan": 1709413011,
"LastUpdate": 1709314289,
"FirstSeen": 1709413011 "FirstSeen": 1709413011
}, },
{ {
@ -312084,8 +312095,8 @@
"Network-Web" "Network-Web"
], ],
"downloads": 35, "downloads": 35,
"LastUpdate": 1709075689,
"LastUpdateScan": 1709413011, "LastUpdateScan": 1709413011,
"LastUpdate": 1709075689,
"FirstSeen": 1709413011 "FirstSeen": 1709413011
} }
] ]

View File

@ -1,7 +1,7 @@
{ {
"apps": 2177, "apps": 2177,
"last_updated_timestamp": 1709413011, "last_updated_timestamp": 1709414359,
"last_updated": "2024-03-02 15:56", "last_updated": "2024-03-02 16:19",
"categories": [ "categories": [
{ {
"Cat": "AI:", "Cat": "AI:",
@ -138137,6 +138137,7 @@
"Overview": "The Alertmanager handles alerts sent by client applications such as the Prometheus\n server. \r\n It takes care of deduplicating, grouping, and routing them to the correct receiver integrations\n such as email, PagerDuty, OpsGenie, or many other mechanisms thanks to the webhook receiver.\n \r\n It also takes care of silencing and inhibition of alerts.\r\n \r\n alertmanager/alertmanager.yml\r\n This configuration contains information about which channels to send to. For simplicity, we use\n e-mail. Refer to the Alertmanager docs to learn about other channels.\r\n \r\n To configure prometheus to use these alerts, add the below to prometheus/prometheus.yml:\r\n alerting:\r\n alertmanagers:\r\n - scheme: http\r\n static_configs:\r\n - targets: < 'alertmanager:9093' >", "Overview": "The Alertmanager handles alerts sent by client applications such as the Prometheus\n server. \r\n It takes care of deduplicating, grouping, and routing them to the correct receiver integrations\n such as email, PagerDuty, OpsGenie, or many other mechanisms thanks to the webhook receiver.\n \r\n It also takes care of silencing and inhibition of alerts.\r\n \r\n alertmanager/alertmanager.yml\r\n This configuration contains information about which channels to send to. For simplicity, we use\n e-mail. Refer to the Alertmanager docs to learn about other channels.\r\n \r\n To configure prometheus to use these alerts, add the below to prometheus/prometheus.yml:\r\n alerting:\r\n alertmanagers:\r\n - scheme: http\r\n static_configs:\r\n - targets: < 'alertmanager:9093' >",
"WebUI": "http://[IP]:[PORT:9093]", "WebUI": "http://[IP]:[PORT:9093]",
"TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/prom-alertmanager.xml", "TemplateURL": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/prom-alertmanager.xml",
"Icon": "https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/prometheus.png",
"Config": [ "Config": [
{ {
"@attributes": { "@attributes": {
@ -198743,6 +198744,7 @@
"Overview": "wger (\u02c8v\u025b\u0261\u0250) Workout Manager is a free, open source web\n application that help you manage your personal workouts, weight and diet plans and can also\n be used as a simple gym management utility. It offers a REST API as well, for easy\n integration with other projects and tools.", "Overview": "wger (\u02c8v\u025b\u0261\u0250) Workout Manager is a free, open source web\n application that help you manage your personal workouts, weight and diet plans and can also\n be used as a simple gym management utility. It offers a REST API as well, for easy\n integration with other projects and tools.",
"WebUI": "http://[IP]:[PORT:8000]", "WebUI": "http://[IP]:[PORT:8000]",
"TemplateURL": "https://raw.githubusercontent.com/wger-project/unraid-templates/master/wger.xml", "TemplateURL": "https://raw.githubusercontent.com/wger-project/unraid-templates/master/wger.xml",
"Icon": "https://raw.githubusercontent.com/wger-project/wger/master/wger/core/static/images/logos/logo.png",
"Networking": { "Networking": {
"Mode": "sebnet" "Mode": "sebnet"
}, },
@ -223468,6 +223470,7 @@
"GitHub": "https://github.com/gotenberg/gotenberg/", "GitHub": "https://github.com/gotenberg/gotenberg/",
"Overview": "Gotenberg provides a developer-friendly API to interact with powerful tools like Chromium and LibreOffice for converting numerous document formats (HTML, Markdown, Word, Excel, etc.) into PDF files, and more!\r\n\r\nThis template has been pre-configured for use with Paperless-ngx.", "Overview": "Gotenberg provides a developer-friendly API to interact with powerful tools like Chromium and LibreOffice for converting numerous document formats (HTML, Markdown, Word, Excel, etc.) into PDF files, and more!\r\n\r\nThis template has been pre-configured for use with Paperless-ngx.",
"TemplateURL": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/master/gotenberg/template.xml", "TemplateURL": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/master/gotenberg/template.xml",
"Icon": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/main/gotenberg/icon.png",
"ExtraParams": "--restart=unless-stopped", "ExtraParams": "--restart=unless-stopped",
"PostArgs": "\n gotenberg --chromium-disable-javascript=true --chromium-allow-list=file:///tmp/.*\n ", "PostArgs": "\n gotenberg --chromium-disable-javascript=true --chromium-allow-list=file:///tmp/.*\n ",
"Config": { "Config": {
@ -223535,6 +223538,7 @@
"GitHub": "\n https://gitlab.torproject.org/tpo/anti-censorship/docker-obfs4-bridge/\n ", "GitHub": "\n https://gitlab.torproject.org/tpo/anti-censorship/docker-obfs4-bridge/\n ",
"Overview": "obfs4-bridge is a container that allows you to run a Tor Bridge relay to help censored users connect to the Tor network.\r\n\r\nConfiguration:\r\n- OR_PORT: Your bridge's onion routing (Tor) port.\r\n- PT_PORT: Your bridge's obfs4 port.\r\n- EMAIL: Your email address.\r\n\r\nNote:\r\n- Make sure that both ports are forwarded in your firewall.\r\n- Make sure that you create the DATA_DIR and change its owner before running the container: `mkdir /mnt/user/appdata/tor && chown 101:101 /mnt/user/appdata/tor`.", "Overview": "obfs4-bridge is a container that allows you to run a Tor Bridge relay to help censored users connect to the Tor network.\r\n\r\nConfiguration:\r\n- OR_PORT: Your bridge's onion routing (Tor) port.\r\n- PT_PORT: Your bridge's obfs4 port.\r\n- EMAIL: Your email address.\r\n\r\nNote:\r\n- Make sure that both ports are forwarded in your firewall.\r\n- Make sure that you create the DATA_DIR and change its owner before running the container: `mkdir /mnt/user/appdata/tor && chown 101:101 /mnt/user/appdata/tor`.",
"TemplateURL": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/master/obfs4-bridge/template.xml", "TemplateURL": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/master/obfs4-bridge/template.xml",
"Icon": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/main/obfs4-bridge/icon.png",
"Config": [ "Config": [
{ {
"@attributes": { "@attributes": {
@ -223700,6 +223704,7 @@
"GitHub": "https://github.com/apache/tika/", "GitHub": "https://github.com/apache/tika/",
"Overview": "Apache Tika(TM) is a toolkit for detecting and extracting metadata and structured text content from various documents using existing parser libraries.\n\r\nThis template has been pre-configured for use with Paperless-ngx.", "Overview": "Apache Tika(TM) is a toolkit for detecting and extracting metadata and structured text content from various documents using existing parser libraries.\n\r\nThis template has been pre-configured for use with Paperless-ngx.",
"TemplateURL": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/master/tika/template.xml", "TemplateURL": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/master/tika/template.xml",
"Icon": "https://raw.githubusercontent.com/sgraaf/Unraid-Docker-Templates/main/tika/icon.png",
"ExtraParams": "--restart=unless-stopped", "ExtraParams": "--restart=unless-stopped",
"Config": { "Config": {
"@attributes": { "@attributes": {
@ -296012,6 +296017,7 @@
"Overview": "This installs Anaconda 3 with Jupyter Notebook installed and is based on the Image\n published by Continuum Analytics on Dockerhub - but without having to call the install code\n listed there.\r\n \r\n In addition to the commands listed for the underlying Image (continuumio/anaconda3) the\n additional argument `--NotebookApp.token=''` is passed to disable the token requirement.\n This makes the notebook server somewhat \"open\", which is why it's recommedned to implement\n additional security/authentication measures.", "Overview": "This installs Anaconda 3 with Jupyter Notebook installed and is based on the Image\n published by Continuum Analytics on Dockerhub - but without having to call the install code\n listed there.\r\n \r\n In addition to the commands listed for the underlying Image (continuumio/anaconda3) the\n additional argument `--NotebookApp.token=''` is passed to disable the token requirement.\n This makes the notebook server somewhat \"open\", which is why it's recommedned to implement\n additional security/authentication measures.",
"WebUI": "http://[IP]:[PORT:8888]", "WebUI": "http://[IP]:[PORT:8888]",
"TemplateURL": "https://raw.githubusercontent.com/Muxelmann/unraid-app_anaconda3/master/template.xml", "TemplateURL": "https://raw.githubusercontent.com/Muxelmann/unraid-app_anaconda3/master/template.xml",
"Icon": "https://github.com/Muxelmann/unraid-app_anaconda3/blob/main/media/anaconda3-icon.png?raw=true",
"Config": [ "Config": [
{ {
"@attributes": { "@attributes": {
@ -311632,6 +311638,7 @@
"Privileged": "false", "Privileged": "false",
"Overview": "Internet Archive is a command-line and Python interface to archive.org.", "Overview": "Internet Archive is a command-line and Python interface to archive.org.",
"TemplateURL": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/master/Lowess/internet-archive.xml", "TemplateURL": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/master/Lowess/internet-archive.xml",
"Icon": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/main/Lowess/images/internet-archive.png",
"Beta": "true", "Beta": "true",
"Project": "https://github.com/internetarchive", "Project": "https://github.com/internetarchive",
"Networking": { "Networking": {
@ -311674,8 +311681,8 @@
"Tools-Utilities" "Tools-Utilities"
], ],
"downloads": 9, "downloads": 9,
"LastUpdate": 1708862218,
"LastUpdateScan": 1709413010, "LastUpdateScan": 1709413010,
"LastUpdate": 1708862218,
"FirstSeen": 1709413010 "FirstSeen": 1709413010
}, },
{ {
@ -311687,6 +311694,7 @@
"Overview": "Pomerium - Secure, identity-aware access from anywhere.", "Overview": "Pomerium - Secure, identity-aware access from anywhere.",
"WebUI": "http://[IP]:[PORT:80]", "WebUI": "http://[IP]:[PORT:80]",
"TemplateURL": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/master/Lowess/pomerium.xml", "TemplateURL": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/master/Lowess/pomerium.xml",
"Icon": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/main/Lowess/images/pomerium.png",
"Beta": "true", "Beta": "true",
"Project": "https://www.pomerium.com/", "Project": "https://www.pomerium.com/",
"Networking": { "Networking": {
@ -311904,6 +311912,7 @@
"Overview": "Pomerium Nginx Proxy - Secure, identity-aware access from anywhere.", "Overview": "Pomerium Nginx Proxy - Secure, identity-aware access from anywhere.",
"WebUI": "http://[IP]:[PORT:443]", "WebUI": "http://[IP]:[PORT:443]",
"TemplateURL": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/master/Lowess/pomerium-proxy.xml", "TemplateURL": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/master/Lowess/pomerium-proxy.xml",
"Icon": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/main/Lowess/images/pomerium-proxy.png",
"Beta": "true", "Beta": "true",
"Project": "https://www.pomerium.com/guides/nginx.html", "Project": "https://www.pomerium.com/guides/nginx.html",
"Networking": { "Networking": {
@ -312050,8 +312059,8 @@
"Network-Proxy" "Network-Proxy"
], ],
"downloads": 13, "downloads": 13,
"LastUpdate": 1647646624,
"LastUpdateScan": 1709413010, "LastUpdateScan": 1709413010,
"LastUpdate": 1647646624,
"FirstSeen": 1709413010 "FirstSeen": 1709413010
}, },
{ {
@ -312062,6 +312071,7 @@
"Privileged": "false", "Privileged": "false",
"Overview": "Yasha template engine used to make refreshing Pomerium routes a breeze !", "Overview": "Yasha template engine used to make refreshing Pomerium routes a breeze !",
"TemplateURL": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/master/Lowess/pomerium-route-sync.xml", "TemplateURL": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/master/Lowess/pomerium-route-sync.xml",
"Icon": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/main/Lowess/images/pomerium-route-sync.png",
"Beta": "true", "Beta": "true",
"Project": "https://github.com/kblomqvist/yasha", "Project": "https://github.com/kblomqvist/yasha",
"Networking": { "Networking": {
@ -312157,8 +312167,8 @@
"Tools-Utilities" "Tools-Utilities"
], ],
"downloads": 2228, "downloads": 2228,
"LastUpdate": 1647991073,
"LastUpdateScan": 1709413011, "LastUpdateScan": 1709413011,
"LastUpdate": 1647991073,
"FirstSeen": 1709413011 "FirstSeen": 1709413011
}, },
{ {
@ -312170,6 +312180,7 @@
"Overview": "Pomerium Verify container", "Overview": "Pomerium Verify container",
"WebUI": "http://[IP]:[PORT:8000]", "WebUI": "http://[IP]:[PORT:8000]",
"TemplateURL": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/master/Lowess/pomerium-verify.xml", "TemplateURL": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/master/Lowess/pomerium-verify.xml",
"Icon": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/main/Lowess/images/pomerium-verify.png",
"Beta": "true", "Beta": "true",
"Project": "https://www.pomerium.com/", "Project": "https://www.pomerium.com/",
"Networking": { "Networking": {
@ -312197,8 +312208,8 @@
], ],
"downloads": 258626, "downloads": 258626,
"stars": 1, "stars": 1,
"LastUpdate": 1709314289,
"LastUpdateScan": 1709413011, "LastUpdateScan": 1709413011,
"LastUpdate": 1709314289,
"FirstSeen": 1709413011 "FirstSeen": 1709413011
}, },
{ {
@ -312250,8 +312261,8 @@
"Network-Web" "Network-Web"
], ],
"downloads": 35, "downloads": 35,
"LastUpdate": 1709075689,
"LastUpdateScan": 1709413011, "LastUpdateScan": 1709413011,
"LastUpdate": 1709075689,
"FirstSeen": 1709413011 "FirstSeen": 1709413011
} }
], ],

1101
log.txt

File diff suppressed because it is too large Load Diff

View File

@ -40697,7 +40697,7 @@
"Repo": "Squid's Repository", "Repo": "Squid's Repository",
"TemplateURL": "https://raw.githubusercontent.com/Squidly271/plugin-repository/master/community_applications.xml", "TemplateURL": "https://raw.githubusercontent.com/Squidly271/plugin-repository/master/community_applications.xml",
"Repository": "https://raw.githubusercontent.com/Squidly271/community.applications/master/plugins/community.applications.plg", "Repository": "https://raw.githubusercontent.com/Squidly271/community.applications/master/plugins/community.applications.plg",
"pluginVersion": "2024.02.10b", "pluginVersion": "2024.03.02",
"topPlugin": 1, "topPlugin": 1,
"Overview": "This is THE place to find add-on applications for your Unraid server.", "Overview": "This is THE place to find add-on applications for your Unraid server.",
"templatePath": "/tmp/GitHub/AppFeed/templates/SquidsRepository/community_applications.xml", "templatePath": "/tmp/GitHub/AppFeed/templates/SquidsRepository/community_applications.xml",
@ -311457,5 +311457,635 @@
], ],
"LastUpdateScan": 1709175534, "LastUpdateScan": 1709175534,
"FirstSeen": 1709175534 "FirstSeen": 1709175534
},
{
"Name": "Internet-Archive",
"Repository": "lowess/internetarchive",
"Registry": "https://hub.docker.com/r/lowess/internetarchive/",
"Network": "bridge",
"Privileged": "false",
"Overview": "Internet Archive is a command-line and Python interface to archive.org.",
"TemplateURL": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/master/Lowess/internet-archive.xml",
"Beta": "true",
"Project": "https://github.com/internetarchive",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Type": "Variable",
"Name": "Collection to download from",
"Target": "IA_COLLECTION",
"Default": "",
"Description": "",
"Mask": "false",
"Display": "always",
"Required": "true"
},
"value": ""
},
{
"@attributes": {
"Type": "Path",
"Name": "Download folder",
"Target": "/downloads",
"Default": "",
"Mode": "rw",
"Description": "Path to the download folder",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"PostArgs": "\n\t\t${IA_COLLECTION}\n\t",
"Repo": "Florian Dambrine's Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/FlorianDambrinesRepository/Lowess/internet-archive.xml",
"CategoryList": [
"Tools-Utilities"
],
"downloads": 9,
"LastUpdate": 1708862218,
"LastUpdateScan": 1709413010,
"FirstSeen": 1709413010
},
{
"Name": "Pomerium",
"Repository": "pomerium/pomerium",
"Registry": "https://hub.docker.com/r/pomerium/pomerium/",
"Network": "bridge",
"Privileged": "false",
"Overview": "Pomerium - Secure, identity-aware access from anywhere.",
"WebUI": "http://[IP]:[PORT:80]",
"TemplateURL": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/master/Lowess/pomerium.xml",
"Beta": "true",
"Project": "https://www.pomerium.com/",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Type": "Port",
"Name": "Web UI Port",
"Target": "80",
"Default": "8801",
"Mode": "tcp",
"Description": "Port of Pomerium",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Type": "Variable",
"Name": "Debug",
"Target": "POMERIUM_DEBUG",
"Default": "false",
"Description": "Debug enables colored, human-readable logs to be streamed to standard out (opens new window). In production, it is recommended to be set to false.",
"Mask": "false",
"Display": "advanced",
"Required": "false"
},
"value": "false"
},
{
"@attributes": {
"Type": "Variable",
"Name": "Address",
"Target": "ADDRESS",
"Default": ":80",
"Description": "Address specifies the host and port to serve HTTP requests from.",
"Mask": "false",
"Display": "advanced",
"Required": "false"
},
"value": ":80"
},
{
"@attributes": {
"Type": "Variable",
"Name": "Insecure",
"Target": "INSECURE_SERVER",
"Default": "true",
"Description": "Turning on insecure server mode will result in pomerium starting, and operating without any protocol encryption in transit. This setting can be useful in a situation where you have Pomerium behind a TLS terminating ingress or proxy. However, even in that case, it is highly recommended to use TLS to protect the confidentiality and integrity of service communication even behind the ingress using self-signed certificates or an internal CA. Please see our helm-chart for an example of just that.",
"Mask": "false",
"Display": "advanced",
"Required": "false"
},
"value": "true"
},
{
"@attributes": {
"Type": "Variable",
"Name": "Forward Auth URL",
"Target": "FORWARD_AUTH_URL",
"Default": "http://fwdauth.domain.duckdns.org",
"Description": "Forward authentication creates an endpoint that can be used with third-party proxies that do not have rich access control capabilities. Forward authentication allows you to delegate authentication and authorization for each request to Pomerium.",
"Mask": "false",
"Display": "advanced",
"Required": "false"
},
"value": "http://fwdauth.[domain].duckdns.org"
},
{
"@attributes": {
"Type": "Variable",
"Name": "Authenticate Service URL",
"Target": "AUTHENTICATE_SERVICE_URL",
"Default": "https://authenticate.domain.duckdns.org",
"Description": "Authenticate Service URL is the externally accessible URL for the authenticate service.",
"Mask": "false",
"Display": "advanced",
"Required": "false"
},
"value": "https://authenticate.[domain].duckdns.org"
},
{
"@attributes": {
"Type": "Variable",
"Name": "Cookie Secret",
"Target": "COOKIE_SECRET",
"Default": "OWTV2fONR7expoexvhzYBnkdVtrwTh0XhJsQqFMzJuk=",
"Description": "Secret used to encrypt and sign session cookies. You can generate a random key with head -c32 /dev/urandom | base64.",
"Mask": "false",
"Display": "advanced",
"Required": "false"
},
"value": "OWTV2fONR7expoexvhzYBnkdVtrwTh0XhJsQqFMzJuk="
},
{
"@attributes": {
"Type": "Variable",
"Name": "Shared Secret",
"Target": "SHARED_SECRET",
"Default": "wB/J+7Fgc+XdCufhjnn/LVZhxjGmgsTaBr7VcjMBHTA=",
"Description": "Shared Secret is the base64 encoded 256-bit key used to mutually authenticate requests between services. It's critical that secret keys are random, and stored safely. Use a key management system or /dev/urandom to generate a key. Example head -c32 /dev/urandom | base64",
"Mask": "false",
"Display": "advanced",
"Required": "false"
},
"value": "wB/J+7Fgc+XdCufhjnn/LVZhxjGmgsTaBr7VcjMBHTA="
},
{
"@attributes": {
"Type": "Variable",
"Name": "IDP Provider",
"Target": "IDP_PROVIDER",
"Default": "google",
"Description": "Provider is the short-hand name of a built-in OpenID Connect (oidc) identity provider to be used for authentication. To use a generic provider,set to oidc.",
"Mask": "false",
"Display": "advanced",
"Required": "false"
},
"value": "google"
},
{
"@attributes": {
"Type": "Variable",
"Name": "Google Client Id",
"Target": "IDP_CLIENT_ID",
"Default": "",
"Description": "Client ID is the OAuth 2.0 Client Identifier retrieved from your identity provider. See your identity provider's documentation, and our identity provider docs for details.",
"Mask": "false",
"Display": "advanced",
"Required": "false"
},
"value": ""
},
{
"@attributes": {
"Type": "Variable",
"Name": "Google Client Secret",
"Target": "IDP_CLIENT_SECRET",
"Default": "",
"Description": "Client Secret is the OAuth 2.0 Secret Identifier retrieved from your identity provider. See your identity provider's documentation, and our identity provider docs for details. ",
"Mask": "false",
"Display": "advanced",
"Required": "false"
},
"value": ""
},
{
"@attributes": {
"Type": "Path",
"Name": "Pomerium config",
"Target": "/pomerium/config.yaml",
"Default": "/mnt/user/appdata/Pomerium/config.yaml",
"Mode": "ro",
"Description": "Pomerium config.yaml file. Mostly defines routes and authorizations but also anything else not available through this template",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Florian Dambrine's Repository",
"Official": true,
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/FlorianDambrinesRepository/Lowess/pomerium.xml",
"CategoryList": [
"Network-Proxy"
],
"downloads": 1260094235,
"stars": 10,
"trending": 6.283,
"trends": [
21.165,
14.538,
8.03,
7.875,
6.848,
6.349,
6.283
],
"trendsDate": [
1693224488,
1695823564,
1698422753,
1701018345,
1703617543,
1706216737,
1708815950
],
"downloadtrend": [
745972963,
872871365,
949078614,
1030203396,
1105941373,
1180922532,
1260094235
],
"LastUpdateScan": 1708815950,
"LastUpdate": 1708119346,
"FirstSeen": 1612667216,
"topTrending": -14.881999999999998,
"topPerforming": 6.283
},
{
"Name": "Pomerium-Proxy",
"Repository": "lowess/pomerium-proxy",
"Registry": "https://hub.docker.com/r/lowess/pomerium-proxy/",
"Network": "bridge",
"Privileged": "false",
"Overview": "Pomerium Nginx Proxy - Secure, identity-aware access from anywhere.",
"WebUI": "http://[IP]:[PORT:443]",
"TemplateURL": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/master/Lowess/pomerium-proxy.xml",
"Beta": "true",
"Project": "https://www.pomerium.com/guides/nginx.html",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Type": "Port",
"Name": "Web UI Port",
"Target": "443",
"Default": "20443",
"Mode": "tcp",
"Description": "Port of Promerium Nginx Proxy",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Type": "Variable",
"Name": "Pomerium Domain",
"Target": "POMERIUM_DOMAIN",
"Default": "localhost",
"Description": "If you have a wildcard domain name on DuckDNS or elsewhere, please put it here eg 'example.duckdns.org'",
"Mask": "false",
"Display": "always",
"Required": "false"
},
"value": "localhost"
},
{
"@attributes": {
"Type": "Variable",
"Name": "Pomerium upstream container",
"Target": "POMERIUM_UPSTREAM",
"Default": "localhost:8801",
"Description": "The Pomerium container Host:[Port] to use as Pomerium upstream",
"Mask": "false",
"Display": "always",
"Required": "false"
},
"value": "localhost:8801"
},
{
"@attributes": {
"Type": "Variable",
"Name": "Pomerium verify upstream container",
"Target": "POMERIUM_VERIFY_UPSTREAM",
"Default": "localhost:8800",
"Description": "The Pomerium container Host:[Port] to use as Verify upstream",
"Mask": "false",
"Display": "advanced",
"Required": "false"
},
"value": ""
},
{
"@attributes": {
"Type": "Variable",
"Name": "Forward Auth URL",
"Target": "POMERIUM_FWDAUTH_SERVER_NAME",
"Default": "fwdauth",
"Description": "Forward server name. The name will be concateneted with POMERIUM_DOMAIN. Remember to create the appropriate rules on your reverse proxy web server",
"Mask": "false",
"Display": "advanced",
"Required": "false"
},
"value": "fwdauth"
},
{
"@attributes": {
"Type": "Variable",
"Name": "Authenticate Service URL",
"Target": "POMERIUM_AUTHENTICATE_SERVER_NAME",
"Default": "authenticate",
"Description": "Pomerium Authenticate server name. The name will be concateneted with POMERIUM_DOMAIN. Remember to create the appropriate rules on your reverse proxy web server",
"Mask": "false",
"Display": "advanced",
"Required": "false"
},
"value": "authenticate"
},
{
"@attributes": {
"Type": "Variable",
"Name": "Verify Service URL",
"Target": "POMERIUM_VERIFY_SERVER_NAME",
"Default": "verify",
"Description": "Pomerium Verify server name. The name will be concatenated with POMERIUM_DOMAIN. Remember to create the appropriate rules on your reverse proxy web server",
"Mask": "false",
"Display": "advanced",
"Required": "false"
},
"value": "verify"
},
{
"@attributes": {
"Type": "Variable",
"Name": "SSL Certificate",
"Target": "POMERIUM_SSL_CERTFICATE",
"Default": "/etc/nginx/ssl/live/npm-1/fullchain.pem",
"Description": "The SSL certificate from the NginxProxyManager volume",
"Mask": "false",
"Display": "advanced",
"Required": "false"
},
"value": "/etc/nginx/ssl/live/npm-1/fullchain.pem"
},
{
"@attributes": {
"Type": "Variable",
"Name": "SSL Certificate Key",
"Target": "POMERIUM_SSL_CERTIFICATE_KEY",
"Default": "/etc/nginx/ssl/live/npm-1/privkey.pem",
"Description": "The SSL certificate key from the NginxProxyManager volume",
"Mask": "false",
"Display": "advanced",
"Required": "false"
},
"value": "/etc/nginx/ssl/live/npm-1/privkey.pem"
},
{
"@attributes": {
"Type": "Path",
"Name": "NginxProxyManager Letsencrypt SSL folder",
"Target": "/etc/nginx/ssl",
"Default": "/mnt/user/appdata/NginxProxyManager/letsencrypt",
"Mode": "ro",
"Description": "Nginx Proxy Manager Letsencrypt SSL certificate folder that can be found in /appdata/NginxProxyManager/letsencrypt",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"Repo": "Florian Dambrine's Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/FlorianDambrinesRepository/Lowess/pomerium-proxy.xml",
"CategoryList": [
"Network-Proxy"
],
"downloads": 13,
"LastUpdate": 1647646624,
"LastUpdateScan": 1709413010,
"FirstSeen": 1709413010
},
{
"Name": "Pomerium-Route-Sync",
"Repository": "lowess/yasha",
"Registry": "https://hub.docker.com/r/lowess/yasha/",
"Network": "bridge",
"Privileged": "false",
"Overview": "Yasha template engine used to make refreshing Pomerium routes a breeze !",
"TemplateURL": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/master/Lowess/pomerium-route-sync.xml",
"Beta": "true",
"Project": "https://github.com/kblomqvist/yasha",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Type": "Variable",
"Name": "Pomerium Domain",
"Target": "POMERIUM_ROUTES_DOMAIN",
"Default": "example.duckdns.org",
"Description": "Use the same domain as the one configured on your reverse proxy. If you use a DuckDNS wildcard domain, please put it here eg 'example.duckdns.org'",
"Mask": "false",
"Display": "always",
"Required": "false"
},
"value": "example.duckdns.org"
},
{
"@attributes": {
"Type": "Variable",
"Name": "Pomerium Authorized Emails",
"Target": "POMERIUM_ROUTES_AUTHORIZED_EMAILS",
"Default": "email@acme.com",
"Description": "A comma separated value (CSV) list of email adresses authorized to access Pomerium protected routes",
"Mask": "false",
"Display": "always",
"Required": "false"
},
"value": "email@acme.com"
},
{
"@attributes": {
"Type": "Variable",
"Name": "Pomerium Routes",
"Target": "POMERIUM_ROUTES",
"Default": "",
"Description": "A comma separated value (CSV) list of routes. a route is expressed in the form of {from}=>{to} eg 'http://proxy.acme.duckdns.org => http://192.168.1.100:20443 ,",
"Mask": "false",
"Display": "always",
"Required": "false"
},
"value": ""
},
{
"@attributes": {
"Type": "Variable",
"Name": "Pomerium Routes Authorized Domains",
"Target": "POMERIUM_ROUTES_AUTHORIZED_DOMAINS",
"Default": "",
"Description": "A comma separated value (CSV) list of domains authorized to access Pomerium protected routes",
"Mask": "false",
"Display": "advanced",
"Required": "false"
},
"value": ""
},
{
"@attributes": {
"Type": "Path",
"Name": "PomeriumRouteSync templates folder",
"Target": "/templates/routes.yaml.j2",
"Default": "/mnt/user/appdata/PomeriumRouteSync/templates/routes.yaml.j2",
"Mode": "ro",
"Description": "Path to the Jinja2 template to use to render Pomerium routes. Please find the template here https://github.com/Lowess/docker-templates-unraid/blob/main/templates/pomerium/routes.yaml.j2",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Type": "Path",
"Name": "Pomerium config",
"Target": "/render/config.yaml",
"Default": "/mnt/user/appdata/Pomerium/config.yaml",
"Mode": "rw",
"Description": "Pomerium config.yaml file to store rendered routes in.",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
}
],
"PostArgs": "\n\t\t/templates/routes.yaml.j2 -o /render/config.yaml\n\t",
"Repo": "Florian Dambrine's Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/FlorianDambrinesRepository/Lowess/pomerium-route-sync.xml",
"CategoryList": [
"Tools-Utilities"
],
"downloads": 2228,
"LastUpdate": 1647991073,
"LastUpdateScan": 1709413011,
"FirstSeen": 1709413011
},
{
"Name": "Pomerium-Verify",
"Repository": "pomerium/verify",
"Registry": "https://hub.docker.com/r/pomerium/verify/",
"Network": "bridge",
"Privileged": "false",
"Overview": "Pomerium Verify container",
"WebUI": "http://[IP]:[PORT:8000]",
"TemplateURL": "https://raw.githubusercontent.com/Lowess/docker-templates-unraid/master/Lowess/pomerium-verify.xml",
"Beta": "true",
"Project": "https://www.pomerium.com/",
"Networking": {
"Mode": "bridge"
},
"Config": {
"@attributes": {
"Name": "Web UI Port",
"Target": "8000",
"Default": "8800",
"Mode": "tcp",
"Description": "Port of Pomerium Verify",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
"Repo": "Florian Dambrine's Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/FlorianDambrinesRepository/Lowess/pomerium-verify.xml",
"CategoryList": [
"Network-Proxy"
],
"downloads": 258626,
"stars": 1,
"LastUpdate": 1709314289,
"LastUpdateScan": 1709413011,
"FirstSeen": 1709413011
},
{
"Name": "goatcounter",
"Repository": "joeygennari/goatcounter",
"Registry": "https://hub.docker.com/r/joeygennari/goatcounter/",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/155912-goatcounter-support-thread/",
"Overview": "GoatCounter is an open source web analytics platform.",
"WebUI": "http://[HOST]:[PORT:80]",
"TemplateURL": "https://raw.githubusercontent.com/jgennari/UnraidApps/master/goatcounter.xml",
"Icon": "https://github.com/jgennari/goatcounter/blob/docker/public/logo.png?raw=true",
"Config": [
{
"@attributes": {
"Name": "Container Path 1",
"Target": "/home/user/db",
"Default": "",
"Mode": "rw",
"Description": "",
"Type": "Path",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "Container Port 1",
"Target": "80",
"Default": "80",
"Mode": "tcp",
"Description": "",
"Type": "Port",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "80"
}
],
"Repo": "Joey Gennari's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/JoeyGennarisRepository/goatcounter.xml",
"CategoryList": [
"Tools-Utilities",
"Network-Web"
],
"downloads": 35,
"LastUpdate": 1709075689,
"LastUpdateScan": 1709413011,
"FirstSeen": 1709413011
} }
] ]

View File

@ -1,5 +1,5 @@
{ {
"caFixed": 464, "caFixed": 453,
"fixedTemplates": { "fixedTemplates": {
"pducharme's Repository": { "pducharme's Repository": {
"pducharme/unifi": [ "pducharme/unifi": [
@ -727,9 +727,6 @@
"No category entry present", "No category entry present",
"No Icon specified within the application template" "No Icon specified within the application template"
], ],
"prom/alertmanager:latest": [
"No Icon specified within the application template"
],
"shenxn/protonmail-bridge": [ "shenxn/protonmail-bridge": [
"No category entry present" "No category entry present"
], ],
@ -965,8 +962,7 @@
}, },
"rge's Repository": { "rge's Repository": {
"wger/devel:latest": [ "wger/devel:latest": [
"No Registry entry set. Created from Repository setting - This may not be the correct value", "No Registry entry set. Created from Repository setting - This may not be the correct value"
"No Icon specified within the application template"
] ]
}, },
"Muwahhidun's Repository": { "Muwahhidun's Repository": {
@ -1067,17 +1063,6 @@
"Port referenced in webUI does not correspond with a container port defined. Port Referenced does not exist in Config. Template removed from CA." "Port referenced in webUI does not correspond with a container port defined. Port Referenced does not exist in Config. Template removed from CA."
] ]
}, },
"sgraaf's Repository": {
"gotenberg/gotenberg": [
"No Icon specified within the application template"
],
"thetorproject/obfs4-bridge": [
"No Icon specified within the application template"
],
"ghcr.io/paperless-ngx/tika:latest": [
"No Icon specified within the application template"
]
},
"daman12's Repository": { "daman12's Repository": {
"suika/httrack-web": [ "suika/httrack-web": [
"No Icon specified within the application template", "No Icon specified within the application template",
@ -1435,11 +1420,6 @@
"Privileged mode set. This may not be necessary" "Privileged mode set. This may not be necessary"
] ]
}, },
"muxelmann's Repository": {
"muxelmann/anaconda3": [
"No Icon specified within the application template"
]
},
"htunlogic's Repository": { "htunlogic's Repository": {
"hudik/hoodik:latest": [ "hudik/hoodik:latest": [
"Port referenced in webUI does not correspond with a container port defined. Entry changed to https://[IP]:[PORT:5443]/" "Port referenced in webUI does not correspond with a container port defined. Entry changed to https://[IP]:[PORT:5443]/"
@ -1512,21 +1492,8 @@
] ]
}, },
"Florian Dambrine's Repository": { "Florian Dambrine's Repository": {
"lowess/internetarchive": [
"No Icon specified within the application template"
],
"pomerium/pomerium": [
"No Icon specified within the application template"
],
"lowess/pomerium-proxy": [ "lowess/pomerium-proxy": [
"No Icon specified within the application template",
"Port referenced in webUI does not correspond with a container port defined. Entry changed to http://[IP]:[PORT:443]" "Port referenced in webUI does not correspond with a container port defined. Entry changed to http://[IP]:[PORT:443]"
],
"lowess/yasha": [
"No Icon specified within the application template"
],
"pomerium/verify": [
"No Icon specified within the application template"
] ]
} }
} }