mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-12-23 23:49:53 +01:00
Docs: clean up todos
This commit is contained in:
parent
2567906ccc
commit
6a6e19f6c0
@ -15,7 +15,7 @@ ## Setup
|
||||
1. Create a directory on your host `2fauth`:
|
||||
|
||||
```sh
|
||||
mkdir 2fauth
|
||||
mkdir 2fauth
|
||||
```
|
||||
|
||||
1. **If your host is not Windows**: since the container runs without root as user `www-data` (`uid=33(www-data) gid=33(www-data) groups=33(www-data)`), you need to fix the ownership and permissions of that directory:
|
||||
@ -87,7 +87,4 @@ ## Implementation details
|
||||
|
||||
## TODOs
|
||||
|
||||
- Write short commit hash to installed file to only migrate on commit change
|
||||
- Base image (or other image) on Alpine.
|
||||
- Setup CI to build image on push to master
|
||||
- Change Dockerfile and CI to cross build for all architectures.
|
||||
- Base image (or other image) on Alpine (for a possibly smaller image)
|
||||
|
Loading…
Reference in New Issue
Block a user