-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add auto-login and ddev launcha
, fixes #4, fixes #1, fixes #3
#5
Conversation
ddev launch
, fixes #4, fixes #1ddev launch
, fixes #4, fixes #1, fixes #3
Tests enabled again. I've been inactive for a while, several things on my shoulders atm. |
Just tried this but am getting an error.
$ ddev start
...
Your project can be reached at https://adminer-demo.ddev.site
$ ddev get https://github.com/rfay/ddev-adminer/tarball/20220605_auto_login
...
Downloaded add-on https://github.com/rfay/ddev-adminer/tarball/20220605_auto_login, use `ddev restart` to enable.
$ ddev restart
Failed to restart adminer-demo: container(s) failed to become healthy after 61 seconds. This may be just a problem with the healthcheck and not a functional problem. container 'adminer' exited, please use 'ddev logs -s adminer' to find out why it failed
$ ddev logs -s adminer
/usr/local/bin/entrypoint.sh: line 14: can't create plugins-enabled/001-tables-filter.php: Permission denied OS: Ubuntu 20.04 via WSL2 on Win10 php_version: "7.3"
database:
type: postgres
version: "10" |
Same error on another modern project: $ ddev logs -s adminer
/usr/local/bin/entrypoint.sh: line 14: can't create plugins-enabled/001-tables-filter.php: Permission denied
name: dev93
type: drupal9
docroot: web
php_version: "8.0"
webserver_type: nginx-fpm
router_http_port: "80"
router_https_port: "443"
xdebug_enabled: false
additional_hostnames: []
additional_fqdns: []
database:
type: mariadb
version: "10.3"
nfs_mount_enabled: false
mutagen_enabled: false
use_dns_when_possible: true
composer_version: "2"
web_environment: []
nodejs_version: "16" |
I saw this too, and it's what made the tests fail. Was working before, not sure what changed. Will return, thanks for trying it out! |
ddev launch
, fixes #4, fixes #1, fixes #3ddev launcha
, fixes #4, fixes #1, fixes #3
Confirmed working
One "issue":
Perhaps this is related to the way you "auto-login" which is why it originally didn't auto-login me to begin with. ddev version vHEAD-486d701 |
Thanks @tyler36 - Lots of languages! |
@bserem Please give this a try, and let's promote this when you think it's good. |
This spiffs this up quite a lot
ddev launcha -a
(orddev launcha --adminer
)You can test this by
ddev get /path/to/checkout/dir
orddev get https://github.com/rfay/ddev-adminer/tarball/20220605_auto_login