Tab Management

Summary

Organizr Tabs is the main focus of Organizr. You can have as many tabs as you like and even put them into Categories. Each tab can be configured to be opened in an iframe or in a new window. In your Settings in Tab Editor, it will list all your current tabs. From this screen you can add, delete, disable, etc

Organizr does not do any type of proxying. The URL you are putting in the Tab URL must be accessible from your browser. This means if you want external access to the items you are putting in Organizr, they too must be externally accessible via a reverse proxy (recommended) or opened port.

Tab Editor Settings

Rearranging Tabs: Hover over the three dots on the left side of the tabs, click and drag to where you want it.

Home Symbol (See image below): This will take you to the Homepage setting based on a best guess of your tab name.

Homepage Items and Tabs are two separate things and one does not configure the other

Category: Group tabs together so you can collapse them (set up your categories in the Categories tab below Tab Editor)

Group: Minimum Group that the tab should be shown to. Usually should match ServerAuth if you are using it.

pageServer Authentication

Type:

    • Internal - only for Organizr things (Homepage and Settings)

    • iFrame - your standard tab

    • New Window - Opens a new window/tab

Default: Choose which tab loads when you first login.

If you set the default tab to something that a user doesn't have access to, it will load the first in the list that they do.

Active: Enable or Disable the tab

Splash: Adds a link to the splash screen that shows when you log in/time out.

Ping: Enables the ping functionality (must have Ping URL filled in)

Preload: Loads the tab when you first load/login to Organizr

Add/Edit Tabs

Tab Name: What you want the tab to show

Tab URL: URL you want to load. Examples: /appname, https://app.domain.com Note: must have scheme if you are using a full URL.

Tab Local URL: URL you want to load when you are local to Organizr (RFC1918 space by default: 192.168.x.x, 10.x.x.x, or 172.16-31.x.x, You can add more address space in System Settings -> Main -> Login) This is optional and can be left blank.

If you are using HTTPS and have this filled in, you will a Mixed Content Error when you are local unless you are also switching to an HTTP page for Organizr when local

Ping URL: URL and port to check if a service is up. Examples: 192.168.1.4:8181, tautulli:8181 These should not have scheme. This is optional and can be left blank.

Tab Auto Action: Auto Close/Reload after a specified amount of minutes. Note: this is timed of when the tab is opened, not when last interacted with.

Tab Image: Will fill in if you choose from the Image/Icon drop downs

Test Tab: Will test to see if the tab can be loaded in an iFrame or not.

I deleted my Homepage Tab, how do I get it back?

Tab URL: api/v2/page/homepage

Original Icon: fontawesome::home

Type (after saving): Organizr

Last updated