You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,9 +63,35 @@ Bar Assistant is available as a Docker image on [Docker Hub](https://hub.docker.
63
63
-`barassistant/server:v4.4.1` - This will pull the exact version
64
64
-`barassistant/server:v4.4` - This will pull the latest minor release
65
65
-`barassistant/server:v4` - This will pull the latest major release
66
+
-`barassistant/server:dev` - This will pull the latest development version (not recommended for production)
66
67
67
68
We recommend that you always use the latest major release, as it will always be the most stable version.
68
69
70
+
## Environment Variables
71
+
72
+
Here's a list of interesting environment variables you can set to configure Bar Assistant:
73
+
74
+
|Name|Default|Description|
75
+
|----|-------|-----------|
76
+
|REDIS_HOST|redis|The Redis host.|
77
+
|CACHE_DRIVER|redis|The cache driver to use (`file` or `redis`).|
78
+
|SESSION_DRIVER|redis|The session driver to use (`file` or `redis`).|
79
+
|ALLOW_REGISTRATION|true|Allow or disallow user registration.|
80
+
|MAIL_REQUIRE_CONFIRMATION|false|Require email confirmation for new user registrations.|
81
+
|MEILISEARCH_HOST||The Meilisearch host URL.|
82
+
|MEILISEARCH_KEY||The Meilisearch API key.|
83
+
|METRICS_ENABLED|false|Enable or disable Prometheus metrics endpoint.|
84
+
|METRICS_ALLOWED_IPS||Comma-separated list of IPs allowed to access metrics endpoint.|
85
+
|ENABLE_PASSWORD_LOGIN|true|Enable or disable password login.|
86
+
|SCRAPING_HTTP_PROXY||HTTP proxy URL for web scraping.|
87
+
|SCRAPING_CLIENT_CERT||Path to client certificate for web scraping.|
88
+
|MAIL_MAILER||The mailer to use.|
89
+
|MAIL_HOST||The mail host.|
90
+
|MAIL_PORT||The mail port.|
91
+
|MAIL_ENCRYPTION||The mail encryption method.|
92
+
|MAIL_USERNAME||The mail username.|
93
+
|MAIL_PASSWORD||The mail password.|
94
+
69
95
## Managed instance
70
96
71
97
Bar Assistant will always be open-source and MIT-licensed, but if you want to support the project or don't want to self-host, you can try our official managed instance. Visit [barassistant.app](https://barassistant.app/) for more information about our cloud offering.
0 commit comments