Skip to content

Commit

Permalink
fix: adjust line endings and chmod
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Nemchik <eric@nemchik.com>
  • Loading branch information
nemchik committed Nov 21, 2023
1 parent c00ac62 commit 231fb66
Show file tree
Hide file tree
Showing 19 changed files with 308 additions and 308 deletions.
34 changes: 17 additions & 17 deletions .github/ISSUE_TEMPLATE/application-request.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
name: Application Request
about: Suggest a new application to be added to the DockSTARTer repository
title: "[Application Request]"
labels: "apps, docs, enhancement"
assignees: ""
---

# Name of the application

## GitHub

## Docker Hub/GitHub Registry

### Additional context

Add any other context or screenshots about the feature request here.
---
name: Application Request
about: Suggest a new application to be added to the DockSTARTer repository
title: "[Application Request]"
labels: "apps, docs, enhancement"
assignees: ""
---

# Name of the application

## GitHub

## Docker Hub/GitHub Registry

### Additional context

Add any other context or screenshots about the feature request here.
70 changes: 35 additions & 35 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: "bug"
assignees: ""
---

# Bug report

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**System**
(please complete the following information):

- OS: [e.g. Debian]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: "bug"
assignees: ""
---

# Bug report

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**System**
(please complete the following information):

- OS: [e.g. Debian]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
42 changes: 21 additions & 21 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[Feature Request]"
labels: "enhancement"
assignees: ""
---

# Feature request

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
---
name: Feature request
about: Suggest an idea for this project
title: "[Feature Request]"
labels: "enhancement"
assignees: ""
---

# Feature request

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
Empty file modified compose/.apps/postgres/postgres.aarch64.yml
100755 → 100644
Empty file.
Empty file modified compose/.apps/postgres/postgres.hostname.yml
100755 → 100644
Empty file.
Empty file modified compose/.apps/postgres/postgres.labels.yml
100755 → 100644
Empty file.
Empty file modified compose/.apps/postgres/postgres.netmode.yml
100755 → 100644
Empty file.
Empty file modified compose/.apps/postgres/postgres.ports.yml
100755 → 100644
Empty file.
Empty file modified compose/.apps/postgres/postgres.x86_64.yml
100755 → 100644
Empty file.
Empty file modified compose/.apps/postgres/postgres.yml
100755 → 100644
Empty file.
84 changes: 42 additions & 42 deletions docs/apps/gluetun.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
# Gluetun

