1thorsten/http-over-all

By 1thorsten

Updated 2 months ago

A unified interface for accessing various resources through a http endpoint

Image
Networking
Integration & delivery
Web servers
0

10K+

1thorsten/http-over-all repository overview

HTTP over all

A unified interface for accessing various resources (nfs, smb, ssh, http/dav, git, docker, ftp) through a http endpoint. Integrates a proxy that always delivers the latest content. Enables access restriction on different layers.

  • http: basic auth, ip address
  • resources: acl per resource

Installation / Running

  1. Pull the latest image
docker-compose pull 
  1. Generate a personal cipher for encrypting resources
docker run --rm php:cli-alpine php -r 'echo "CRYPT_KEY:".base64_encode(openssl_random_pseudo_bytes(32))."\n";'
  1. Create a configuration (or edit example.env)
nano example.env
  1. Finally, start the container
docker-compose up -d

Building

docker build -t 1thorsten/http-over-all .

Accessing

Tag summary

Content type

Image

Digest

sha256:3d362ed54

Size

117.9 MB

Last updated

2 months ago

docker pull 1thorsten/http-over-all:1.4.2-01