Bot Updating Templated Files

LICENSE
LinuxServer-CI 2019-03-01 13:04:16 -05:00
rodzic 49a476193c
commit 6ac89fe6e1
1 zmienionych plików z 0 dodań i 5 usunięć

Wyświetl plik

@ -111,11 +111,6 @@ In this instance `PUID=1001` and `PGID=1001`, to find yours use `id user` as bel
You must create a user and database for tt-rss to use in a mysql/mariadb or postgresql server. A basic nginx configuration file can be found in /config/nginx/site-confs , edit the file to enable ssl (port 443 by default), set servername etc.. Self-signed keys are generated the first time you run the container and can be found in /config/keys , if needed, you can replace them with your own.
After you run the initial setup for this application from the `/install/` web directory a config.php will be generated inside the container. To have access to this file in /config/config.php you will need to restart the container using:
```
docker restart tt-rss
```
**The default username and password after initial configuration is admin/password**
## Power users