Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Website Server

This is a self hosted dropin replacement for Github Pages

This makes it easy to self host a website through a docker compose file.

Example Docker Compose File:

services:

  your-website:
    container_name: your-website
    ports:
      - '5000:5000' # Flask on port 5000
      - '5001:80' # nginx from port 80 in container -> port 5001 on host machine
    image: 'ghcr.io/highfire1/github-pages-replacement:latest'
    environment:
      - WEBHOOK_PASSWORD=your_secure_password_here

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages