Shows a simple homepage containing your favorite links, read from a simple JSON file
This project is a simple project to toy around with nodejs, express, ejs, github and docker. Code quality is not the major concern here :)
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
- 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