https://github.com/coljac/password-protect-web-docker
A dockerfile to password protect and serve via HTTP a static directory
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (1.5%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
A dockerfile to password protect and serve via HTTP a static directory
Basic Info
- Host: GitHub
- Owner: coljac
- Language: Dockerfile
- Default Branch: main
- Size: 1000 Bytes
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 2 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
README.md
Password protect and serve a folder
A dockerfile to password protect and serve via HTTP a static directory.
"Secure" as in HTTP basic auth.
I use this with Cosmos server.
Run it e.g. as docker run --rm -e NGINX_USER=username -e NGINX_PASSWORD=password --name secureweb -v $PWD:/usr/share/nginx/html:ro -p 8000:80 coljac/secureweb:latest
Owner
- Name: Colin Jacobs
- Login: coljac
- Kind: user
- Location: Melbourne, Australia
- Company: PoliQ
- Website: https://coljac.info
- Repositories: 86
- Profile: https://github.com/coljac
Python, astrophysics, ML/data stuff, and a bunch of hobby projects.
GitHub Events
Total
Last Year
Dependencies
Dockerfile
docker
- nginx alpine build