Create a personal, self-hosted web portal to use as a browser startup page or a central hub for your links. The entire application is managed through a single, easy-to-edit YAML configuration file, removing the need for complex setups or databases. It's a lightweight solution built with Go, ensuring fast performance on any system.
Key features include:
services:
portkey:
image: codehat/portkey:latest
container_name: portkey
ports:
- "8080:8080"
volumes:
- ./data:/app/data
restart: unless-stopped
# No sensitive environment variables required for Portkey
Auto-fetched about 24 hours ago
Auto-fetched about 24 hours ago