causefx / Organizr

HTPC/Homelab Services Organizer - Written in PHP
GNU General Public License v3.0
5.13k stars 290 forks source link

homepage appears all scrambled up. #1032

Closed stormsz closed 5 years ago

stormsz commented 5 years ago

using the image for the arm arch. lsioarmhf/organizr , ubuntu 18.04 lts on odroid xu4.

Problem Description:

the website loads all messed up and scrambled. browser console trows a bunch of errors.

Reproduction Steps:

docker-compose -f docker-compose.yml up -d organizr

docker compose: ` organizr: container_name: organizr restart: always image: lsioarmhf/organizr-aarch64 volumes:

`

docker compose log: https://imgur.com/a/Jl2ebHI

organizr page: https://imgur.com/a/3YhWKwA

console errors: https://imgur.com/a/u4cDh33

the red ones extended: ReferenceError: addToHomescreen is not defined[Learn More] organizr:365:1

https://joaocunha.duckdns.org/organizr:365:1 ReferenceError: localStorageSupport is not defined[Learn More] organizr:612:6 https://joaocunha.duckdns.org/organizr:612:6 ReferenceError: $ is not defined[Learn More] organizr:627:4 https://joaocunha.duckdns.org/organizr:627:4 let me know if you need anything else, or if this is not the right place to ask for help for the arm arch. if so just let me know and close it :)
Roxedus commented 5 years ago

You are using V1, this is not actively developed. Seems like treafik isnt handling what seems to be a subfolder, correctly.

stormsz commented 5 years ago

is there a way to update to v2 or its up to the linuxserver.io guys?

stormsz commented 5 years ago

ok, so i went ahead as asked the linuxserver.io lads, and its appears an update to V2 is on the works and pretty close to reach pipeline. So if anyone is having my problem, just wait :D thanks for your time. case closed!

Roxedus commented 5 years ago

The wiki tells you how to get V2 now.