Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wg-easy: fix empty value #1240

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ix-dev/stable/wg-easy/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ sources:
- https://github.com/wg-easy/wg-easy
title: WG Easy
train: stable
version: 1.1.6
version: 1.1.7
2 changes: 1 addition & 1 deletion ix-dev/stable/wg-easy/templates/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Also it will not allow users to set it to a value.
Avoiding foot-shooting.
#}
{% do c1.environment.add_env("WG_POST_DOWN", none) %}
{% do c1.environment.add_env("WG_POST_DOWN", "") %}
{% do c1.environment.add_env("PORT", values.network.web_port) %}
{% do c1.environment.add_env("PASSWORD_HASH", tpl.funcs.bcrypt_hash(values.wg_easy.password)) %}
{% do c1.environment.add_env("WG_PATH", values.consts.config_path) %}
Expand Down
Loading