diff --git a/apps/gluetun/index.html b/apps/gluetun/index.html index 86c5cfc2f2..6fb88212f7 100644 --- a/apps/gluetun/index.html +++ b/apps/gluetun/index.html @@ -11,4 +11,4 @@ - SERVER_CITIES=YOUR-CITIES-HERE ports: - 9091:9091 -
Last update: September 21, 2023
Created: October 23, 2022
\ No newline at end of file +
Last update: November 21, 2023
Created: October 23, 2022
\ No newline at end of file diff --git a/apps/homeassistant/index.html b/apps/homeassistant/index.html index 89edb71d30..41a8ade158 100644 --- a/apps/homeassistant/index.html +++ b/apps/homeassistant/index.html @@ -1,4 +1,4 @@ Home Assistant - DockSTARTer
Skip to content

Home Assistant

Docker Pulls GitHub Stars Compose Templates

Description

Home Assistant is a home automation platform running on Python 3 that puts local control and privacy first. It is able to track and control all devices at home and offer a platform for automating control. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.

Install/Setup

This application does not have any specific setup instructions documented. If you need assistance setting up this application please visit our support page.

Suggestions

You may want to create an override for homeassistant with the following if you are receiving a warning every 10 seconds for:

device tracking of self-signed Unifi Controller SSL certificated.

environment:
   - PYTHONWARNINGS="ignore:Unverified HTTPS request"
 

Reference: Endless InsecureRequestWarning errors with UniFi

To make sure your Home Assistant instance can see your local network devices you might want to set your network mode to host on your .docker/compose/.env file.

HOMEASSISTANT_NETWORK_MODE=host
-

Last update: September 21, 2023
Created: May 2, 2019
\ No newline at end of file +
Last update: November 21, 2023
Created: May 2, 2019
\ No newline at end of file diff --git a/apps/homer/index.html b/apps/homer/index.html index e5f6f3363c..cbc20c9262 100644 --- a/apps/homer/index.html +++ b/apps/homer/index.html @@ -1 +1 @@ - Homer - DockSTARTer
Skip to content

Homer

Docker Pulls GitHub Stars Compose Templates

Description

Homer is a dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.

Install/Setup

Be sure to read the app specific documentation on github as the environment variables below are an extension of those explained in the documentation.

Note that your configuration files and homer assets are located in ${DOCKERCONFDIR}/homer

Environment Variables

HOMER_INIT_ASSETS

1 (default) Install example configuration file & assets (favicons, ...) to help you get started.

0 Don't install assets. Use existing files. This is the suggested value after you first launch homer and assets are installed.

HOMER_SUBFOLDER

