Organizr - Last Beta (iDashboard Alt/Rep)

Alright Fellas,

 

Well, the last Beta is here… The new beta now includes Full color customization along with a few themes. We now support real icons in form of URL’s. User Management has been completed and now you can add and delete users. You may also now change your own password. DONT DELETE YOUR OWN ACCOUNT THO!

 

If you are upgrading from the previous beta, you will need to overwrite all files and then login back in and goto the Info tab and click Delete Database so you can start over adding tabs since the database table has changed. IF this is a fresh install, don’t worry just install.

 

New images are on GitHub readme. But if you just want to look at them click ME
 

Github Download

Just setup a docker of this (lsiodev/organizr) and it seems pretty promising. Is there anyway to use a reverse proxy to access this?

@xxrazorxx You’re needing BaseURL support?

Yes, that is what I would need

should be able to, just would need someone to test it.

I can test it here. I’ll pm you.

cool, shoot me your email.

I’m running this on a docker as well and would like to test the base url if possible. I’m running Nginx as reverse proxy

@xxrazorxx & @jrdnlc right now with your reverse proxy, is there just a bunch of 404 errors?

@causefx I don’t see reverse proxy support on the version I have. Unless I overlooked and missed it? Any plans to add Radarr?

@jrdnlc try something like this block:

location ^~ /organizr/ {
proxy_pass http://localhost/Organizr/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}

What version are you on? latest should be listed in your settings…

what does this support when it comes too sonarr and cp - sab etc etcetc ?

it just iframes any URL

ooh :slight_smile: … if i want to acces outside my network i do have to use reversproxy then ?

yes sir, either that or open up the ports.

ah okay :slight_smile: tnx for answering :slight_smile: .