This repository has been archived by the owner on Jan 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #221 from linuxserver/deprecation-notice-master
- Loading branch information
Showing
8 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
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
File renamed without changes.
Empty file.
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
#!/usr/bin/with-contenv bash | ||
# shellcheck shell=bash | ||
|
||
echo "┌─────────────────────────────────────────────────────────────────────────────┐" | ||
echo "│ │" | ||
echo "| From 2024-01-01 this image will be deprecated │" | ||
echo "| and it will no longer be updated. │" | ||
echo "│ │" | ||
echo "│ See: https://info.linuxserver.io/issues/2023-09-06-unifi-controller |" | ||
echo "| for more details. │" | ||
echo "│ │" | ||
echo "├─────────────────────────────────────────────────────────────────────────────┤" | ||
echo "│ │" | ||
echo "│ Please migrate to our Unifi Network Application image instead: │" | ||
echo "│ https://github.com/linuxserver/docker-unifi-network-application │" | ||
echo "│ │" | ||
echo "└─────────────────────────────────────────────────────────────────────────────┘" |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
oneshot |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
/etc/s6-overlay/s6-rc.d/init-deprecation-config/run |
Empty file.