flame icon indicating copy to clipboard operation
flame copied to clipboard

Flame is self-hosted startpage for your server. Easily manage your apps and bookmarks with built-in editors.

Results 180 flame issues
Sort by recently updated
recently updated
newest added

Hi team! Just informative. I do not use the docker image because I use LXC containers on proxmox. I have successfully installed it but thee are some caveats: 1. On...

I have the following CSS which hides the addresses below the icons ``` .AppCard_AppCardDetails__tbAhY { height: 50%; } .AppCard_AppCardDetails__tbAhY span { display: none !important; } ``` And after some recent...

Sometimes when using bookmarks I need some additional information then just the bookmark/app title itself. For those it would be helpful to have a tooltip when hovering over the icon...

Currently, class names get auto generated, leaving us to think of some _creative_ ways to access selectors for custom css implementation and confusion (see #434, #433). I propose we add...

My `docker-compose.yml` file: ``` services: flame_guest: container_name: flame_guest image: pawelmalak/flame:latest user: 1000:1000 network_mode: host volumes: - /path/to/data:/app/data - /var/run/docker.sock:/var/run/docker.sock environment: - PUID=1000 - PGID=1000 - TZ=Etc/GMT - PASSWORD=password_here restart: unless-stopped...

It would be nice to have ChatGPT as an option for the search box. I know it is a bit more involved than an HTTP GET string.

Is it possible to enable oauth, simple http forms, or other forms of auth? I'd love to be able to pass auth from my auth server. If these are available,...

Deployment details: App version: v2.3.1 Platform: Docker on Debian 12 Docker image tag: latest --- I tried to use custom icons that I have copied to the new folder /app/data/icons...

**Deployment details:** - App version [v2.3.1]: - Platform [Docker]: - Docker image tag [latest]: --- **Bug description:** If you search the search bar for an application or bookmark whose name...