Skip to content

Commit

Permalink
Fixes #56 for the adminer addon. (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederickjh authored Mar 9, 2020
1 parent 35028ec commit 5f0032f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion adminer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fin addon install adminer

## URL

After the installation Adminer will be available at `http://adminer.<project_name>.docksal`
After the installation using the default `*.docksal` domain name, Adminer will be available at `http://adminer-<project_name>.docksal`.

## Command line reference

Expand All @@ -27,3 +27,6 @@ You can customize your adminer installation with the following environmental var
* To load [Adminer plugins](https://github.com/vrana/adminer/tree/master/plugins) you can pass a list of filenames.
* `ADMINER_DESIGN=price`
* To use a bundled [Adminer design](https://github.com/vrana/adminer/tree/master/designs) you can pass its name.

## Regressions
Previously the url for Adminer could be found at `http://adminer.<project_name>.docksal`. This change was made to make it easier to use a LetsEncrypt wildcard certificate, as it is only valid for one level of subdomain.
2 changes: 1 addition & 1 deletion adminer/conf/adminer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
- ADMINER_PLUGINS=tables-filter tinymce # To load Adminer plugins
- ADMINER_DESIGN=price # To use a bundled Adminer design
labels:
- io.docksal.virtual-host=adminer.${VIRTUAL_HOST}
- io.docksal.virtual-host=adminer-${VIRTUAL_HOST}

0 comments on commit 5f0032f

Please sign in to comment.