Adding Youtube videos, embeds, cleaning site

This commit is contained in:
Zachary Klosko 2020-05-28 21:13:28 -04:00
parent b5789ace77
commit 94b4081594
13 changed files with 138 additions and 208 deletions

View file

@ -10,7 +10,7 @@ makes extensive use of its API for some site functionality, which causes
[Cross-Origin Resource Sharing (CORS)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)
to occur. By default, CORS requests are blocked by your browser and the origins
need to be added to the **Allowed CORS URLs** block in
[**General Settings**](general-settings). These origins should include any
[**General Settings**](settings). These origins should include any
domains that will be used externally to connect to your reverse proxy that you
want handled by LibreTime. These URLS can also be set during the first run configuration
that is displayed when you first install LibreTime
@ -42,7 +42,7 @@ Nginx set up on `proxy` and LibreTime will be installed on `libretime`. You will
access on both. `libretime` also needs to be able to be accessed from `proxy`
(`ping libretime` on `proxy`).
On `libretime`, install LibreTime as described in the [install guide](install). In short
On `libretime`, install LibreTime as described in the [install guide](quickstart). In short
this means run the following commands:
```