Skip to content

Commit 2c76573

Browse files
committed
docs: Update some of the remote config items
1 parent bac2005 commit 2c76573

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

remote-config.jsonc

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
{
3939
"message": "Use `ddev describe` to get a summary of your project’s configuration."
4040
},
41+
{
42+
"message": "You are the reason for DDEV and you are its future. Let us know what works for you! https://ddev.com/contact"
43+
},
4144
{
4245
"message": "Don’t forget to read and contribute to the docs! https://docs.ddev.com/"
4346
},
@@ -75,7 +78,7 @@
7578
"message": "Use `ddev composer` instead of `composer` to ensure your project uses the Composer and PHP versions it specifies."
7679
},
7780
{
78-
"message": "In recent versions of DDEV you can use `ddev composer create-project` just as you would use `composer create-project`. You no longer need the alternate `ddev composer create` (which still works, but is deprecated)."
81+
"message": "In recent versions of DDEV you can use `ddev composer create-project` just as you would use `composer create-project`."
7982
},
8083
{
8184
"message": "`ddev npm` is usually the best way to run npm commands for your codebase, since it respects the nodejs_version you have configured."
@@ -126,7 +129,7 @@
126129
"message": "Run `ddev logs -f --time` for insights on crashed containers or other misbehavior."
127130
},
128131
{
129-
"message": "ddev.com is open source and the perfect place to share a case study, innovative uses of DDEV, or your custom-made guides and recipes. Learn how to contribute a blog at https://github.com/ddev/ddev.com"
132+
"message": "ddev.com is open source and the perfect place to share a case study, innovative uses of DDEV, or your custom-made guides and recipes. Learn how to contribute a blog at https://ddev.com/blog/contributing-to-ddev-com/"
130133
},
131134
{
132135
"message": "You can contribute your own tips to these daily tips with a PR on https://github.com/ddev/remote-config"
@@ -143,6 +146,9 @@
143146
{
144147
"message": "Pro tip: `ddev config --auto` will update your project config to remove items that are obsolete (and update some), but it won't change configured values."
145148
},
149+
{
150+
"message": "In any project you can omit the `name` key from config.yaml to use the directory name as the project name. In v1.24.9+ you can make this the default behavior. It's great for working with `git subtree`."
151+
},
146152
{
147153
"message": "See something that can be improved in the docs? Click the pencil in the upper right and fix it!"
148154
},
@@ -153,7 +159,7 @@
153159
"message": "Don't forget that `ddev launch` can take a URI or full URL, like `ddev launch /admin/reports/status`, and `ddev mailpit` gets you the Mailpit UI."
154160
},
155161
{
156-
"message": "On macOS, DDEV officially supports OrbStack, Rancher Desktop, Lima, Docker Desktop, and Colima."
162+
"message": "On macOS, DDEV officially supports many Docker providers: OrbStack, Rancher Desktop, Lima, Docker Desktop, and Colima."
157163
},
158164
{
159165
"message": "On Traditional Windows, DDEV now supports open-source Rancher Desktop in addition to Docker Desktop. However, we don't have automated testing for Rancher. https://docs.ddev.com/en/stable/users/install/docker-installation/#rancher-desktop-for-windows"
@@ -171,7 +177,10 @@
171177
"message": "DDEV now has a better way to edit the hosts file when it has to, read about 'ddev-hostname' at https://ddev.com/blog/ddev-hostname-security-improvements"
172178
},
173179
{
174-
"message": "Try 'ddev pull upsun' with Upsun projects, https://upsun.com"
180+
"message": "Try 'ddev pull upsun' with Upsun projects, https://upsun.com. In DDEV v1.24.9+ you hardly have to do any config at all to use it."
181+
},
182+
{
183+
"message": "DDEV v1.24.9+ supports PHP 8.5; some extensions are missing but will be supported as support lands upstream in deb.sury.org."
175184
},
176185
{
177186
"message": "DDEV supports Amazee.io's Lagoon hosting platform. 'ddev pull lagoon'."
@@ -189,7 +198,7 @@
189198
"message": "Upsun is a generous 'partner' sponsor of DDEV! Stop by and thank them at https://upsun.com."
190199
},
191200
{
192-
"message": "A key goal for DDEV in 2025 is to make it possible for maintainer Stas Zhuk to work full-time on DDEV, see https://ddev.com/blog/lets-fund-stas-maintainer/"
201+
"message": "Your support for DDEV in 2025 has made it possible for maintainer Stas Zhuk to work full-time on DDEV, see https://ddev.com/blog/lets-fund-stas-maintainer/ - stop by and thank him for all he's done!"
193202
},
194203
{
195204
"message": "Where is DDEV going? See DDEV's goals at https://ddev.com/blog/2025-plans/ - we'd love to have your feedback!"
@@ -207,7 +216,7 @@
207216
"message": "Use 'ddev_version_constraint' in your .ddev/config.yaml to make sure all your team members are on the same minimum DDEV version, for example `ddev_version_constraint: '>=v1.24.6'`"
208217
},
209218
{
210-
"message": "Explicit support for the `symfony` project type was added to DDEV, so now you can `ddev config --project-type=symfony`."
219+
"message": "DDEV has explicit support for the `symfony` project type, so you can `ddev config --project-type=symfony`."
211220
},
212221
{
213222
"message": "Want to know more about using vite with DDEV? The Vite blog is superbly maintained by Matthias Andrasch with the latest information: https://ddev.com/blog/working-with-vite-in-ddev/"
@@ -231,7 +240,7 @@
231240
"message": "Don't forget to upgrade DDEV! https://docs.ddev.com/en/stable/users/install/ddev-upgrade/"
232241
},
233242
{
234-
"message": "Full detail about current sponsorship situation is at https://github.com/ddev/sponsorship-data - if you'd like to help make that more visible on ddev.com, we'd love your contribution."
243+
"message": "Full detail about current sponsorship situation is at https://github.com/ddev/sponsorship-data"
235244
},
236245
{
237246
"message": "`ddev .` is a shortcut for `ddev exec`, so you can `ddev . ls` for example."
@@ -243,17 +252,14 @@
243252
"message": "There are more than 400 great questions and answers about DDEV on Stack Overflow, see https://stackoverflow.com/tags/ddev"
244253
},
245254
{
246-
"message": "You can use `cloudflared` as well as `ngrok` for sharing projects with others, see https://stackoverflow.com/questions/78729503/drupal-10-multisite-using-ddev-share-or-cloudflare/78744731#78744731"
255+
"message": "You can use `cloudflared` as well as `ngrok` for sharing projects with others, see https://github.com/davo20019/ddev-share-cf and https://stackoverflow.com/questions/78729503/drupal-10-multisite-using-ddev-share-or-cloudflare/78744731#78744731"
247256
},
248257
{
249258
"message": "You can use `http` URLs with any project alongside the `https` URLs, see `ddev describe` to show them."
250259
},
251260
{
252261
"message": "Interested in backup techniques for your DDEV projects? https://ddev.com/blog/ddev-backups"
253262
},
254-
{
255-
"message": "If you leave the `name` out of your `.ddev/config.yaml` then the project will take the name of the directory it's in."
256-
},
257263
{
258264
"message": "FrankenPHP: Read two different ways to experiment with it in DDEV, https://ddev.com/blog/using-frankenphp-with-ddev"
259265
},
@@ -270,7 +276,7 @@
270276
"message": "Take the Open Source Pledge and include DDEV in your plans based on its value to your organization, https://ddev.com/blog/open-source-pledge"
271277
},
272278
{
273-
"message": "Are you interested in how 17,000 weekly developer users are using DDEV and what they're doing with it? See the latest analysis and live charts, https://ddev.com/blog/stats-on-ddev-usage-nov-2024"
279+
"message": "Are you interested in how 18,000+ weekly developer users are using DDEV and what they're doing with it? See analysis and live charts, https://ddev.com/blog/stats-on-ddev-usage-nov-2024"
274280
},
275281
{
276282
"message": "DDEV supports ARM64 Windows, especially under WSL2, but does great everywhere, macOS (native ARM64), Linux, Windows - https://ddev.com/blog/windows-ddev-setup"
@@ -290,6 +296,9 @@
290296
{
291297
"message": "Complete Windows WSL2 walkthrough screencast and blog: https://ddev.com/blog/watch-ddev-local-from-scratch-with-windows-wsl2/"
292298
},
299+
{
300+
"message": "Install DDEV from scratch on Linux in 10 minutes: https://ddev.com/blog/ddev-on-linux-in-10-minutes"
301+
},
293302
{
294303
"message": "Maintaining a DDEV add-on? See latest recommended best practices at https://ddev.com/blog/ddev-add-on-maintenance-guide"
295304
}

0 commit comments

Comments
 (0)