Commit f274b02
committed
Rebrand visible PHPeek strings to Cbox
Cosmetic but user-facing — these strings appear in:
* /etc/nginx/conf.d/default.conf header (visible via `nginx -T`
inside any pod that runs this base image)
* ImageMagick policy file headers (php-base + php-fpm-nginx)
* test verify-features.php section headings
* test fixture artisan-stub comment
* LICENSE copyright holder
LICENSE bumped to 'Cbox 2024-2026' with an explicit fork-history
note pointing back at gophpeek/phpeek-pm so the upstream MIT
attribution is preserved correctly.
NOT touched in this commit (deeper rebrand, separate effort):
* go.mod module path 'github.com/gophpeek/phpeek-pm' — renaming
requires updating every internal import and may break the
release-tag download URLs the cbox-init binary fetches.
* scripts/update-versions.sh fetches cbox-init releases from
the upstream gophpeek/phpeek-pm repo. The cbox-init binary
itself is upstream's; rebranding it requires forking +
publishing a Cbox-owned binary, or accepting the upstream
origin and just renaming our usage label.
For the user-facing nginx/IM/license bits this commit is enough.1 parent 20dcf84 commit f274b02
6 files changed
Lines changed: 11 additions & 6 deletions
File tree
- php-base/common
- php-fpm-nginx/common
- tests
- e2e/fixtures/laravel/app
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments