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

**Support for HEX in theme creator:** Add the ability to add hex codes in user themes.

**Deployment details:** - App version [e.g. v1.7.4]: v2.3.1 - Platform [e.g. amd64, arm64, arm/v7]: uraid docker image by pawelmalak - Docker image tag [e.g. latest, multiarch]: latest --- **Bug description:**...

Previously: pinned = crossed out pin public = crossed out eye unpinned = pin hidden = eye ![flame-icons-prev](https://github.com/user-attachments/assets/9465d443-e8a5-4517-ac96-cbccdacc018c) Now: pinned = pin public = eye unpinned = crossed out pin...

**Deployment details:** - App version 2.3.1 - Platform amd64 --- **Bug description:** Icon size gets smaller the longer the link address is

Hi, can you provide other versione docker tags please? like for example: - multiarch2.3 - multiarch2 so that we can stick them inside docker compose and not have to change...

I would like to be able to use Docker labels to also configure Visibility. ``` labels: - flame.type=application - flame.name=Adguard;Adguard Local - flame.url=https://adguard.mydomain.com;http://192.168.1.94:1080 - flame.visbility=visible;hidden ``` I think a similar...

In this case, if both links had the same name (which was the case, I had to change it), I wouldn't know which was which. ![image](https://github.com/user-attachments/assets/9ef12043-e086-47a3-8573-75d1f01b358b) ![image](https://github.com/user-attachments/assets/3032a240-f1c7-4c76-acf0-bdf4b4960fc4) I suggest a...

Is it possible to use a dashboard with github pages? At the moment I don't have a dedicated server, and I want to install my dashboard on some server, the...

Add a customizable announcement box where admins can set a message for users. Features: - Free Text Input: Admin-defined message text. Supports multilines. - Styling Options: Background color selection for...

Is there a way that flame.css can be rendered after main.css? Currently if i want to add some custom CSS, things get auto-overridden because main.css is loaded after flame.css, but...