flame
flame copied to clipboard
Flame is self-hosted startpage for your server. Easily manage your apps and bookmarks with built-in editors.
**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  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.   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...