@@ -79,9 +79,9 @@ A nice thing to have is jwilder's [nginx-proxy](https://github.com/jwilder/nginx
79
79
Docker container running on the same machine as this one.
80
80
81
81
That way you easily can integrate your TT-RSS instance with an existing domain by using a sub domain
82
- (e.g. https://ttrss.yourdomain.tld ).
82
+ (e.g. https://ttrss.yourdomain.tld ).
83
83
84
- ### Enabling SSL/TLS encryption support
84
+ ### Enabling SSL/TLS encryption support
85
85
86
86
In combination with an official Let's Encrypt certificate you
87
87
can get a nice A+ encryption/security rating over at [ SSLLabs] ( https://www.ssllabs.com/ssltest/ ) .
@@ -166,6 +166,11 @@ minimum:
166
166
```
167
167
## Useful stuff to know
168
168
169
+ ### Single User mode
170
+ In case you are running behind a proxy that has basic auth and you do not wish to use
171
+ ttrss auth, you can set the enviroment variable TTRSS_SINGLEUSER to true and it
172
+ will change the setup to single user mode
173
+
169
174
### Backing up / moving to another server
170
175
171
176
Decided to back up your data container and/or move to another server? Here's how
@@ -200,11 +205,11 @@ this container takes the burden any checks for updates of TT-RSS and the accompa
200
205
plugins/themes every day via an own update script (see ` root/srv/update-ttrss.sh ` ).
201
206
202
207
By default the update script checks every 24 hours if there are updates for TT-RSS,
203
- the plugins or the theme(s) available.
208
+ the plugins or the theme(s) available.
204
209
205
- If you want to change the update interval you just need to edit the file
210
+ If you want to change the update interval you just need to edit the file
206
211
` root/etc/services.d/ttrss-updater/run ` and change the ` --wait-exit 24h ` to fit your needs, whereas
207
- the suffix ` h ` stands for hours, ` m ` for minutes and ` s ` for seconds.
212
+ the suffix ` h ` stands for hours, ` m ` for minutes and ` s ` for seconds.
208
213
209
214
210
215
### Want to contribute?
0 commit comments