freshrss oauth
This commit is contained in:
14
README.md
14
README.md
@@ -6,4 +6,16 @@ Docker Container
|
||||
* show only container name and status:
|
||||
```
|
||||
docker ps --format '{{.Names}}|{{.Status}}' | column -t -s "|"
|
||||
```
|
||||
```
|
||||
|
||||
|
||||
### SMTP Settings
|
||||
|
||||
SMTP_USER=${SYSTEM_EMAIL_USER}
|
||||
SMTP_PASSWORD=${SYSTEM_EMAIL_PASSSWORD}
|
||||
SMTP_HOST=${SYSTEM_EMAIL_SMTP_HOST}
|
||||
SMTP_PORT=${SYSTEM_EMAIL_SMTP_PORT}
|
||||
SMTP_FROM_ADDRESS=${SYSTEM_EMAIL_USER}
|
||||
|
||||
### OAUTH2 Integration
|
||||
* use https://auth.domr.ovh
|
||||
Reference in New Issue
Block a user