(default: '') If you would like to host Homer in a subfolder, (ex: http://my-domain/homer), set this to the subfolder path (ex /homer).


Last update: September 21, 2023
Created: June 17, 2022
\ No newline at end of file + Homer - DockSTARTer
Skip to content

Homer

Docker Pulls GitHub Stars Compose Templates

Description

Homer is a dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.

Install/Setup

Be sure to read the app specific documentation on github as the environment variables below are an extension of those explained in the documentation.

Note that your configuration files and homer assets are located in ${DOCKERCONFDIR}/homer

Environment Variables

HOMER_INIT_ASSETS

1 (default) Install example configuration file & assets (favicons, ...) to help you get started.

0 Don't install assets. Use existing files. This is the suggested value after you first launch homer and assets are installed.

HOMER_SUBFOLDER

(default: '') If you would like to host Homer in a subfolder, (ex: http://my-domain/homer), set this to the subfolder path (ex /homer).


Last update: November 21, 2023
Created: June 17, 2022
\ No newline at end of file diff --git a/apps/postgres/index.html b/apps/postgres/index.html index e0be635898..f3c2f821ba 100644 --- a/apps/postgres/index.html +++ b/apps/postgres/index.html @@ -1 +1 @@ - PostgresSQL - DockSTARTer
Skip to content

PostgresSQL

Docker Pulls GitHub Stars Compose Templates

Description

Postgres: The World's Most Advanced Open Source Relational Database

Install/Setup

PostgreSQL is a powerful, open source object-relational database system with over 35 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.

There is a wealth of information to be found describing how to install and use PostgreSQL through the official documentation. The open source community provides many helpful places to become familiar with PostgreSQL, discover how it works.

We heavily recommend that if you spin up a container that requires a database you create a user for that container. You should NEVER use the root account for anything other than database management.


Last update: October 30, 2023
Created: October 30, 2023
\ No newline at end of file + PostgresSQL - DockSTARTer
Skip to content

PostgresSQL

Docker Pulls GitHub Stars Compose Templates

Description

Postgres: The World's Most Advanced Open Source Relational Database

Install/Setup

PostgreSQL is a powerful, open source object-relational database system with over 35 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.

There is a wealth of information to be found describing how to install and use PostgreSQL through the official documentation. The open source community provides many helpful places to become familiar with PostgreSQL, discover how it works.

We heavily recommend that if you spin up a container that requires a database you create a user for that container. You should NEVER use the root account for anything other than database management.


Last update: November 21, 2023
Created: October 30, 2023
\ No newline at end of file diff --git a/apps/privoxyvpn/index.html b/apps/privoxyvpn/index.html index ed75102388..0a1e1c1873 100644 --- a/apps/privoxyvpn/index.html +++ b/apps/privoxyvpn/index.html @@ -1 +1 @@ - PrivoxyVPN - DockSTARTer
Skip to content

PrivoxyVPN

Docker Pulls GitHub Stars Compose Templates

Description

PrivoxyVPN is an Arch Linux based Docker Image with Privoxy, MicroSocks, OpenVPN and WireGuard.

The support forum for PrivoxyVPN is located here.

Install/Setup

This application does not have any specific setup instructions documented. If you need assistance setting up this application please visit our support page.


Last update: October 19, 2023
Created: October 19, 2023
\ No newline at end of file + PrivoxyVPN - DockSTARTer
Skip to content

PrivoxyVPN

Docker Pulls GitHub Stars Compose Templates

Description

PrivoxyVPN is an Arch Linux based Docker Image with Privoxy, MicroSocks, OpenVPN and WireGuard.

The support forum for PrivoxyVPN is located here.

Install/Setup

This application does not have any specific setup instructions documented. If you need assistance setting up this application please visit our support page.


Last update: November 21, 2023
Created: October 19, 2023
\ No newline at end of file diff --git a/apps/rustdesk/index.html b/apps/rustdesk/index.html index 8052092a24..949175f16e 100644 --- a/apps/rustdesk/index.html +++ b/apps/rustdesk/index.html @@ -1,2 +1,2 @@ RustDesk - DockSTARTer
Skip to content

RustDesk

Docker Pulls GitHub Stars Compose Templates

Description

RustDesk is an open-source, self-hosted TeamViewer alternative.

This uses the "S6-overlay based image" for RustDesk which ships both hbbs and hbbr in a single container.

hbbs is the RustDesk ID/Rendezvous server. hbbr is the RustDesk relay server. Both are needed for a functional RustDesk deployment.

When hbbs is first run, it will generate a public/private key pair for the clients to use. You can see this take place in the logs:

INFO [src/common.rs:133] Private/public key written to id_ed25519/id_ed25519.pub
-

You can view the contents of this key by browsing to your config folder, for instance, ~/.config/appdata/rustdesk.

Install/Setup

This application does not have any specific setup instructions documented. If you need assistance setting up this application please visit our support page.


Last update: September 21, 2023
Created: July 27, 2022
\ No newline at end of file +

You can view the contents of this key by browsing to your config folder, for instance, ~/.config/appdata/rustdesk.

Install/Setup

This application does not have any specific setup instructions documented. If you need assistance setting up this application please visit our support page.


Last update: November 21, 2023
Created: July 27, 2022
\ No newline at end of file diff --git a/apps/sabnzbdvpn/index.html b/apps/sabnzbdvpn/index.html index a4b81bbef8..a6e17edb4a 100644 --- a/apps/sabnzbdvpn/index.html +++ b/apps/sabnzbdvpn/index.html @@ -1 +1 @@ - SABnzbdVPN - DockSTARTer
Skip to content

SABnzbdVPN

Docker Pulls GitHub Stars Compose Templates

Description

SABnzbd is a Docker build script for Arch Linux base with SABnzbd, Privoxy and OpenVPN all included in one image.

The support forum for SABnzbdVPN is located here.

Install/Setup

This application does not have any specific setup instructions documented. If you need assistance setting up this application please visit our support page.

SABnzbdVPN WebUI Access

If you're attempting to get access to the SABnzbdVPN WebUI remotely outside of your home network using SWAG you must follow the steps outlined in VPN Information.


Last update: October 19, 2023
Created: May 16, 2019
\ No newline at end of file + SABnzbdVPN - DockSTARTer
Skip to content

SABnzbdVPN

Docker Pulls GitHub Stars Compose Templates

Description

SABnzbd is a Docker build script for Arch Linux base with SABnzbd, Privoxy and OpenVPN all included in one image.

The support forum for SABnzbdVPN is located here.

Install/Setup

This application does not have any specific setup instructions documented. If you need assistance setting up this application please visit our support page.

SABnzbdVPN WebUI Access

If you're attempting to get access to the SABnzbdVPN WebUI remotely outside of your home network using SWAG you must follow the steps outlined in VPN Information.


Last update: November 21, 2023
Created: May 16, 2019
\ No newline at end of file diff --git a/apps/watchtower/index.html b/apps/watchtower/index.html index 7e91b3fa44..881871803b 100644 --- a/apps/watchtower/index.html +++ b/apps/watchtower/index.html @@ -1 +1 @@ - Watchtower - DockSTARTer
Skip to content

Watchtower

Docker Pulls GitHub Stars Compose Templates

Description

Watchtower can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry. Watchtower will pull down your new image, gracefully shut down your existing container and restart it with the same options that were used when it was deployed initially.

Install/Setup

This application does not have any specific setup instructions documented. If you need assistance setting up this application please visit our support page.

Notifications

The default notification library is Shoutrrr. Shoutrrr offers notifications via Discord, Email, Pushover, Slack, Telegram, and several others. Click on the service for a more thorough explanation.

Notification Application Your DockSTARTer WATCHTOWER_NOTIFICATION_URL should follow this:
Discord discord://token@channel
Email smtp://username:password@host:port/?fromAddress=fromAddress&toAddresses=recipient1[,recipient2,...]
Pushover pushover://shoutrrr:apiToken@userKey/?devices=device1[,device2, ...]
Slack slack://[botname@]token-a/token-b/token-c*
Telegram telegram://token@telegram?channels=channel-1[,channel-2,...]

Last update: September 21, 2023
Created: May 2, 2019
\ No newline at end of file + Watchtower - DockSTARTer
Skip to content

Watchtower

Docker Pulls GitHub Stars Compose Templates

Description

Watchtower can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry. Watchtower will pull down your new image, gracefully shut down your existing container and restart it with the same options that were used when it was deployed initially.

Install/Setup

This application does not have any specific setup instructions documented. If you need assistance setting up this application please visit our support page.

Notifications

The default notification library is Shoutrrr. Shoutrrr offers notifications via Discord, Email, Pushover, Slack, Telegram, and several others. Click on the service for a more thorough explanation.

Notification Application Your DockSTARTer WATCHTOWER_NOTIFICATION_URL should follow this:
Discord discord://token@channel
Email smtp://username:password@host:port/?fromAddress=fromAddress&toAddresses=recipient1[,recipient2,...]
Pushover pushover://shoutrrr:apiToken@userKey/?devices=device1[,device2, ...]
Slack slack://[botname@]token-a/token-b/token-c*
Telegram telegram://token@telegram?channels=channel-1[,channel-2,...]

Last update: November 21, 2023
Created: May 2, 2019
\ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 7d474572d5..2d95acc524 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mkdocs-git-revision-date-localized-plugin==1.2.1 -mkdocs-material==9.4.10 -mkdocs-minify-plugin==0.7.1 -mkdocs-redirects==1.2.1 +mkdocs-git-revision-date-localized-plugin==1.2.1 +mkdocs-material==9.4.10 +mkdocs-minify-plugin==0.7.1 +mkdocs-redirects==1.2.1 diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 3708a4c21f..063705f603 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