Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tommoulard/2fauth-docker
A temporary repo with project to bring Docker support to https://github.com/Bubka/2FAuth
https://github.com/tommoulard/2fauth-docker
2fa 2fauth otp self-hosted two-factor-authentication
Last synced: 15 days ago
JSON representation
A temporary repo with project to bring Docker support to https://github.com/Bubka/2FAuth
- Host: GitHub
- URL: https://github.com/tommoulard/2fauth-docker
- Owner: tomMoulard
- Created: 2021-01-10T18:50:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-21T00:39:35.000Z (almost 4 years ago)
- Last Synced: 2025-01-03T15:09:39.906Z (17 days ago)
- Topics: 2fa, 2fauth, otp, self-hosted, two-factor-authentication
- Language: Dockerfile
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2FAuth docker
A repo with project to bring Docker support to [2Fauth](https://github.com/Bubka/2FAuth).
## TODO
- [ ] Add support for proper SQL server# How to ?
Run the `tommoulard/2fauth` docker container and set the environnement variables like in the [example](https://github.com/Bubka/2FAuth/blob/master/.env.example).For this image to properly work, I added some more env vars:
|Env Var |Description|
|-----------|--|
|`APP_URL` |The host address to serve the application on [default: `0.0.0.0`]|
|`APP_PORT` |The port to serve the application on [default: `80`]|
|`APP_TRIES`|The max number of ports to attempt to serve from [default: `10`]|By example, you can add the content of [`docker-compose`](https://github.com/tomMoulard/2FAuth-docker/blob/main/docker-compose.yml) to your infrastructure.