-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #336 from wallabag/nicosomb-patch-1
2.6.1
- Loading branch information
Showing
6 changed files
with
15 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,15 +27,13 @@ Default login is `wallabag:wallabag`. | |
- `-e SYMFONY__ENV__DATABASE_TABLE_PREFIX=...` (defaults to "wallabag_". Specifies the prefix for each database table) | ||
- `-e SYMFONY__ENV__SECRET=...` (defaults to "ovmpmAWXRCabNlMgzlzFXDYmCFfzGv") | ||
- `-e SYMFONY__ENV__LOCALE=...` (default to en) | ||
- `-e SYMFONY__ENV__MAILER_HOST=...` (defaults to "127.0.0.1", the SMTP host) | ||
- `-e SYMFONY__ENV__MAILER_USER=...` (defaults to "~", the SMTP user) | ||
- `-e SYMFONY__ENV__MAILER_PASSWORD=...`(defaults to "~", the SMTP password) | ||
- `-e SYMFONY__ENV__MAILER_DSN=...` (defaults to "smtp://127.0.0.1") | ||
- `-e SYMFONY__ENV__FROM_EMAIL=...`(defaults to "`[email protected]`", the address wallabag uses for outgoing emails) | ||
- `-e SYMFONY__ENV__TWOFACTOR_AUTH=...` (defaults to "true", enable or disable two-factor authentication) | ||
- `-e SYMFONY__ENV__TWOFACTOR_SENDER=...` (defaults to "`[email protected]`", the address wallabag uses for two-factor emails) | ||
- `-e SYMFONY__ENV__FOSUSER_REGISTRATION=...`(defaults to "true", enable or disable public user registration) | ||
- `-e SYMFONY__ENV__FOSUSER_CONFIRMATION=...`(defaults to "true", enable or disable registration confirmation) | ||
- `-e SYMFONY__ENV__DOMAIN_NAME=...` defaults to "`https://your-wallabag-url-instance.com`", the URL of your wallabag instance) | ||
- `-e SYMFONY__ENV__DOMAIN_NAME=...` defaults to "`https://your-wallabag-instance.wallabag.org`", the URL of your wallabag instance) | ||
- `-e SYMFONY__ENV__REDIS_SCHEME=...` (defaults to "tcp", protocol to use to communicate with the target server (tcp, unix, or http)) | ||
- `-e SYMFONY__ENV__REDIS_HOST=...` (defaults to "redis", IP or hostname of the target server) | ||
- `-e SYMFONY__ENV__REDIS_PORT=...` (defaults to "6379", port of the target host) | ||
|
@@ -125,11 +123,9 @@ services: | |
- SYMFONY__ENV__DATABASE_PASSWORD=wallapass | ||
- SYMFONY__ENV__DATABASE_CHARSET=utf8mb4 | ||
- SYMFONY__ENV__DATABASE_TABLE_PREFIX="wallabag_" | ||
- SYMFONY__ENV__MAILER_HOST=127.0.0.1 | ||
- SYMFONY__ENV__MAILER_USER=~ | ||
- SYMFONY__ENV__MAILER_PASSWORD=~ | ||
- SYMFONY__ENV__MAILER_DSN=smtp://127.0.0.1 | ||
- [email protected] | ||
- SYMFONY__ENV__DOMAIN_NAME=https://your-wallabag-url-instance.com | ||
- SYMFONY__ENV__DOMAIN_NAME=https://your-wallabag-instance.wallabag.org | ||
- SYMFONY__ENV__SERVER_NAME="Your wallabag instance" | ||
ports: | ||
- "80" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters