13 Feet Ladder

A site similar to 12ft.io but is self hosted and works with websites that 12ft.io doesn’t work with.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.9'
 
services:
  13ft:
    container_name: 13ft
    hostname: 13ft
    image: ghcr.io/wasi-master/13ft:latest
    ports:
      - "5000:5000"
    restart: unless-stopped  

Resources

GitHub: https://github.com/wasi-master/13ft

GitHub Container Registry: https://github.com/wasi-master/13ft/pkgs/container/13ft

Configuration: https://github.com/wasi-master/13ft#using-docker