Add buymeacoffee donation link
alex wennerberg alex@alexwennerberg.com
Wed, 03 Mar 2021 11:02:04 -0800
2 files changed,
8 insertions(+),
2 deletions(-)
M
README.md
→
README.md
@@ -19,7 +19,9 @@ `mkdir files` `go run . serve`
Add the following to `/etc/hosts` (include any other users you want to create): -``` 127.0.0.1 flounder.local admin.flounder.local proxy.flounder.local ``` +``` +127.0.0.1 flounder.local admin.flounder.local proxy.flounder.local +``` Then open `flounder.local:8165` in your browser. The default login/password is admin/admin@@ -59,3 +61,7 @@
## Development Open a PR, or use one of the mailing lists on https://github.com/alexwennerberg + +## Donate + +If you'd like to support Flounder development, consider making a [Donation](https://www.buymeacoffee.com/alexwennerberg)
M
templates/index.html
→
templates/index.html
@@ -21,5 +21,5 @@ {{ range .Users}}
<a href="//{{.}}.{{$.Config.Host}}" class='person-link'>{{.}}</a> {{end}} <hr class="thin"> -Made with <a href="https://github.com/alexwennerberg/flounder">Flounder</a> +Made with <a href="https://github.com/alexwennerberg/flounder">Flounder</a>. <a href="https://www.buymeacoffee.com/alexwennerberg">Donate!</a> {{template "footer" .}}