Hiccup

A beautiful static homepage to get to your links and services quickly. It has built-in search, editing, PWA support and localstorage caching to easily organize your start page.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.9'
 
services:
  web:
    image: bleckbeard/hiccup:latest
    ports:
      - '8899:80'
    volumes:
      - ./public/configs/config.json:/usr/share/nginx/html/configs/config.json
    restart: unless-stopped

Resources

GitHub: https://github.com/ashwin-pc/hiccup

Docker Hub: https://hub.docker.com/r/bleckbeard/hiccup

Configuration: https://github.com/ashwin-pc/hiccup#docker