portkey

A simple web portal that can act as startup page and shows a collection of links/urls. Also supports adding custom pages. Everything with one config file.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
 
services:
  portkey:
    image: codehat/portkey:latest
    volumes:
      - $(PWD)/config.yml:/opt/config.yml
    ports:
      - 3000:3000
    restart: unless-stopped

Resources

Website: https://demo.portkey.page/

GitHub: https://github.com/kodehat/portkey

Docker Hub: https://hub.docker.com/r/codehat/portkey

Configuration: https://github.com/kodehat/portkey#docker