tom472 / mediabox

Container based media tools configuration
MIT License
428 stars 83 forks source link

Portainer not loading in Muximux #63

Closed tom472 closed 5 years ago

tom472 commented 5 years ago

There was an update to Portainer and it looks like it is no longer able to load in a frame. So this is making it not load in Muximux. Current workaround is to open Portainer at its full URL: http://yourmediaboxip:9000

I have noticed this as a trend and will probably need to look at other options to replace Muximux.

Organizr has been mentioned and tested before but it has not way to be "automatically" configured as it holds all its settings in a sqlite db.

If anyone has suggestions or ideas please let me know.

Thanks --Tom

rudolph4404 commented 5 years ago

There is a command line interface to the sqlite database. The command is sqlite3. You give it the pathname to the database file and a SQL statement. SELECT to query records. INSERT to create a new record. UPDATE to change records. DELETE to remove records. You just need to know the structure of the Organizr database.-ChuckOn Sep 18, 2018 10:35 PM, Tom Morgan notifications@github.com wrote:There was an update to Portainer and it looks like it is no longer able to load in a frame. So this is making it not load in Muximux. Current workaround is to open Portainer at its full URL: http://yourmediaboxip:9000 I have noticed this as a trend and will probably need to look at other options to replace Muximux. Organizr has been mentioned and tested before but it has not way to be "automatically" configured as it holds all its settings in a sqlite db. If anyone has suggestions or ideas please let me know. Thanks --Tom

—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread.

tom472 commented 5 years ago

@rudolph4404 Yeah I have thought about that - while not too hard, not sure if that is overhead I want to add into the project.

Thank you for jumping in and providing info - this is still an option being considered.

tom472 commented 5 years ago

Over on the Portainer project it looks like they are going to remove the headers config that is causing this issue. They then might be adding an option to enable/disable this setting later on. (See https://github.com/portainer/portainer/issues/2279#issuecomment-425696691)

I'll leave this issue open here until I see the removal has been pushed to the main Portainer branch and is working again in Muximux.

tom472 commented 5 years ago

The fix has been made upstream in Portainer. Portainer now loads again via the Muximux interface.