[![Docker Pulls](https://img.shields.io/docker/pulls/qmcgaw/gluetun?style=flat-square&color=607D8B&label=docker%20pulls&logo=docker)](https://hub.docker.com/r/qmcgaw/gluetun)
[![GitHub Stars](https://img.shields.io/github/stars/qdm12/gluetun?style=flat-square&color=607D8B&label=github%20stars&logo=github)](https://github.com/qdm12/gluetun)
[![Compose Templates](https://img.shields.io/static/v1?style=flat-square&color=607D8B&label=compose&message=templates)](https://github.com/GhostWriters/DockSTARTer/tree/gluetun/compose/.apps/gluetun)

## Description

[Gluetun](https://github.com/qdm12/gluetun) is a VPN client in a thin Docker
container for multiple VPN providers, written in Go, and using OpenVPN or
Wireguard, DNS over TLS, with a few proxy servers built-in.

## Install/Setup

Check the [wiki](https://github.com/qdm12/gluetun/wiki) for the relevant
environment variables for your VPN provider that should be placed in
your `docker-compose.override.yml`.

## Example

.env

```env
...
TRANSMISSION_NETWORK_MODE="container:gluetun"
...
```

docker-compose.override.yml

```yml
services:
gluetun:
environment:
- VPN_SERVICE_PROVIDER=mullvad
- VPN_TYPE=wireguard
- WIREGUARD_PRIVATE_KEY=YOUR-PRIVATE-KEY-HERE
- WIREGUARD_ADDRESSES=YOUR-ADDRESSES-HERE
- SERVER_CITIES=YOUR-CITIES-HERE
ports:
- 9091:9091
```
# Gluetun

[![Docker Pulls](https://img.shields.io/docker/pulls/qmcgaw/gluetun?style=flat-square&color=607D8B&label=docker%20pulls&logo=docker)](https://hub.docker.com/r/qmcgaw/gluetun)
[![GitHub Stars](https://img.shields.io/github/stars/qdm12/gluetun?style=flat-square&color=607D8B&label=github%20stars&logo=github)](https://github.com/qdm12/gluetun)
[![Compose Templates](https://img.shields.io/static/v1?style=flat-square&color=607D8B&label=compose&message=templates)](https://github.com/GhostWriters/DockSTARTer/tree/gluetun/compose/.apps/gluetun)

## Description

[Gluetun](https://github.com/qdm12/gluetun) is a VPN client in a thin Docker
container for multiple VPN providers, written in Go, and using OpenVPN or
Wireguard, DNS over TLS, with a few proxy servers built-in.

## Install/Setup

Check the [wiki](https://github.com/qdm12/gluetun/wiki) for the relevant
environment variables for your VPN provider that should be placed in
your `docker-compose.override.yml`.

## Example

.env

```env
...
TRANSMISSION_NETWORK_MODE="container:gluetun"
...
```

docker-compose.override.yml

```yml
services:
gluetun:
environment:
- VPN_SERVICE_PROVIDER=mullvad
- VPN_TYPE=wireguard
- WIREGUARD_PRIVATE_KEY=YOUR-PRIVATE-KEY-HERE
- WIREGUARD_ADDRESSES=YOUR-ADDRESSES-HERE
- SERVER_CITIES=YOUR-CITIES-HERE
ports:
- 9091:9091
```
82 changes: 41 additions & 41 deletions docs/apps/homeassistant.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
# Home Assistant

[![Docker Pulls](https://img.shields.io/docker/pulls/homeassistant/home-assistant?style=flat-square&color=607D8B&label=docker%20pulls&logo=docker)](https://hub.docker.com/r/homeassistant/home-assistant)
[![GitHub Stars](https://img.shields.io/github/stars/home-assistant/core?style=flat-square&color=607D8B&label=github%20stars&logo=github)](https://github.com/home-assistant/core)
[![Compose Templates](https://img.shields.io/static/v1?style=flat-square&color=607D8B&label=compose&message=templates)](https://github.com/GhostWriters/DockSTARTer/tree/master/compose/.apps/homeassistant)

## Description

[Home Assistant](https://www.home-assistant.io/) 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](https://dockstarter.com/basics/support/).

### Suggestions

You may want to create an
[override](https://dockstarter.com/overrides/introduction/) for `homeassistant`
with the following if you are receiving a warning every 10 seconds for:

> device tracking of self-signed Unifi Controller SSL certificated.
```yml
environment:
- PYTHONWARNINGS="ignore:Unverified HTTPS request"
```
Reference:
[Endless InsecureRequestWarning errors with UniFi](https://community.home-assistant.io/t/endless-insecurerequestwarning-errors-with-unifi/31831/12)
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.

```env
HOMEASSISTANT_NETWORK_MODE=host
```
# Home Assistant

[![Docker Pulls](https://img.shields.io/docker/pulls/homeassistant/home-assistant?style=flat-square&color=607D8B&label=docker%20pulls&logo=docker)](https://hub.docker.com/r/homeassistant/home-assistant)
[![GitHub Stars](https://img.shields.io/github/stars/home-assistant/core?style=flat-square&color=607D8B&label=github%20stars&logo=github)](https://github.com/home-assistant/core)
[![Compose Templates](https://img.shields.io/static/v1?style=flat-square&color=607D8B&label=compose&message=templates)](https://github.com/GhostWriters/DockSTARTer/tree/master/compose/.apps/homeassistant)

## Description

[Home Assistant](https://www.home-assistant.io/) 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](https://dockstarter.com/basics/support/).

### Suggestions

You may want to create an
[override](https://dockstarter.com/overrides/introduction/) for `homeassistant`
with the following if you are receiving a warning every 10 seconds for:

> device tracking of self-signed Unifi Controller SSL certificated.
```yml
environment:
- PYTHONWARNINGS="ignore:Unverified HTTPS request"
```
Reference:
[Endless InsecureRequestWarning errors with UniFi](https://community.home-assistant.io/t/endless-insecurerequestwarning-errors-with-unifi/31831/12)
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.

```env
HOMEASSISTANT_NETWORK_MODE=host
```
54 changes: 27 additions & 27 deletions docs/apps/homer.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
# Homer

[![Docker Pulls](https://img.shields.io/docker/pulls/b4bz/homer?style=flat-square&color=607D8B&label=docker%20pulls&logo=docker)](https://hub.docker.com/r/b4bz/homer)
[![GitHub Stars](https://img.shields.io/github/stars/bastienwirtz/homer?style=flat-square&color=607D8B&label=github%20stars&logo=github)](https://github.com/bastienwirtz/homer)
[![Compose Templates](https://img.shields.io/static/v1?style=flat-square&color=607D8B&label=compose&message=templates)](https://github.com/GhostWriters/DockSTARTer/tree/master/compose/.apps/homer)

## Description

[Homer](https://github.com/bastienwirtz/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](https://github.com/bastienwirtz/homer) 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).
# Homer

[![Docker Pulls](https://img.shields.io/docker/pulls/b4bz/homer?style=flat-square&color=607D8B&label=docker%20pulls&logo=docker)](https://hub.docker.com/r/b4bz/homer)
[![GitHub Stars](https://img.shields.io/github/stars/bastienwirtz/homer?style=flat-square&color=607D8B&label=github%20stars&logo=github)](https://github.com/bastienwirtz/homer)
[![Compose Templates](https://img.shields.io/static/v1?style=flat-square&color=607D8B&label=compose&message=templates)](https://github.com/GhostWriters/DockSTARTer/tree/master/compose/.apps/homer)

## Description

[Homer](https://github.com/bastienwirtz/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](https://github.com/bastienwirtz/homer) 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).
Loading

0 comments on commit 231fb66

Please sign in to comment.