Skip to content

Shows a simple homepage containing your favorite links, read from a simple JSON file

License

Notifications You must be signed in to change notification settings

armand-janssen/easy-links-homepage

Repository files navigation

easy-links-homepage

Shows a simple homepage containing your favorite links, read from a simple JSON file

Build Status Open Source Maintenance

This project is a simple project to toy around with nodejs, express, ejs, github and docker. Code quality is not the major concern here :)

docker-compose

version: '2'

services:
  easy-links-homepage:
    image: "armandjanssen/easy-links-homepage"
    container_name: "easy-links-homepage"
    volumes:
      - <YOUR-LOCAL-DIR-HERE>:/usr/src/app/config
    ports:
      - "3000:3000"
    restart: always


TODO

  • Add tabs, to clean up page
  • Create a way to add custom images, while using docker
  • Add layout config to config json
  • Store links in DB, add API to manage
  • Add gui to manage

Links

About

Shows a simple homepage containing your favorite links, read from a simple JSON file

Resources

License

Stars

Watchers

Forks

Packages

No packages published