A link dashboard that can be managed completely via the browser
100K+
A link dashboard that can be managed without any code. Ideal for service listings on your server. Heavily inspired by Homer dashboard and aims to provide the same functionality with one major change, No yaml required!
All links can be managed via the UI including dragging and dropping your links to re-order or change groups. New pages and links can be added via the UI, as can global settings such as the app title, icon and theme.

static/config.jsonstatic/imagesnpm run startYou should volume mount the /app/static directory as it contains the config.json (the file containing all
links and settings which you will want to persist). It also contains an images directory which is used with
the image lookup.
docker run -d \
--name bender \
-p 8080:8080 \
-v </your/local/assets/>:/app/static \
--restart=always \
jez500/bender:latest
A docker-compose.yml file is available as an example. It must be edited to match
your needs. You probably want to adjust the port mapping and volume binding (equivalent to -p and -v arguments).
Then launch the container:
cd /path/to/docker-compose.yml/
docker-compose up -d
To develop locally, you can just run npm run dev and it will serve the app on http://localhost:8080
with live reloading of edits.
All PRs are welcome!
Amazing contributors to Homer
Content type
Image
Digest
sha256:329838335…
Size
94 MB
Last updated
about 4 years ago
docker pull jez500/bender