Skip to content

Commit

Permalink
amend! feat: add transmission skin 'flood'
Browse files Browse the repository at this point in the history
feat: add transmission skin 'flood'
  • Loading branch information
sogladev committed Nov 29, 2024
1 parent 4ca1738 commit 7e80e92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home-media-server-novpn.env
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ TZ=Europe/Brussels
UMASK_SET=022
USER="user # $whoami"
VERSION=latest
TRANSMISSION_WEB_UI=flood-for-transmission
TRANSMISSION_WEB_UI=flood-for-transmission

Check failure on line 22 in home-media-server-novpn.env

View workflow job for this annotation

GitHub Actions / dotenv-linter

[dotenv-linter] home-media-server-novpn.env#L22

UnorderedKey: The TRANSMISSION_WEB_UI key should go before the TZ key
Raw output
home-media-server-novpn.env:22 UnorderedKey: The TRANSMISSION_WEB_UI key should go before the TZ key
2 changes: 1 addition & 1 deletion home-media-server-vpn.env
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ UMASK_SET=022
USER=user
VERSION=latest
WEBPROXY_ENABLED=false
TRANSMISSION_WEB_UI=flood-for-transmission
TRANSMISSION_WEB_UI=flood-for-transmission

Check failure on line 31 in home-media-server-vpn.env

View workflow job for this annotation

GitHub Actions / dotenv-linter

[dotenv-linter] home-media-server-vpn.env#L31

UnorderedKey: The TRANSMISSION_WEB_UI key should go before the TZ key
Raw output
home-media-server-vpn.env:31 UnorderedKey: The TRANSMISSION_WEB_UI key should go before the TZ key

0 comments on commit 7e80e92

Please sign in to comment.