This PR adds basic HTTP auth per project: #163
You enable this by optionally adding a .auth file to the branch/repo for your website. The format for the contents of this file is simply username, password on a single line.
You can add multiple user/password combinations if you'd like:
user1, mypass
user2, anotherpass
This PR adds basic HTTP auth per project: https://codeberg.org/Codeberg/pages-server/issues/163
You enable this by optionally adding a `.auth` file to the branch/repo for your website. The format for the contents of this file is simply `username, password` on a single line.
You can add multiple user/password combinations if you'd like:
```
user1, mypass
user2, anotherpass
```