Moving auth path to /iris/ on remote server

This commit is contained in:
James Barnsley
2018-06-26 20:56:34 +12:00
parent ca7e0fc40a
commit 981cd3cd47
5 changed files with 21578 additions and 23532 deletions

View File

@ -2,8 +2,8 @@
enabled = true
country = NZ
locale = en_NZ
spotify_authorization_url = https://jamesbarnsley.co.nz/auth_spotify.php
lastfm_authorization_url = https://jamesbarnsley.co.nz/auth_lastfm.php
spotify_authorization_url = https://jamesbarnsley.co.nz/iris/auth_spotify.php
lastfm_authorization_url = https://jamesbarnsley.co.nz/iris/auth_lastfm.php
snapcast_enabled = false
snapcast_host = localhost
snapcast_port = 1705

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -77,13 +77,8 @@
// Release details
// These are automatically injected to built HTML
<<<<<<< HEAD
var build = "1529975869";
var version = "3.21.2";
=======
var build = "1529312086";
var build = "1530002595";
var version = "3.21.3";
>>>>>>> 1300ae418803dd058d1050220f47bc64d3af2906
// Construct the script tag
var js = document.createElement("script");

4
src/js/bootstrap.js vendored
View File

@ -78,13 +78,13 @@ var initialState = {
},
lastfm: {
me: false,
authorization_url: 'https://jamesbarnsley.co.nz/auth_lastfm.php'
authorization_url: 'https://jamesbarnsley.co.nz/iris/auth_lastfm.php'
},
genius: {},
spotify: {
me: false,
autocomplete_results: {},
authorization_url: 'https://jamesbarnsley.co.nz/auth_spotify.php'
authorization_url: 'https://jamesbarnsley.co.nz/iris/auth_spotify.php'
}
};