Skip to content

Commit b4ee519

Browse files
michaelhodgesMichael Hcrypt0rr
authored
Template example comments (#268)
* compose.yml and .env added to paperless service. * Include paperless service README * Error paperless service README * Add PUID, GUID to environment. Align environment variables with template format * Remove volumes and incorporate the local storage principle as outlined in templates. * Restored comments. * Place TZ in .env * Add TZ variable to environment. * Revert "Restored comments." This reverts commit 216de08. * Restore Comments * Revert * Revert changes made to template files. * Set SERVICEPORT to 80 in .env configuration * Update to include paperless-ngx * Update README with Tailscale service configuration Added information about Tailscale integration for secure networking. * Add audiobooks, podcasts and metadata volumes. * Move TZ environment variable to .env file * Fix indentation. * Delete templates/service-template/.env * Create .env * Update compose.yaml * Update template comments for better clarity. * Add example environment variable comments and ensure consistent formatting across service .env files - Added example variable comments to .env files for various services to guide users in setting environment variables. - Ensured consistent formatting by adding new lines where necessary and maintaining the structure of existing comments. - Updated compose.yaml files to ensure proper formatting and consistency in service definitions. --------- Co-authored-by: Michael H <michael@hplaptop.local> Co-authored-by: Bart <57799908+crypt0rr@users.noreply.github.com>
1 parent edff9f4 commit b4ee519

125 files changed

Lines changed: 248 additions & 35 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

services/actual-budget/.env

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ TS_AUTHKEY= # Auth key from https://tailscale.com/admin/authkeys. See: https://t
1717
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
1818

1919
# Optional Service variables
20-
# PUID=1000
20+
# PUID=1000
21+
22+
#EXAMPLE_VAR="Environment varibale"

services/actual-budget/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ services:
7777
timeout: 10s
7878
retries: 3
7979
start_period: 20s
80-
restart: always
80+
restart: always

services/adguardhome-sync/.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_tim
1818

1919
# Optional Service variables
2020
# PUID=1000
21+
22+
#EXAMPLE_VAR="Environment varibale"

services/adguardhome/.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_tim
1818

1919
# Optional Service variables
2020
# PUID=1000
21+
22+
#EXAMPLE_VAR="Environment varibale"

services/anchor/.env

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ TS_AUTHKEY= # Auth key from https://tailscale.com/admin/authkeys. See: https://t
1717
TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
1818

1919
# Optional Service variables
20-
# PUID=1000
20+
# PUID=1000
21+
22+
#EXAMPLE_VAR="Environment varibale"

services/arcane/.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_tim
1818

1919
# Optional Service variables
2020
TAILNET_NAME= # for example: tail-scale
21+
22+
#EXAMPLE_VAR="Environment varibale"

services/audiobookshelf/.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_tim
1818

1919
# Optional Service variables
2020
# PUID=1000
21+
22+
#EXAMPLE_VAR="Environment varibale"

services/bazarr/.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_tim
1818

1919
# Optional Service variables
2020
# PUID=1000
21+
22+
#EXAMPLE_VAR="Environment varibale"

services/bentopdf/.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_tim
1818

1919
# Optional Service variables
2020
# PUID=1000
21+
22+
#EXAMPLE_VAR="Environment varibale"

services/beszel-agent/.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ TZ=Europe/Amsterdam # See: https://en.wikipedia.org/wiki/List_of_tz_database_tim
1818

1919
# Optional Service variables
2020
# PUID=1000
21+
22+
#EXAMPLE_VAR="Environment varibale"

0 commit comments

Comments
 (0)