diff --git a/database/.env.example b/database/.env.example new file mode 100644 index 0000000..73f53e5 --- /dev/null +++ b/database/.env.example @@ -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 \ No newline at end of file diff --git a/diun/.env.example b/diun/.env.example new file mode 100644 index 0000000..0ea5885 --- /dev/null +++ b/diun/.env.example @@ -0,0 +1,3 @@ +# Telegram notification settings +TELEGRAM_TOKEN=your_bot_token_here +TELEGRAM_CHAT_ID=your_chat_id_here \ No newline at end of file diff --git a/docmost/.env.example b/docmost/.env.example new file mode 100644 index 0000000..826133f --- /dev/null +++ b/docmost/.env.example @@ -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= \ No newline at end of file diff --git a/git/.env.example b/git/.env.example new file mode 100644 index 0000000..56bc03c --- /dev/null +++ b/git/.env.example @@ -0,0 +1,6 @@ +# Database Configuration +POSTGRES_HOST=db +POSTGRES_PORT=5432 +POSTGRES_DB=gitea +POSTGRES_USER= +POSTGRES_PASSWORD= \ No newline at end of file diff --git a/hoarder/.env.example b/hoarder/.env.example new file mode 100644 index 0000000..4b7068e --- /dev/null +++ b/hoarder/.env.example @@ -0,0 +1,6 @@ + +# openssl rand -base64 18 +NEXTAUTH_SECRET= +OPENAI_API_KEY= +NEXTAUTH_URL= +MEILI_MASTER_KEY= \ No newline at end of file diff --git a/immich/.env.example b/immich/.env.example new file mode 100644 index 0000000..8a37e50 --- /dev/null +++ b/immich/.env.example @@ -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 diff --git a/media/.env.example b/media/.env.example new file mode 100644 index 0000000..7c51914 --- /dev/null +++ b/media/.env.example @@ -0,0 +1,4 @@ +# WireGuard Configuration +WIREGUARD_PRIVATE_KEY= +WIREGUARD_PRESHARED_KEY= +WIREGUARD_ADDRESSES= \ No newline at end of file diff --git a/paperless-ng/.env.example b/paperless-ng/.env.example new file mode 100644 index 0000000..07ca916 --- /dev/null +++ b/paperless-ng/.env.example @@ -0,0 +1,5 @@ +# PostgreSQL Configuration +POSTGRES_DB=paperless +POSTGRES_USER=paperless +POSTGRES_PASSWORD= +COMPOSE_PROJECT_NAME=paperless \ No newline at end of file diff --git a/pdf/.env.example b/pdf/.env.example new file mode 100644 index 0000000..d584984 --- /dev/null +++ b/pdf/.env.example @@ -0,0 +1,3 @@ +# Security settings +SECURITY_INITIALLOGIN_USERNAME=admin +SECURITY_INITIALLOGIN_PASSWORD=changeme!1 \ No newline at end of file diff --git a/plex/.env.example b/plex/.env.example new file mode 100644 index 0000000..898e6dc --- /dev/null +++ b/plex/.env.example @@ -0,0 +1,2 @@ +# Get claim token from https://www.plex.tv/claim/ +PLEX_CLAIM= \ No newline at end of file diff --git a/speedtest/.env.example b/speedtest/.env.example new file mode 100644 index 0000000..0bb91d4 --- /dev/null +++ b/speedtest/.env.example @@ -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 \ No newline at end of file