Add example environment files for various services including PostgreSQL, Telegram, and WireGuard configurations

This commit is contained in:
Peter Wood
2025-04-29 17:05:56 -04:00
parent 734acd2ed4
commit d163696a3e
11 changed files with 76 additions and 0 deletions

9
database/.env.example Normal file
View File

@@ -0,0 +1,9 @@
# PostgreSQL configuration
POSTGRES_USER=
# openssl rand -base64 18
POSTGRES_PASSWORD=
# PgAdmin configuration
PGADMIN_DEFAULT_EMAIL=
PGADMIN_DEFAULT_PASSWORD=
PGADMIN_PORT=5050

3
diun/.env.example Normal file
View File

@@ -0,0 +1,3 @@
# Telegram notification settings
TELEGRAM_TOKEN=your_bot_token_here
TELEGRAM_CHAT_ID=your_chat_id_here

7
docmost/.env.example Normal file
View File

@@ -0,0 +1,7 @@
# openssl rand -base64 18
POSTGRES_PASSWORD=
POSTGRES_URL=postgresql://docmost:password@db:5432/docmost?schema=public
# Application Configuration
# openssl rand -base64 33
APP_SECRET=

6
git/.env.example Normal file
View File

@@ -0,0 +1,6 @@
# Database Configuration
POSTGRES_HOST=db
POSTGRES_PORT=5432
POSTGRES_DB=gitea
POSTGRES_USER=
POSTGRES_PASSWORD=

6
hoarder/.env.example Normal file
View File

@@ -0,0 +1,6 @@
# openssl rand -base64 18
NEXTAUTH_SECRET=
OPENAI_API_KEY=
NEXTAUTH_URL=
MEILI_MASTER_KEY=

23
immich/.env.example Normal file
View File

@@ -0,0 +1,23 @@
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables
# The location where your uploaded files are stored
UPLOAD_LOCATION=/mnt/share/media/immich/uploads
# The location where your database files are stored
DB_DATA_LOCATION=./database
# To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
TZ=America/New_York
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=release
# Connection secret for postgres. You should change it to a random password
# Please use only the characters `A-Za-z0-9`, without special characters or spaces
# openssl rand -base64 18
DB_PASSWORD=postgres
# The values below this line do not need to be changed
###################################################################################
DB_USERNAME=postgres
DB_DATABASE_NAME=immich

4
media/.env.example Normal file
View File

@@ -0,0 +1,4 @@
# WireGuard Configuration
WIREGUARD_PRIVATE_KEY=
WIREGUARD_PRESHARED_KEY=
WIREGUARD_ADDRESSES=

View File

@@ -0,0 +1,5 @@
# PostgreSQL Configuration
POSTGRES_DB=paperless
POSTGRES_USER=paperless
POSTGRES_PASSWORD=
COMPOSE_PROJECT_NAME=paperless

3
pdf/.env.example Normal file
View File

@@ -0,0 +1,3 @@
# Security settings
SECURITY_INITIALLOGIN_USERNAME=admin
SECURITY_INITIALLOGIN_PASSWORD=changeme!1

2
plex/.env.example Normal file
View File

@@ -0,0 +1,2 @@
# Get claim token from https://www.plex.tv/claim/
PLEX_CLAIM=

8
speedtest/.env.example Normal file
View File

@@ -0,0 +1,8 @@
APP_DEBUG=false
APP_KEY=
DB_TYPE=sqlite
SPEEDTEST_SCHEDULE=@daily
SPEEDTEST_SERVERS=
SPEEDTEST_PING_URL=
PRUNE_RESULTS_OLDER_THAN=1 month
APP_TIMEZONE=America/New_York