mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-22 06:39:41 +02:00
Fix/fix block registration (#1059)
* fix disable button * add backend env for restricting registration * update state management * add allow_signup to app info * move allow_signup to backend only * cleanup docker-compose * potential darkmode fix * fix missing variable * add banner on login page * use random bools for tests * fix initial state bug * fix state reset
This commit is contained in:
parent
3c2744a3da
commit
13e157827c
20 changed files with 107 additions and 52 deletions
|
@ -4,12 +4,11 @@
|
|||
|
||||
### General
|
||||
|
||||
| Variables | Default | Description |
|
||||
| ------------ | :--------------------: | ----------------------------------- |
|
||||
| ALLOW_SIGNUP | true | Allows anyone to sign-up for Mealie |
|
||||
| API_URL | http://mealie-api:9000 | URL to proxy API requests |
|
||||
| Variables | Default | Description |
|
||||
| --------- | :--------------------: | ------------------------- |
|
||||
| API_URL | http://mealie-api:9000 | URL to proxy API requests |
|
||||
|
||||
### Themeing
|
||||
### Themeing
|
||||
Setting the following environmental variables will change the theme of the frontend. Note that the themes are the same for all users. This is a break-change when migration from v0.x.x -> 1.x.x.
|
||||
|
||||
| Variables | Default | Description |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue