June 8, 20215 yr 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.
June 8, 20215 yr There is a problem. The urls added in both bookmarks and apps get stripted from the semicolon when saved.
June 8, 20215 yr 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. Can you tell me the whole address you typed while creating new app/bookmark?
June 8, 20215 yr 1 hour ago, fonoro said: There is a problem. The urls added in both bookmarks and apps get stripted from the semicolon when saved. 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://
June 8, 20215 yr 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.
June 22, 20215 yr 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.
August 24, 20214 yr 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.
September 1, 20214 yr 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?
September 1, 20214 yr 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.
September 1, 20214 yr 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.
September 29, 20214 yr 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
September 29, 20214 yr 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.
October 3, 20214 yr 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.
November 24, 20214 yr 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...
December 28, 20214 yr 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
December 28, 20214 yr 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": If for some reason you are editing your config file manually, it should be set to: "useOrdering":"orderId"
December 28, 20214 yr 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!
January 3, 20224 yr 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?
January 26, 20224 yr 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 January 26, 20224 yr by bencmeyer
March 20, 20224 yr 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.
March 20, 20224 yr 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.
March 22, 20224 yr 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
April 6, 20224 yr 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.