You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.
guillaume edited this page Jan 17, 2020
·
3 revisions
Welcome to the libretime-docker wiki!
This project is made to ease the installation of Libretime on your vps or local machine.
In this wiki page will be described some issues you may run into and how to possibly fix them.
For installation, check the README and sample installation.
Issues you may run into
Exposing to another port than default (80)
Libretime expects you to visit its web content on port 80 by default and can prevent you from visiting it from any other port/URL because the URL is not in the allowed CORS URLs. You have two tested solutions to work around this:
Load it up to port 80 a first time, install and in Settings > General you should changed the allowed CORS URLs. Add http://localhost / libretime.example.org / ... (See screenshot below).
Refer to issue #7, where tweaking the Docker EXPOSE, airtime.conf and also allowed CORS URLs did the trick.