-
Notifications
You must be signed in to change notification settings - Fork 748
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This reverts commit 01cbf07.
- Loading branch information
1 parent
01cbf07
commit 107ffb4
Showing
15 changed files
with
123 additions
and
387 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Empty file.
Empty file.
Empty file.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
# This file is deprecated; you can remove it from your app.yml | ||
# TODO(2026-01-01): Remove this file | ||
run: | ||
- exec: |- | ||
echo "Deprecation warning: sshd is no longer supported" | ||
echo "Remove templates/sshd.template.yml from your containers/*.yml files" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# This file is deprecated; you can remove it from your app.yml | ||
# TODO(2026-01-01): Remove this file | ||
run: | ||
- exec: |- | ||
echo "Deprecation warning: IPv6 is enabled by default when possible" | ||
echo "Remove templates/web.ipv6.template.yml from your containers/*.yml files" | ||
- exec: echo "Enabling IPv6 listener" | ||
- replace: | ||
filename: "/etc/nginx/conf.d/discourse.conf" | ||
from: listen 80; | ||
to: | | ||
listen 80; | ||
listen [::]:80; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.