Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] Flame

Featured Replies

Support thread for Flame startpage.

 

Links:

Github

Docker Hub

 

Setup should be very simple. The only two things that need to be specified are port for web ui and volume for sqlite file.

There is a problem. The urls added in both bookmarks and apps get stripted from the semicolon when saved. 

Screenshot from 2021-06-08 10-56-35.png

  • Author
20 minutes ago, fonoro said:

There is a problem. The urls added in both bookmarks and apps get stripted from the semicolon when saved. 

Screenshot from 2021-06-08 10-56-35.png


Can you tell me the whole address you typed while creating new app/bookmark?

1 hour ago, fonoro said:

There is a problem. The urls added in both bookmarks and apps get stripted from the semicolon when saved. 

Screenshot from 2021-06-08 10-56-35.png

 

I had the same issue when testing this out.  Just use the IP address or FQDN in the URL.  Don't include http, https, www, etc.  For example, if your URL for Sonarr is https://192.168.0.60:8081, just use 192.168.0.60:8081, without the https://

I used the full addresses i.e. "http://192.168.1.1"

  • Author
6 minutes ago, fonoro said:

I used the full addresses i.e. "http://192.168.1.1"


Right now, only addresses like “www.domain.com/path” or “192.168.0.128” are supported. Using “http[s]://“ is messing with how React Router works. In the future I might add some kind of parser which would allow to use wider range. 

  • 2 weeks later...

This container doesn't shut down gracefully so it will always time out when Unraid tries to shut it down (with ´docker stop -t xx´, where 'xx' is the Docker stop timeout you've set), e.g. when backing up appdata. If you add '--init' under 'Extra Parameters' it will work as expected.

  • 2 months later...

does anyone know if its possilbe to add a username password to this?

 

  • Author
2 minutes ago, ceyoung75 said:

does anyone know if its possilbe to add a username password to this?

 


Not at this moment but some kind of authentication system is in the works. Check #33 and #45 on GitHub. 

Been using this fine for a few days, but did a few restarts today and now I'm getting

[2021-09-01 08:48:08.411 UTC-7] [INFO] Connected to database
[2021-09-01 08:48:08.412 UTC-7] [INFO] Starting model synchronization
[2021-09-01 08:48:09.261 UTC-7] [ERROR] Unable to connect to the database: Validation error

I presume something has been corrupted. I don't have any backups, is there any steps to try and recover it, or is something else the issue?

  • Author
38 minutes ago, Gamberz said:

Been using this fine for a few days, but did a few restarts today and now I'm getting

[2021-09-01 08:48:08.411 UTC-7] [INFO] Connected to database
[2021-09-01 08:48:08.412 UTC-7] [INFO] Starting model synchronization
[2021-09-01 08:48:09.261 UTC-7] [ERROR] Unable to connect to the database: Validation error

I presume something has been corrupted. I don't have any backups, is there any steps to try and recover it, or is something else the issue?


Hi. You can try one of these three solutions : Corrupted Database File. I think you will have to open db file with sqlite browser and drop additional tables. 

18 minutes ago, paululibro said:


Hi. You can try one of these three solutions : Corrupted Database File. I think you will have to open db file with sqlite browser and drop additional tables. 

Thanks, got it working. Was able to open the corrupted one in an sqlite browser alright. Backed up the corrupted file, reloaded the plugin and then inserted the old data into the new db.

  • 4 weeks later...

Couple questions.

 

Is there a way to import bookmarks from an opml or html file?

 

Is there a way to do nested categories, for example finances / credit cards

 

Thanks

  • Author
3 hours ago, gsargent72 said:

Is there a way to import bookmarks from an opml or html file?


Not at the moment. Are they exported from somewhere or have unified structure?

 

3 hours ago, gsargent72 said:

Is there a way to do nested categories, for example finances / credit cards


No, and it’s not planned to add this feature. 

On 9/29/2021 at 4:51 PM, paululibro said:

Not at the moment. Are they exported from somewhere or have unified structure?

Yea they come from firefox bookmark manager so it can be exported as an html or an opml file

On 9/29/2021 at 4:51 PM, paululibro said:

No, and it’s not planned to add this feature. 

That's a real shame.  Seems like no programs want to support organized structures anymore. 

  • 1 month later...

I'm having trouble getting this container to use anything other than port 5005. Any tips on how to make it work on port 80? I have tried a ton of things including manually installing the docker container, not using the template, with no luck...

  • 1 month later...

Hello. 

 

What value should i enter in "useOrdering":"createdAt" so i can reorder the apps manually?

Right now when i try to reorder the apps i get this:

 

Error

Custom order is disabled

 

I tried "custom" and "manual" but when i change the value to this the apps and bookmarks show a loading animation forever.

 

Looking forward to your answer :)

  • Author
9 minutes ago, Alfy1080 said:

Hello. 

 

What value should i enter in "useOrdering":"createdAt" so i can reorder the apps manually?

 

It should be set to "Custom order":

image.thumb.png.22c784bd0138232f2d2dcb4996bb8d64.png

 

If for some reason you are editing your config file manually, it should be set to:

"useOrdering":"orderId"

 

Thanks for the quick reply. 

For some reason i didn't think to look under the interface menu for that setting so i was trying to edit that in the config. I changed the setting and it's working. Thanks for the help! :)

Best dashboard I used so far.

 

How do i use the "docker API" feature with unraid? when i place my unraid IP in, the applications do not load. Do i have to enable the docker API somewhere in Unraid?

  • 4 weeks later...
On 1/2/2022 at 8:37 PM, Greyberry said:

Best dashboard I used so far.

 

How do i use the "docker API" feature with unraid? when i place my unraid IP in, the applications do not load. Do i have to enable the docker API somewhere in Unraid?

 

You need to pass through the docker sock.

Add a new path and use /var/run/docker.sock for host and container path.

 

I will warn you though, I did that, and it doesn't work.

I keep getting "[ERROR] containers.filter is not a function" in the log.

https://github.com/pawelmalak/flame/issues/244

Edit: I added the appropriate labels to my containers, and nuked the appdata for flame. Restarted and it seems to be working now...

Edited by bencmeyer

  • 1 month later...

Has anyone tried to run this on the Custom:br0 network with port 80?

I've tried every way I can think of. I noticed that when running off bridge network, the -p isn't stated. I tried with extra_parameters: -p '80:5005/tcp' but every single time, it defaults to :5005

 

I'm trying to make a http://bookmark.home.arpa that my wife can pull up every time. Pi-hole doesn't allow prefill of specific ports.

Really fuddled why it isn't working.

2 hours ago, MedZec said:

Has anyone tried to run this on the Custom:br0 network with port 80?

I've tried every way I can think of. I noticed that when running off bridge network, the -p isn't stated. I tried with extra_parameters: -p '80:5005/tcp' but every single time, it defaults to :5005

 

I'm trying to make a http://bookmark.home.arpa that my wife can pull up every time. Pi-hole doesn't allow prefill of specific ports.

Really fuddled why it isn't working.

I tried it on br0 and it doesn't work. I tried everything until i gave up and left the network to host and then it worked fine.

On 3/20/2022 at 11:40 AM, Alfy1080 said:

I tried everything until

OK, good to see that I wasted my day in good company!  

I'll add port to wife's bookmark on phone.  Thank you

  • 3 weeks later...

Really like the dashboard, hope there continues to be dev on it!   Quick question, how do I fix the time to get appropriate custom headers? I am in EST and it seems its set 4 hours ahead of that.  Ty!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.