Code Monkey home page Code Monkey logo

docker.statichttpd's Introduction

Docker.StaticHTTPD

A tiny Docker image for serving static content, or simple CGI scripts using BusyBox's HTTPD, ash, curl, and jq.

Usage

Add static files to the /app directory, and/or CGI scripts to the /app/cgi-bin directory.
In case when there's no path in the request /app/index.html will be returned, or /app/cgi-bin/index.cgi will be run.

docker run -d -p 8080:8080 -v ./index.html:/app/index.html:ro ghcr.io/teddybeermaniac/docker.statichttpd:latest

Available commands

  • [
  • [[
  • ash
  • awk
  • base64
  • basename
  • busybox
  • cat
  • curl
  • cut
  • date
  • dirname
  • env
  • expr
  • false
  • find
  • fold
  • grep
  • head
  • jq
  • ls
  • rev
  • sed
  • seq
  • sh
  • shuf
  • sort
  • tac
  • tail
  • timeout
  • tr
  • true
  • uniq
  • wc
  • xargs
  • yes

docker.statichttpd's People

Contributors

teddybeermaniac avatar

docker.statichttpd's Issues

Remove -w argument from tini

Notes:

  • -w argument makes tini print a useless log each time HTTPD runs a CGI script.

Tasks:

  • Remove -w argument from tini.

Fix index.html returning 404

Notes:

  • For some reason CONFIG_FEATURE_HTTPD_BASIC_AUTH option being disabled, breaks httpd which can't find index.html in the root directory and returns 404 unless it's specified explicitly as a part of the URL.

Tasks:

  • Enable CONFIG_FEATURE_HTTPD_BASIC_AUTH option.

Create a BusyBox HTTPD image

Notes:

  • The image should be created from scratch using custom static-compiled BusyBox with only httpd, ash, and a few console tools.
  • It also should contain static-compiled jq.
  • The image should be built for amd64 and arm64.

Tasks:

  • Create a Dockerfile which will build the image.
  • Create a workflow which will build and publish the image using docker-build-image.yml.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.