diff --git a/docs/_config.yml b/docs/_config.yml index cc79c367a..11a02f0b6 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -20,26 +20,4 @@ headbuttontext: Get LibreTime # Build settings plugins: - kramdown - -# Navigation -docsdrop: -- page: Broadcasting Live - url: live-broadcast -- page: Intelligent Library - url: library -- page: Playout History - url: analytics -- page: Scheduling Shows - url: scheduling-shows -- page: Troubleshooting - url: troubleshooting - -admindocsdrop: -- page: Admin Guides - url: guides - -topnav: -- page: Github - url: https://github.com/LibreTime/libretime -- page: Sponsor - url: https://opencollective.com/libretime \ No newline at end of file + \ No newline at end of file diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index f824070be..7b1fdeade 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -1,3 +1,4 @@ +# Navigation docsdrop: - page: Broadcasting Live url: live-broadcast @@ -7,14 +8,14 @@ docsdrop: url: analytics - page: Scheduling Shows url: scheduling-shows - - -topnav: -- page: Github - url: https://github.com/LibreTime/libretime -- page: Sponsor - url: https://opencollective.com/libretime +- page: Troubleshooting + url: troubleshooting +- page: User Management + url: users +admindocsdrop: +- page: Admin Guides + url: guides djguides: - page: Broadcasting Live diff --git a/docs/_includes/fans.html b/docs/_includes/fans.html index c0fd0901c..00c3e3ff1 100644 --- a/docs/_includes/fans.html +++ b/docs/_includes/fans.html @@ -24,7 +24,7 @@
- "We needed a solution for remotely broadcasting
during the Coronavirus pandemic without having to
use remote desktop at 1 a.m.
Saved. Our. Butts." + "We needed a solution for remote broadcasting
during the Coronavirus pandemic without having to
use remote desktop at 1 a.m.
Saved. Our. Butts."
Zachary Klosko - Operations at WRIR diff --git a/docs/_includes/navbar.html b/docs/_includes/navbar.html index f5efe1505..9f1db9f2a 100644 --- a/docs/_includes/navbar.html +++ b/docs/_includes/navbar.html @@ -15,20 +15,21 @@ Docs - {% for item in site.topnav %} - - {% endfor %} + + diff --git a/docs/_layouts/splash.html b/docs/_layouts/splash.html index b0b2524a3..80f049346 100644 --- a/docs/_layouts/splash.html +++ b/docs/_layouts/splash.html @@ -151,7 +151,7 @@
- +
- +
diff --git a/docs/install.md b/docs/install.md index 9a8648e42..93923b10a 100644 --- a/docs/install.md +++ b/docs/install.md @@ -1,16 +1,15 @@ --- title: Install layout: default +git: install.md --- -## Install - > Note: this guide is assuming you are using Ubuntu 18.04 LTS for installation, which comes with `ufw` and `netplan`, and that you have already installed `git` and configured `ntp`. NTP configuration instructions can be found [here](setting-the-server-time). While it is possible to install LibreTime on other OSes, such as CentOS 7, Debian 9 and 10, and Raspbian 9 and 10, these are less tested. Firewall and static IP address configuration will need to be done according to your OSes instructions. -### Minimum System Requirements +## Minimum System Requirements | On-Premises Install | Cloud Install | |---------------------|---------------| @@ -22,7 +21,7 @@ these are less tested. Firewall and static IP address configuration will need to [DigitalOcean](https://www.digitalocean.com/pricing/#Compute) and [Linode](https://www.linode.com/pricing/#row--compute) have similar plans that meet Cloud Install requirements. Both plans cost $10/month. -### Preparing the server +## Preparing the server Configure the server to have a static IP address by modifying the Netplan configuration. If you're using a cloud VM, you likely already have a static IP address. Check with your provider to confirm this. @@ -113,8 +112,6 @@ the `www-data` user needs to be added to the `audio` user group using the comman sudo adduser www-data audio ``` -Congratulations! You've successfully installed LibreTime! - --- ## Reverse Proxy {#reverse-proxy} diff --git a/docs/users.md b/docs/users.md index 517b32925..9ab93fcd2 100644 --- a/docs/users.md +++ b/docs/users.md @@ -1,7 +1,7 @@ --- layout: default title: Managing Users - +git: users.md --- > Note: if your Airtime server is accessible from the public Internet (ex. being hosted in a cloud VM)